Time Before: 0.01675 seconds
Time After: 0.01686 seconds
Time Taken: 0.00011 seconds
Memory Before: 514.328 KB
Memory After: 539.258 KB
Memory Used: 24.930 KB
Time Before: 0.01688 seconds
Time After: 0.01711 seconds
Time Taken: 0.00022 seconds
Memory Before: 539.195 KB
Memory After: 540.109 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.01727 seconds
Time After: 0.01738 seconds
Time Taken: 0.00012 seconds
Memory Before: 540.664 KB
Memory After: 541.188 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.01774 seconds
Time After: 0.01804 seconds
Time Taken: 0.00030 seconds
Memory Before: 544.336 KB
Memory After: 545.305 KB
Memory Used: 0.969 KB
Time Before: 0.01740 seconds
Time After: 0.01864 seconds
Time Taken: 0.00124 seconds
Memory Before: 540.438 KB
Memory After: 1,282.742 KB
Memory Used: 742.305 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.01938 seconds
Time After: 0.01952 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,376.180 KB
Memory After: 1,376.680 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.137.178.51' AND idhash = '5caec665ffffac353b72818d027498f4' 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.01986 seconds
Time After: 0.01999 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,398.242 KB
Memory After: 1,398.695 KB
Memory Used: 0.453 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.02051 seconds
Time After: 0.02069 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,411.008 KB
Memory After: 1,411.000 KB
Memory Used: -0.008 KB
Time Before: 0.01959 seconds
Time After: 0.02075 seconds
Time Taken: 0.00115 seconds
Memory Before: 1,391.336 KB
Memory After: 1,462.469 KB
Memory Used: 71.133 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.02134 seconds
Time After: 0.02144 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,983.141 KB
Memory After: 1,983.633 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.04963 seconds
Time After: 0.04978 seconds
Time Taken: 0.00015 seconds
Memory Before: 2,259.992 KB
Memory After: 2,260.586 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 > 1745675617 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 | 2 | Using where; Using temporary; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.session.userid | 1 |
Time Before: 0.05068 seconds
Time After: 0.05087 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,798.422 KB
Memory After: 2,799.188 KB
Memory Used: 0.766 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.05126 seconds
Time After: 0.05156 seconds
Time Taken: 0.00030 seconds
Memory Before: 2,803.203 KB
Memory After: 2,806.586 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.05267 seconds
Time After: 0.05309 seconds
Time Taken: 0.00042 seconds
Memory Before: 3,101.023 KB
Memory After: 3,102.578 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.06352 seconds
Time After: 0.06365 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,365.938 KB
Memory After: 3,366.414 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 <= 1745676517 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.06399 seconds
Time After: 0.06418 seconds
Time Taken: 0.00019 seconds
Memory Before: 3,393.039 KB
Memory After: 3,393.383 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 <= 1745676517 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.06442 seconds
Time After: 0.06456 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,393.414 KB
Memory After: 3,393.758 KB
Memory Used: 0.344 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('88bf43b1b611a3785d38913eecbf76e1', 0, '3.137.178.51', '5caec665ffffac353b72818d027498f4', 1745676517, '/forum.php?explain=1', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')
Time Before: 0.06670 seconds
Time After: 0.06683 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,826.375 KB
Memory After: 3,826.266 KB
Memory Used: -0.109 KB