Time Before: 0.00022 seconds
Time After: 0.00024 seconds
Time Taken: 0.00002 seconds
Memory Before: 409.523 KB
Memory After: 411.359 KB
Memory Used: 1.836 KB
Time Before: 0.00026 seconds
Time After: 0.00057 seconds
Time Taken: 0.00031 seconds
Memory Before: 411.344 KB
Memory After: 412.234 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00066 seconds
Time After: 0.00075 seconds
Time Taken: 0.00008 seconds
Memory Before: 412.281 KB
Memory After: 412.336 KB
Memory Used: 0.055 KB
SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','smiliecache','bbcodecache')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 16 | Using where |
Time Before: 0.00109 seconds
Time After: 0.00179 seconds
Time Taken: 0.00070 seconds
Memory Before: 413.813 KB
Memory After: 630.680 KB
Memory Used: 216.867 KB
Time Before: 0.00076 seconds
Time After: 0.00678 seconds
Time Taken: 0.00602 seconds
Memory Before: 412.125 KB
Memory After: 944.047 KB
Memory Used: 531.922 KB
SELECT * FROM datastore WHERE title IN ('modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 5 | Using where |
Time Before: 0.00704 seconds
Time After: 0.00728 seconds
Time Taken: 0.00025 seconds
Memory Before: 945.781 KB
Memory After: 1,330.102 KB
Memory Used: 384.320 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.118.19.89' AND idhash = '6551d6a9858742c1fd839ac7f134d6a5' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 576 | Using where |
Time Before: 0.00760 seconds
Time After: 0.00836 seconds
Time Taken: 0.00076 seconds
Memory Before: 1,136.258 KB
Memory After: 1,152.438 KB
Memory Used: 16.180 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_postbit AS phrasegroup_postbit, 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.00876 seconds
Time After: 0.00884 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,142.805 KB
Memory After: 1,247.406 KB
Memory Used: 104.602 KB
Time Before: 0.00736 seconds
Time After: 0.00890 seconds
Time Taken: 0.00154 seconds
Memory Before: 1,133.813 KB
Memory After: 1,189.078 KB
Memory Used: 55.266 KB
SELECT IF(visible = 2, 1, 0) AS isdeleted, thread.* FROM thread AS thread WHERE thread.threadid = 261122
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01019 seconds
Time After: 0.01038 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,270.945 KB
Memory After: 1,287.516 KB
Memory Used: 16.570 KB
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 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.01069 seconds
Time After: 0.01078 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,275.555 KB
Memory After: 1,372.063 KB
Memory Used: 96.508 KB
SELECT title, template FROM template WHERE templateid IN (376,377,378,93,95,97,99,641,644,624,67,66,68,63,62,339,645,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,599,600,595,609,596,131,132,133,134,149,584,585,587,588,586,583,581,582,594,589,590,593,592,591,366,394,395,392,598,615,619)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 63 | Using where |
Time Before: 0.01177 seconds
Time After: 0.01202 seconds
Time Taken: 0.00025 seconds
Memory Before: 1,417.359 KB
Memory After: 1,652.289 KB
Memory Used: 234.930 KB
SELECT COUNT(*) AS total FROM post AS post WHERE threadid=261122 AND visible=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid | threadid | 4 | const | 3 | Using where |
Time Before: 0.01305 seconds
Time After: 0.01326 seconds
Time Taken: 0.00020 seconds
Memory Before: 1,654.813 KB
Memory After: 1,671.148 KB
Memory Used: 16.336 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=261122 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 | 4 | const | 3 | Using where; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post.userid | 1 |
Time Before: 0.01360 seconds
Time After: 0.01389 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,660.883 KB
Memory After: 1,677.859 KB
Memory Used: 16.977 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate) VALUES ('ff306ebc3def372e2ca847b2a0043451', 0, '18.118.19.89', '6551d6a9858742c1fd839ac7f134d6a5', 1736163085, '/printthread.php?explain=1&t=261122', 0, 0, 0, 188, 261122, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0)
Time Before: 0.01478 seconds
Time After: 0.01493 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,737.078 KB
Memory After: 1,736.453 KB
Memory Used: -0.625 KB