Time Before: 0.00463 seconds
Time After: 0.01054 seconds
Time Taken: 0.00592 seconds
Memory Before: 1,547.344 KB
Memory After: 2,350.227 KB
Memory Used: 802.883 KB
Time Before: 0.01057 seconds
Time After: 0.01077 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,350.211 KB
Memory After: 2,350.867 KB
Memory Used: 0.656 KB
SET @@sql_mode = ''
Time Before: 0.01084 seconds
Time After: 0.01088 seconds
Time Taken: 0.00004 seconds
Memory Before: 2,350.836 KB
Memory After: 2,350.891 KB
Memory Used: 0.055 KB
SELECT *
FROM datastore
WHERE title IN ('iconcache','mailqueue','prefixcache','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 16 | Using index condition |
Time Before: 0.01118 seconds
Time After: 0.01453 seconds
Time Taken: 0.00335 seconds
Memory Before: 2,353.305 KB
Memory After: 3,026.172 KB
Memory Used: 672.867 KB
Time Before: 0.01089 seconds
Time After: 0.01601 seconds
Time Taken: 0.00512 seconds
Memory Before: 2,350.648 KB
Memory After: 3,786.406 KB
Memory Used: 1,435.758 KB
SELECT *
FROM datastore
WHERE title IN ('attachmentcache','profilefield','noticecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 3 | Using index condition |
Time Before: 0.01772 seconds
Time After: 0.01784 seconds
Time Taken: 0.00012 seconds
Memory Before: 4,072.711 KB
Memory After: 4,089.016 KB
Memory Used: 16.305 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.30' AND idhash = '2f26302f7ec04deeac6e23b15eeeb02d' 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 | 145 | const,const,const | 2 | Using where |
Time Before: 0.01819 seconds
Time After: 0.01836 seconds
Time Taken: 0.00018 seconds
Memory Before: 4,079.242 KB
Memory After: 4,096.047 KB
Memory Used: 16.805 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_forumdisplay AS phrasegroup_forumdisplay, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_prefix AS phrasegroup_prefix, 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 = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01871 seconds
Time After: 0.01944 seconds
Time Taken: 0.00073 seconds
Memory Before: 4,085.211 KB
Memory After: 4,230.164 KB
Memory Used: 144.953 KB
Time Before: 0.01796 seconds
Time After: 0.01949 seconds
Time Taken: 0.00153 seconds
Memory Before: 4,076.344 KB
Memory After: 4,154.555 KB
Memory Used: 78.211 KB
SELECT * FROM style WHERE (styleid = 11 AND userselect = 1) OR styleid = 11 ORDER BY styleid ASC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | style | system | PRIMARY | 1 |
Time Before: 0.02102 seconds
Time After: 0.02122 seconds
Time Taken: 0.00020 seconds
Memory Before: 4,283.516 KB
Memory After: 4,524.203 KB
Memory Used: 240.688 KB
SELECT moderator.*, user.username, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM moderator AS moderator INNER JOIN user AS user USING(userid)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | moderator | ALL | userid_forumid | 103 | ||||
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | st78591_forum2026.moderator.userid | 1 |
Time Before: 0.02420 seconds
Time After: 0.02503 seconds
Time Taken: 0.00082 seconds
Memory Before: 4,845.555 KB
Memory After: 4,879.320 KB
Memory Used: 33.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 | 242 | |||||
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | st78591_forum2026.forum.lastposterid | 1 | |
| 1 | SIMPLE | userlist | eq_ref | PRIMARY,relationid,userid | PRIMARY | 9 | const,st78591_forum2026.user.userid,const | 1 | Using where |
Time Before: 0.02584 seconds
Time After: 0.02799 seconds
Time Taken: 0.00215 seconds
Memory Before: 4,984.992 KB
Memory After: 5,109.172 KB
Memory Used: 124.180 KB
SELECT title, template FROM template WHERE templateid IN (715,1757,2162,2164,2163,1771,2371,2372,1767,1769,1775,1760,1774,1761,1762,1776,1773,2259,2208,2152,3148,2941,2218,2297,721,720,722,712,711,718,719,717,716,1961,2269,1531,1908,1909,1910,2287,0,0,2248,2250,1930,1931,1933,1934,2166,2213,2212,1552,2214,1748,1747,1751)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 55 | Using index condition |
Time Before: 0.02944 seconds
Time After: 0.03015 seconds
Time Taken: 0.00072 seconds
Memory Before: 5,524.523 KB
Memory After: 5,755.078 KB
Memory Used: 230.555 KB
SELECT announcement.announcementid, startdate, title, announcement.views, user.username, user.userid, user.usertitle, user.customtitle, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid FROM announcement AS announcement LEFT JOIN user AS user ON(user.userid = announcement.userid) WHERE startdate <= 1787121418 AND enddate >= 1787121418 AND forumid IN (295,82,-1) ORDER BY startdate DESC, announcement.announcementid DESC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | announcement | range | forumid,startdate | startdate | 6 | 1 | Using index condition; Using filesort | |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | st78591_forum2026.announcement.userid | 1 |
Time Before: 0.03530 seconds
Time After: 0.03549 seconds
Time Taken: 0.00019 seconds
Memory Before: 5,951.594 KB
Memory After: 5,967.148 KB
Memory Used: 15.555 KB
SELECT COUNT(*) AS threads FROM thread AS thread WHERE thread.forumid = 295 AND sticky = 0 AND visible = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | ref | forumid,visible,sticky,forumid_lastpost | forumid | 6 | const,const,const | 1 | Using index |
Time Before: 0.03579 seconds
Time After: 0.03592 seconds
Time Taken: 0.00013 seconds
Memory Before: 5,968.000 KB
Memory After: 5,984.336 KB
Memory Used: 16.336 KB
SELECT COUNT(*) AS newthread FROM thread AS thread WHERE thread.forumid = 295 AND thread.lastpost > 1787121378 AND open <> 10 AND sticky = 0 AND visible = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | range | forumid,visible,open,sticky,forumid_lastpost,lastpost | forumid | 10 | 1 | Using index condition; Using where |
Time Before: 0.03615 seconds
Time After: 0.03635 seconds
Time Taken: 0.00020 seconds
Memory Before: 5,968.398 KB
Memory After: 5,984.734 KB
Memory Used: 16.336 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 295 AND sticky = 1 AND visible = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | ref | forumid,visible,sticky,forumid_lastpost | forumid | 6 | const,const,const | 1 |
Time Before: 0.03657 seconds
Time After: 0.03673 seconds
Time Taken: 0.00016 seconds
Memory Before: 5,968.398 KB
Memory After: 5,984.516 KB
Memory Used: 16.117 KB
SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views FROM thread AS thread WHERE forumid = 295 AND sticky = 0 AND visible = 1 ORDER BY sticky DESC, lastpost DESC LIMIT 0, 40
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | ref | forumid,visible,sticky,forumid_lastpost | forumid | 6 | const,const,const | 1 | Using where |
Time Before: 0.03693 seconds
Time After: 0.03708 seconds
Time Taken: 0.00015 seconds
Memory Before: 5,969.148 KB
Memory After: 5,984.891 KB
Memory Used: 15.742 KB
SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg, post.pagetext AS preview, thread.threadid, thread.title AS threadtitle, thread.forumid, thread.pollid, thread.open, thread.postusername, thread.postuserid, thread.iconid AS threadiconid, thread.dateline, thread.notes, thread.visible, thread.sticky, thread.votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views, thread.prefixid, thread.taglist, thread.hiddencount, thread.deletedcount, 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 thread AS thread LEFT JOIN user AS user ON (user.userid = thread.lastposterid) LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 0) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid IN (0) ORDER BY thread.sticky DESC, lastpost DESC
| 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.03760 seconds
Time After: 0.03803 seconds
Time Taken: 0.00044 seconds
Memory Before: 5,971.086 KB
Memory After: 5,985.797 KB
Memory Used: 14.711 KB
UPDATE session SET location = 'forumdisplay.php?f=295', inforum = 295, inthread = 0, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '92a171b6b5b910de365e60c468c41a00'
Time Before: 0.03968 seconds
Time After: 0.03983 seconds
Time Taken: 0.00015 seconds
Memory Before: 6,052.352 KB
Memory After: 6,052.211 KB
Memory Used: -0.141 KB