Time Before: 0.00036 seconds
Time After: 0.00047 seconds
Time Taken: 0.00011 seconds
Memory Before: 519.117 KB
Memory After: 544.047 KB
Memory Used: 24.930 KB
Time Before: 0.00049 seconds
Time After: 0.00067 seconds
Time Taken: 0.00018 seconds
Memory Before: 543.984 KB
Memory After: 544.898 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00075 seconds
Time After: 0.00088 seconds
Time Taken: 0.00013 seconds
Memory Before: 545.453 KB
Memory After: 545.977 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('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 | 16 | Using index condition |
Time Before: 0.00138 seconds
Time After: 0.00167 seconds
Time Taken: 0.00029 seconds
Memory Before: 548.711 KB
Memory After: 549.563 KB
Memory Used: 0.852 KB
Time Before: 0.00091 seconds
Time After: 0.00283 seconds
Time Taken: 0.00192 seconds
Memory Before: 545.227 KB
Memory After: 1,262.906 KB
Memory Used: 717.680 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.00439 seconds
Time After: 0.00456 seconds
Time Taken: 0.00017 seconds
Memory Before: 1,828.602 KB
Memory After: 1,829.102 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.00540 seconds
Time After: 0.00555 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,850.828 KB
Memory After: 1,851.438 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_fronthelp AS phrasegroup_fronthelp, phrasegroup_register AS phrasegroup_register, 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.00593 seconds
Time After: 0.00620 seconds
Time Taken: 0.00027 seconds
Memory Before: 1,862.477 KB
Memory After: 1,862.477 KB
Memory Used: 0.000 KB
Time Before: 0.00470 seconds
Time After: 0.00628 seconds
Time Taken: 0.00157 seconds
Memory Before: 1,843.898 KB
Memory After: 1,926.109 KB
Memory Used: 82.211 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.00669 seconds
Time After: 0.00677 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,974.602 KB
Memory After: 1,975.094 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 = 250 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.00891 seconds
Time After: 0.00912 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,265.773 KB
Memory After: 2,266.359 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.05108 seconds
Time After: 0.05129 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,300.211 KB
Memory After: 2,300.805 KB
Memory Used: 0.594 KB
SELECT COUNT(postid) AS posts, IF(post.userid = 0, post.username, user.userid) as memberid, user.userid, post.username AS postuser, user.username FROM post AS post LEFT JOIN user AS user USING(userid) WHERE threadid = 250 AND visible = 1 GROUP BY memberid ORDER BY posts DESC
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 temporary; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.post.userid | 1 |
Time Before: 0.05219 seconds
Time After: 0.05248 seconds
Time Taken: 0.00029 seconds
Memory Before: 2,823.781 KB
Memory After: 2,824.141 KB
Memory Used: 0.359 KB
SELECT title, template FROM template WHERE templateid IN (15693,15694,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 | 41 | Using index condition |
Time Before: 0.05319 seconds
Time After: 0.05353 seconds
Time Taken: 0.00034 seconds
Memory Before: 2,995.039 KB
Memory After: 2,996.273 KB
Memory Used: 1.234 KB
UPDATE session SET lastactivity = 1751781594, location = '/misc.php?do=whoposted&explain=1&t=250', inthread = 250, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '1faa6b620a8f8c23805b442b4af5818c'
Time Before: 0.05597 seconds
Time After: 0.05868 seconds
Time Taken: 0.00272 seconds
Memory Before: 3,166.305 KB
Memory After: 3,166.391 KB
Memory Used: 0.086 KB