Time Before: 0.00039 seconds
Time After: 0.00049 seconds
Time Taken: 0.00010 seconds
Memory Before: 520.945 KB
Memory After: 545.875 KB
Memory Used: 24.930 KB
Time Before: 0.00051 seconds
Time After: 0.00070 seconds
Time Taken: 0.00019 seconds
Memory Before: 545.813 KB
Memory After: 546.727 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00077 seconds
Time After: 0.00081 seconds
Time Taken: 0.00004 seconds
Memory Before: 547.281 KB
Memory After: 547.805 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.00104 seconds
Time After: 0.00131 seconds
Time Taken: 0.00027 seconds
Memory Before: 550.539 KB
Memory After: 551.391 KB
Memory Used: 0.852 KB
Time Before: 0.00082 seconds
Time After: 0.00185 seconds
Time Taken: 0.00103 seconds
Memory Before: 547.055 KB
Memory After: 1,264.742 KB
Memory Used: 717.688 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.00265 seconds
Time After: 0.00275 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,830.477 KB
Memory After: 1,830.977 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.00304 seconds
Time After: 0.00314 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,852.602 KB
Memory After: 1,853.211 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.00342 seconds
Time After: 0.00359 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,864.023 KB
Memory After: 1,864.023 KB
Memory Used: 0.000 KB
Time Before: 0.00282 seconds
Time After: 0.00363 seconds
Time Taken: 0.00081 seconds
Memory Before: 1,845.680 KB
Memory After: 1,927.445 KB
Memory Used: 81.766 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.00400 seconds
Time After: 0.00407 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,975.930 KB
Memory After: 1,976.422 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 = 88 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.00506 seconds
Time After: 0.00518 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,267.117 KB
Memory After: 2,267.703 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.03316 seconds
Time After: 0.03334 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,301.266 KB
Memory After: 2,301.859 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 = 88 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 | 4 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.post.userid | 1 |
Time Before: 0.03416 seconds
Time After: 0.03442 seconds
Time Taken: 0.00026 seconds
Memory Before: 2,824.883 KB
Memory After: 2,825.250 KB
Memory Used: 0.367 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.03501 seconds
Time After: 0.03534 seconds
Time Taken: 0.00033 seconds
Memory Before: 2,996.141 KB
Memory After: 2,997.375 KB
Memory Used: 1.234 KB
UPDATE session SET location = '/misc.php?do=whoposted&explain=1&t=88', inforum = 28, inthread = 88, 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.03732 seconds
Time After: 0.03745 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,165.836 KB
Memory After: 3,165.938 KB
Memory Used: 0.102 KB