Time Before: 0.00039 seconds
Time After: 0.00050 seconds
Time Taken: 0.00011 seconds
Memory Before: 512.359 KB
Memory After: 537.289 KB
Memory Used: 24.930 KB
Time Before: 0.00052 seconds
Time After: 0.00080 seconds
Time Taken: 0.00028 seconds
Memory Before: 537.227 KB
Memory After: 538.141 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00094 seconds
Time After: 0.00103 seconds
Time Taken: 0.00010 seconds
Memory Before: 538.695 KB
Memory After: 539.219 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('smiliecache','bbcodecache','navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 18 | Using index condition |
Time Before: 0.00129 seconds
Time After: 0.00159 seconds
Time Taken: 0.00030 seconds
Memory Before: 542.180 KB
Memory After: 543.055 KB
Memory Used: 0.875 KB
Time Before: 0.00105 seconds
Time After: 0.00215 seconds
Time Taken: 0.00110 seconds
Memory Before: 538.469 KB
Memory After: 1,274.172 KB
Memory Used: 735.703 KB
SELECT * FROM datastore WHERE title IN ('dbtech_downloads_category','dbtech_downloads_domain','dbtech_downloads_extension','dbtech_downloads_extensiongroup')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 4 | Using index condition |
Time Before: 0.00313 seconds
Time After: 0.00325 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,840.000 KB
Memory After: 1,840.500 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.238' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 55 | const,const,const | 2 | Using where |
Time Before: 0.00358 seconds
Time After: 0.00377 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,862.094 KB
Memory After: 1,862.703 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_postbit AS phrasegroup_postbit, phrasegroupinfo AS lang_phrasegroupinfo, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM language WHERE languageid = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.00411 seconds
Time After: 0.00426 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,873.742 KB
Memory After: 1,873.742 KB
Memory Used: 0.000 KB
Time Before: 0.00334 seconds
Time After: 0.00433 seconds
Time Taken: 0.00100 seconds
Memory Before: 1,855.172 KB
Memory After: 1,925.883 KB
Memory Used: 70.711 KB
SELECT * FROM datastore WHERE title IN ('dbtech_downloads_domain','dbtech_downloads_extension')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 2 | Using index condition |
Time Before: 0.00471 seconds
Time After: 0.00481 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,974.922 KB
Memory After: 1,975.414 KB
Memory Used: 0.492 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, post.pagetext AS description, thread.* FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 240 LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.00574 seconds
Time After: 0.00592 seconds
Time Taken: 0.00018 seconds
Memory Before: 2,250.000 KB
Memory After: 2,250.586 KB
Memory Used: 0.586 KB
SELECT * FROM style WHERE (styleid = 4 AND userselect = 1) OR styleid = 4 ORDER BY styleid ASC LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.03388 seconds
Time After: 0.03406 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,284.922 KB
Memory After: 2,285.516 KB
Memory Used: 0.594 KB
SELECT COUNT(*) AS total FROM post AS post WHERE threadid=240 AND visible=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid_visible_dateline | 6 | const,const | 2 | Using index |
Time Before: 0.03499 seconds
Time After: 0.03511 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,007.305 KB
Memory After: 3,007.844 KB
Memory Used: 0.539 KB
SELECT post.*,post.username AS postusername,user.username FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) WHERE post.threadid=240 AND post.visible=1 ORDER BY dateline LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid_visible_dateline | 6 | const,const | 2 | Using where |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.post.userid | 1 |
Time Before: 0.03543 seconds
Time After: 0.03560 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,039.758 KB
Memory After: 3,040.305 KB
Memory Used: 0.547 KB
SELECT title, template FROM template WHERE templateid IN (15512,15514,15515,15198,15200,15202,15204,15073,15072,15723,15724,12126,12125,12127,12122,12121,12713,12714,12712,12711,12130,12131,12718,15468,15753,15070,15418,15415,15416,15417,15761,0,0,15775,15716,15438,15439,15441,15442,15665,15745,15784,15737,15746,15265,15264,15268)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 46 | Using index condition |
Time Before: 0.03660 seconds
Time After: 0.03699 seconds
Time Taken: 0.00039 seconds
Memory Before: 3,234.914 KB
Memory After: 3,236.219 KB
Memory Used: 1.305 KB
UPDATE session SET lastactivity = 1751799252, location = '/printthread.php?explain=1&t=240', inforum = 15, inthread = 240, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = 'f7476d7ab9b3b8dd4a3ef72fcfd2edf0'
Time Before: 0.03917 seconds
Time After: 0.03938 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,399.367 KB
Memory After: 3,399.445 KB
Memory Used: 0.078 KB