Time Before: 0.00036 seconds
Time After: 0.00047 seconds
Time Taken: 0.00011 seconds
Memory Before: 527.359 KB
Memory After: 552.289 KB
Memory Used: 24.930 KB
Time Before: 0.00049 seconds
Time After: 0.00078 seconds
Time Taken: 0.00029 seconds
Memory Before: 552.227 KB
Memory After: 553.141 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00092 seconds
Time After: 0.00103 seconds
Time Taken: 0.00011 seconds
Memory Before: 553.695 KB
Memory After: 554.219 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('smiliecache','bbcodecache','mailqueue','bookmarksitecache','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 | 20 | Using index condition |
Time Before: 0.00135 seconds
Time After: 0.00173 seconds
Time Taken: 0.00037 seconds
Memory Before: 557.273 KB
Memory After: 558.180 KB
Memory Used: 0.906 KB
Time Before: 0.00105 seconds
Time After: 0.00229 seconds
Time Taken: 0.00124 seconds
Memory Before: 553.469 KB
Memory After: 1,295.633 KB
Memory Used: 742.164 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.00326 seconds
Time After: 0.00337 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,861.641 KB
Memory After: 1,862.141 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.00373 seconds
Time After: 0.00388 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,887.188 KB
Memory After: 1,887.797 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_inlinemod AS phrasegroup_inlinemod, 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.00426 seconds
Time After: 0.00452 seconds
Time Taken: 0.00026 seconds
Memory Before: 1,898.883 KB
Memory After: 1,898.813 KB
Memory Used: -0.070 KB
Time Before: 0.00348 seconds
Time After: 0.00460 seconds
Time Taken: 0.00112 seconds
Memory Before: 1,879.891 KB
Memory After: 1,972.969 KB
Memory Used: 93.078 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.00501 seconds
Time After: 0.00514 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,021.906 KB
Memory After: 2,022.398 KB
Memory Used: 0.492 KB
SELECT post.*, IF(post.visible = 2, 1, 0) AS isdeleted, editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory FROM post AS post LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid) WHERE post.postid = 229 LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | editlog | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
Time Before: 0.00637 seconds
Time After: 0.00650 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,397.953 KB
Memory After: 2,398.414 KB
Memory Used: 0.461 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 = 149 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.00678 seconds
Time After: 0.00696 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,407.352 KB
Memory After: 2,407.938 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.03427 seconds
Time After: 0.03444 seconds
Time Taken: 0.00018 seconds
Memory Before: 2,443.508 KB
Memory After: 2,444.102 KB
Memory Used: 0.594 KB
SELECT COUNT(*) AS posts FROM post AS post WHERE threadid = 149 AND visible = 1 AND dateline <= 1146891581
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | range | threadid,threadid_visible_dateline,dateline | threadid_visible_dateline | 10 | 1 | Using where; Using index |
Time Before: 0.03613 seconds
Time After: 0.03628 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,040.992 KB
Memory After: 3,041.500 KB
Memory Used: 0.508 KB
UPDATE session SET location = '/showthread.php?explain=1&p=229', inthread = 149, 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.03654 seconds
Time After: 0.03670 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,058.547 KB
Memory After: 3,058.672 KB
Memory Used: 0.125 KB