Time Before: 0.07439 seconds
Time After: 0.18873 seconds
Time Taken: 0.11434 seconds
Memory Before: 2,834.680 KB
Memory After: 5,193.555 KB
Memory Used: 2,358.875 KB
Time Before: 0.18936 seconds
Time After: 0.19711 seconds
Time Taken: 0.00775 seconds
Memory Before: 5,195.000 KB
Memory After: 5,197.555 KB
Memory Used: 2.555 KB
SET @@sql_mode = ''
Time Before: 0.19932 seconds
Time After: 0.19991 seconds
Time Taken: 0.00060 seconds
Memory Before: 5,195.695 KB
Memory After: 5,196.875 KB
Memory Used: 1.180 KB
SELECT * FROM datastore WHERE title IN ('iconcache','mailqueue','prefixcache','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 17 | Using index condition |
Time Before: 0.20296 seconds
Time After: 0.20572 seconds
Time Taken: 0.00276 seconds
Memory Before: 5,199.289 KB
Memory After: 5,200.125 KB
Memory Used: 0.836 KB
Time Before: 0.20026 seconds
Time After: 0.22168 seconds
Time Taken: 0.02142 seconds
Memory Before: 5,194.820 KB
Memory After: 5,805.086 KB
Memory Used: 610.266 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.235.147.50' AND idhash = '4418e23c377080b0dae234f3d5454182' 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 | 51 | const,const,const | 2 | Using where |
Time Before: 0.25361 seconds
Time After: 0.25517 seconds
Time Taken: 0.00156 seconds
Memory Before: 6,608.641 KB
Memory After: 6,609.594 KB
Memory Used: 0.953 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 | system | PRIMARY | 1 |
Time Before: 0.25844 seconds
Time After: 0.26039 seconds
Time Taken: 0.00195 seconds
Memory Before: 6,619.875 KB
Memory After: 6,620.164 KB
Memory Used: 0.289 KB
Time Before: 0.25072 seconds
Time After: 0.26158 seconds
Time Taken: 0.01086 seconds
Memory Before: 6,600.547 KB
Memory After: 6,674.055 KB
Memory Used: 73.508 KB
SELECT * FROM datastore WHERE title IN ('routes')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | const | PRIMARY | PRIMARY | 52 | const | 1 |
Time Before: 0.26534 seconds
Time After: 0.26597 seconds
Time Taken: 0.00063 seconds
Memory Before: 6,688.602 KB
Memory After: 6,689.641 KB
Memory Used: 1.039 KB
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 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.31326 seconds
Time After: 0.31711 seconds
Time Taken: 0.00385 seconds
Memory Before: 7,134.000 KB
Memory After: 7,134.977 KB
Memory Used: 0.977 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 | 5 | ||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | db0529771.moderator.userid | 1 |
Time Before: 0.36504 seconds
Time After: 0.36568 seconds
Time Taken: 0.00064 seconds
Memory Before: 8,394.867 KB
Memory After: 8,395.750 KB
Memory Used: 0.883 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 | 51 | |||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | db0529771.forum.lastposterid | 1 | |
1 | SIMPLE | userlist | eq_ref | PRIMARY,userid,relationid | PRIMARY | 9 | const,db0529771.user.userid,const | 1 | Using where |
Time Before: 0.37216 seconds
Time After: 0.37321 seconds
Time Taken: 0.00105 seconds
Memory Before: 8,414.813 KB
Memory After: 8,415.297 KB
Memory Used: 0.484 KB
SELECT title, template FROM template WHERE templateid IN (1603,3789,4177,4179,4178,3800,3801,3797,3799,3796,3798,3792,4267,4217,4167,4276,2256,4227,4297,1609,1608,1610,1600,1599,1606,1607,1605,1604,1613,1614,1615,3983,4279,3929,3933,3930,3931,3932,4295,0,0,4258,4260,3953,3954,3956,3957,4180,4222,4221,4271,4223,3780,3779,3783)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 54 | Using index condition |
Time Before: 0.39638 seconds
Time After: 0.39967 seconds
Time Taken: 0.00329 seconds
Memory Before: 8,788.539 KB
Memory After: 8,789.320 KB
Memory Used: 0.781 KB
SELECT * FROM navigation WHERE state & 4 = 0 ORDER BY navtype, displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | navigation | ALL | 37 | Using where; Using filesort |
Time Before: 0.44402 seconds
Time After: 0.44503 seconds
Time Taken: 0.00101 seconds
Memory Before: 9,009.805 KB
Memory After: 9,010.828 KB
Memory Used: 1.023 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 <= 1686397880 AND enddate >= 1686397880 AND forumid IN (39,36,-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 | Impossible WHERE noticed after reading const tables |
Time Before: 0.49550 seconds
Time After: 0.49647 seconds
Time Taken: 0.00097 seconds
Memory Before: 9,178.500 KB
Memory After: 9,179.063 KB
Memory Used: 0.563 KB
SELECT COUNT(*) AS threads FROM thread AS thread WHERE thread.forumid = 39 AND sticky = 0 AND visible = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid,forumid_lastpost | forumid | 6 | const,const,const | 3 | Using index |
Time Before: 0.49939 seconds
Time After: 0.50036 seconds
Time Taken: 0.00097 seconds
Memory Before: 9,183.914 KB
Memory After: 9,184.875 KB
Memory Used: 0.961 KB
SELECT COUNT(*) AS newthread FROM thread AS thread WHERE thread.forumid = 39 AND thread.lastpost > 1686397880 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,forumid_lastpost,lastpost | forumid | 10 | 1 | Using index condition; Using where |
Time Before: 0.50256 seconds
Time After: 0.50333 seconds
Time Taken: 0.00077 seconds
Memory Before: 9,184.664 KB
Memory After: 9,185.563 KB
Memory Used: 0.898 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 39 AND sticky = 1 AND visible = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid,forumid_lastpost | forumid | 6 | const,const,const | 1 |
Time Before: 0.50539 seconds
Time After: 0.50595 seconds
Time Taken: 0.00057 seconds
Memory Before: 9,184.469 KB
Memory After: 9,185.430 KB
Memory Used: 0.961 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 = 39 AND sticky = 0 AND visible = 1 ORDER BY sticky DESC, lastpost DESC LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid,forumid_lastpost | forumid | 6 | const,const,const | 3 | Using where |
Time Before: 0.50823 seconds
Time After: 0.50903 seconds
Time Taken: 0.00080 seconds
Memory Before: 9,186.570 KB
Memory After: 9,187.305 KB
Memory Used: 0.734 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,321,427,338) ORDER BY thread.sticky DESC, lastpost DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | 4 | Using index condition; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | db0529771.thread.lastposterid | 1 | |
1 | SIMPLE | userlist | eq_ref | PRIMARY,userid,relationid | PRIMARY | 9 | const,db0529771.user.userid,const | 1 | Using where |
1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | db0529771.thread.firstpostid | 1 |
Time Before: 0.51318 seconds
Time After: 0.51474 seconds
Time Taken: 0.00156 seconds
Memory Before: 9,191.055 KB
Memory After: 9,190.891 KB
Memory Used: -0.164 KB
UPDATE session SET lastactivity = 1686397880, location = 'forumdisplay.php?f=39', inforum = 39, badlocation = 0 WHERE sessionhash = '5a56715428eaa4d21c675f831c745ee3'
Time Before: 0.60538 seconds
Time After: 0.60612 seconds
Time Taken: 0.00074 seconds
Memory Before: 9,442.555 KB
Memory After: 9,443.367 KB
Memory Used: 0.813 KB