Time Before: 0.00033 seconds
Time After: 0.00044 seconds
Time Taken: 0.00010 seconds
Memory Before: 516.383 KB
Memory After: 541.313 KB
Memory Used: 24.930 KB
Time Before: 0.00046 seconds
Time After: 0.00072 seconds
Time Taken: 0.00026 seconds
Memory Before: 541.250 KB
Memory After: 542.164 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00079 seconds
Time After: 0.00083 seconds
Time Taken: 0.00004 seconds
Memory Before: 542.719 KB
Memory After: 543.242 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue','activeblocks','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 | 23 | Using index condition |
Time Before: 0.00116 seconds
Time After: 0.00145 seconds
Time Taken: 0.00028 seconds
Memory Before: 546.391 KB
Memory After: 547.359 KB
Memory Used: 0.969 KB
Time Before: 0.00085 seconds
Time After: 0.00205 seconds
Time Taken: 0.00120 seconds
Memory Before: 542.492 KB
Memory After: 1,284.828 KB
Memory Used: 742.336 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.00294 seconds
Time After: 0.00306 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,851.109 KB
Memory After: 1,851.609 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.128' 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.00336 seconds
Time After: 0.00351 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,873.219 KB
Memory After: 1,873.828 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_activitystream AS phrasegroup_activitystream, phrasegroup_holiday AS phrasegroup_holiday, 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.00382 seconds
Time After: 0.00404 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,884.867 KB
Memory After: 1,884.859 KB
Memory Used: -0.008 KB
Time Before: 0.00312 seconds
Time After: 0.00410 seconds
Time Taken: 0.00098 seconds
Memory Before: 1,866.297 KB
Memory After: 1,936.703 KB
Memory Used: 70.406 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.00452 seconds
Time After: 0.00461 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,985.797 KB
Memory After: 1,986.289 KB
Memory Used: 0.492 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.03289 seconds
Time After: 0.03310 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,264.625 KB
Memory After: 2,265.219 KB
Memory Used: 0.594 KB
SELECT user.username, (user.options & 512) AS invisible, user.usergroupid, user.lastvisit, session.userid, session.inforum, session.lastactivity, session.badlocation, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid FROM session AS session LEFT JOIN user AS user ON(user.userid = session.userid) WHERE session.lastactivity > 1755997239 ORDER BY username ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | range | last_activity | last_activity | 4 | 210 | Using where; Using temporary; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.session.userid | 1 |
Time Before: 0.03445 seconds
Time After: 0.03528 seconds
Time Taken: 0.00082 seconds
Memory Before: 2,908.711 KB
Memory After: 2,929.938 KB
Memory Used: 21.227 KB
SELECT forum.forumid, forum.lastpost, forum.lastposter, forum.lastposterid, forum.lastthread, forum.lastthreadid, forum.lasticonid, forum.threadcount, forum.replycount, forum.lastpostid, forum.lastprefixid, user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend, user.lastactivity, user.lastvisit, IF(user.options & 512, 1, 0) AS invisible FROM forum AS forum LEFT JOIN user AS user ON (user.userid = forum.lastposterid) LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 0)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | forum | ALL | 23 | |||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.forum.lastposterid | 1 | |
1 | SIMPLE | userlist | eq_ref | PRIMARY,userid,relationid | PRIMARY | 9 | const,underdog_vbulletin.user.userid,const | 1 | Using where |
Time Before: 0.03609 seconds
Time After: 0.03640 seconds
Time Taken: 0.00031 seconds
Memory Before: 2,914.766 KB
Memory After: 2,918.141 KB
Memory Used: 3.375 KB
SELECT title, template FROM template WHERE templateid IN (12707,12708,15206,15207,15208,15210,15211,15212,15213,15209,15074,15280,15286,15281,15282,15283,15284,15285,15631,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,15038)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 59 | Using index condition |
Time Before: 0.03756 seconds
Time After: 0.03803 seconds
Time Taken: 0.00047 seconds
Memory Before: 3,212.703 KB
Memory After: 3,214.258 KB
Memory Used: 1.555 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'forumblock.a78576ce503fc7c116ae267cc53482bf'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.04908 seconds
Time After: 0.04920 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,476.969 KB
Memory After: 3,477.445 KB
Memory Used: 0.477 KB
SELECT stream.*, type.section, type.type FROM activitystream AS stream LEFT JOIN activitystreamtype AS type ON (stream.typeid = type.typeid) WHERE stream.dateline <> 0 AND stream.dateline <= 1755998139 ORDER BY dateline DESC LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.04956 seconds
Time After: 0.04968 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,504.102 KB
Memory After: 3,504.445 KB
Memory Used: 0.344 KB
SELECT stream.*, type.section, type.type FROM activitystream AS stream LEFT JOIN activitystreamtype AS type ON (stream.typeid = type.typeid) WHERE stream.dateline <> 0 AND stream.dateline <= 1755998139 ORDER BY dateline DESC LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.04985 seconds
Time After: 0.04998 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,504.477 KB
Memory After: 3,504.820 KB
Memory Used: 0.344 KB
UPDATE session SET lastactivity = 1755998139, location = '/?explain=1', badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = 'da035001dd1c97e21cc163f0b6d2d4c9'
Time Before: 0.05190 seconds
Time After: 0.05203 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,834.352 KB
Memory After: 3,834.477 KB
Memory Used: 0.125 KB