Time Before: 0.00057 seconds
Time After: 0.00074 seconds
Time Taken: 0.00017 seconds
Memory Before: 516.547 KB
Memory After: 541.477 KB
Memory Used: 24.930 KB
Time Before: 0.00078 seconds
Time After: 0.00104 seconds
Time Taken: 0.00027 seconds
Memory Before: 541.414 KB
Memory After: 542.328 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00118 seconds
Time After: 0.00124 seconds
Time Taken: 0.00007 seconds
Memory Before: 542.883 KB
Memory After: 543.406 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.00160 seconds
Time After: 0.00205 seconds
Time Taken: 0.00044 seconds
Memory Before: 546.555 KB
Memory After: 547.523 KB
Memory Used: 0.969 KB
Time Before: 0.00127 seconds
Time After: 0.00265 seconds
Time Taken: 0.00138 seconds
Memory Before: 542.656 KB
Memory After: 1,284.977 KB
Memory Used: 742.320 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.00361 seconds
Time After: 0.00377 seconds
Time Taken: 0.00017 seconds
Memory Before: 1,851.273 KB
Memory After: 1,851.773 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.168' 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.00414 seconds
Time After: 0.00431 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,873.383 KB
Memory After: 1,873.992 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.00471 seconds
Time After: 0.00498 seconds
Time Taken: 0.00026 seconds
Memory Before: 1,885.039 KB
Memory After: 1,885.031 KB
Memory Used: -0.008 KB
Time Before: 0.00385 seconds
Time After: 0.00555 seconds
Time Taken: 0.00170 seconds
Memory Before: 1,866.461 KB
Memory After: 1,936.875 KB
Memory Used: 70.414 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.00605 seconds
Time After: 0.00618 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,985.969 KB
Memory After: 1,986.461 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.04182 seconds
Time After: 0.04201 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,264.820 KB
Memory After: 2,265.414 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 > 1750032290 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 | 42 | Using where; Using temporary; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.session.userid | 1 |
Time Before: 0.04352 seconds
Time After: 0.04428 seconds
Time Taken: 0.00076 seconds
Memory Before: 2,908.914 KB
Memory After: 2,925.664 KB
Memory Used: 16.750 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.04516 seconds
Time After: 0.04551 seconds
Time Taken: 0.00035 seconds
Memory Before: 2,914.094 KB
Memory After: 2,917.477 KB
Memory Used: 3.383 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.04721 seconds
Time After: 0.04790 seconds
Time Taken: 0.00070 seconds
Memory Before: 3,211.953 KB
Memory After: 3,213.508 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.05924 seconds
Time After: 0.05932 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,476.000 KB
Memory After: 3,476.477 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 <= 1750033190 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.05966 seconds
Time After: 0.05976 seconds
Time Taken: 0.00010 seconds
Memory Before: 3,503.102 KB
Memory After: 3,503.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 <= 1750033190 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.05999 seconds
Time After: 0.06012 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,503.477 KB
Memory After: 3,503.820 KB
Memory Used: 0.344 KB
UPDATE session SET lastactivity = 1750033190, location = '/index.php?explain=1', badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = 'e1c0db816026d205c049ae43995b4917'
Time Before: 0.06256 seconds
Time After: 0.06274 seconds
Time Taken: 0.00019 seconds
Memory Before: 3,832.461 KB
Memory After: 3,832.578 KB
Memory Used: 0.117 KB