Time Before: 0.00053 seconds
Time After: 0.00060 seconds
Time Taken: 0.00006 seconds
Memory Before: 428.406 KB
Memory After: 431.047 KB
Memory Used: 2.641 KB
Time Before: 0.00063 seconds
Time After: 0.00145 seconds
Time Taken: 0.00081 seconds
Memory Before: 431.000 KB
Memory After: 431.891 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00164 seconds
Time After: 0.00174 seconds
Time Taken: 0.00010 seconds
Memory Before: 431.914 KB
Memory After: 431.969 KB
Memory Used: 0.055 KB
SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','iconcache','mailqueue','prefixcache')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 17 | Using where |
Time Before: 0.00268 seconds
Time After: 0.00299 seconds
Time Taken: 0.00031 seconds
Memory Before: 433.242 KB
Memory After: 519.898 KB
Memory Used: 86.656 KB
Time Before: 0.00176 seconds
Time After: 0.00897 seconds
Time Taken: 0.00721 seconds
Memory Before: 431.758 KB
Memory After: 713.188 KB
Memory Used: 281.430 KB
SELECT * FROM session WHERE sessionhash = '4ac2440bcbf6907a0f2e275fff4a61cb' AND lastactivity > 1746320758 AND idhash = '45c64b3198282752fd6ba9030a8728d7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | const | PRIMARY | PRIMARY | 98 | const | 1 |
Time Before: 0.00979 seconds
Time After: 0.01034 seconds
Time Taken: 0.00055 seconds
Memory Before: 718.930 KB
Memory After: 735.617 KB
Memory Used: 16.688 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_forumdisplay AS phrasegroup_forumdisplay, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_prefix AS phrasegroup_prefix, 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.01243 seconds
Time After: 0.01255 seconds
Time Taken: 0.00011 seconds
Memory Before: 726.344 KB
Memory After: 782.906 KB
Memory Used: 56.563 KB
Time Before: 0.00932 seconds
Time After: 0.01268 seconds
Time Taken: 0.00336 seconds
Memory Before: 716.672 KB
Memory After: 770.945 KB
Memory Used: 54.273 KB
SELECT * FROM style WHERE (styleid = 6 AND userselect = 1) OR styleid = 6 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.01525 seconds
Time After: 0.01536 seconds
Time Taken: 0.00011 seconds
Memory Before: 908.398 KB
Memory After: 956.961 KB
Memory Used: 48.563 KB
SELECT title, template FROM template WHERE templateid IN (17412,17501,17857,17859,17858,17512,17509,17511,17508,17510,17516,17518,17502,17515,17503,17504,17517,17519,17514,17908,17918,17847,11515,10694,17912,17415,17414,17416,17411,17410,17687,9293,17639,17640,17641,17907,17910,17919,17660,17661,17662,17663,17861,17924,17923,17925,17928)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 47 | Using where |
Time Before: 0.01743 seconds
Time After: 0.01764 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,033.688 KB
Memory After: 1,134.367 KB
Memory Used: 100.680 KB
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid, lastprefixid FROM forum AS forum
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | forum | ALL | 26 |
Time Before: 0.01946 seconds
Time After: 0.01953 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,158.492 KB
Memory After: 1,183.664 KB
Memory Used: 25.172 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 | pmorg.moderator.userid | 1 |
Time Before: 0.02013 seconds
Time After: 0.02022 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,170.641 KB
Memory After: 1,187.391 KB
Memory Used: 16.750 KB
SELECT user.username, (user.options & 512) AS invisible, user.usergroupid, session.userid, session.inforum, session.lastactivity, session.badlocation, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM session AS session LEFT JOIN user AS user ON(user.userid = session.userid) WHERE session.lastactivity > 1746320758 ORDER BY username ASC, lastactivity DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 683 | Using where; Using temporary; Using filesort | ||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pmorg.session.userid | 1 |
Time Before: 0.02132 seconds
Time After: 0.02548 seconds
Time Taken: 0.00416 seconds
Memory Before: 1,189.336 KB
Memory After: 1,315.742 KB
Memory Used: 126.406 KB
SELECT announcement.announcementid, startdate, title, announcement.views, user.username, user.userid, user.usertitle, user.customtitle, user.usergroupid, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM announcement AS announcement LEFT JOIN user AS user ON(user.userid = announcement.userid) WHERE startdate <= 1746322558 AND enddate >= 1746322558 AND forumid IN (13,16,15,-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,enddate | enddate | 6 | 1 | Using where; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pmorg.announcement.userid | 1 |
Time Before: 0.02803 seconds
Time After: 0.02896 seconds
Time Taken: 0.00093 seconds
Memory Before: 1,210.086 KB
Memory After: 1,225.688 KB
Memory Used: 15.602 KB
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1746322549 AND open <> 10, 1, 0)) AS newthread FROM thread AS thread WHERE forumid = 13 AND sticky = 0 AND visible = 1 AND lastpost >= 1743730558
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | range | forumid,lastpost | forumid | 10 | 1 | Using where |
Time Before: 0.02950 seconds
Time After: 0.02988 seconds
Time Taken: 0.00038 seconds
Memory Before: 1,227.305 KB
Memory After: 1,243.711 KB
Memory Used: 16.406 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 13 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 | 6 | const,const,const | 1 |
Time Before: 0.03023 seconds
Time After: 0.03053 seconds
Time Taken: 0.00030 seconds
Memory Before: 1,227.625 KB
Memory After: 1,243.734 KB
Memory Used: 16.109 KB
SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views FROM thread AS thread WHERE forumid = 13 AND sticky = 0 AND visible = 1 AND lastpost >= 1743730558 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 | range | forumid,lastpost | forumid | 10 | 1 | Using where |
Time Before: 0.03091 seconds
Time After: 0.03122 seconds
Time Taken: 0.00031 seconds
Memory Before: 1,228.281 KB
Memory After: 1,244.195 KB
Memory Used: 15.914 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, pollid, open, postusername, postuserid, thread.iconid AS threadiconid, thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views, thread.prefixid, thread.taglist, hiddencount, deletedcount FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid IN (0,42) ORDER BY sticky DESC, lastpost DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | 2 | Using where; Using filesort | |
1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | pmorg.thread.firstpostid | 1 |
Time Before: 0.03165 seconds
Time After: 0.03216 seconds
Time Taken: 0.00052 seconds
Memory Before: 1,229.500 KB
Memory After: 1,245.313 KB
Memory Used: 15.813 KB
UPDATE session SET lastactivity = 1746322558, location = '/board/forumdisplay.php?explain=1&f=13', inforum = 13, inthread = 0 WHERE sessionhash = '4ac2440bcbf6907a0f2e275fff4a61cb'
Time Before: 0.03490 seconds
Time After: 0.03512 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,418.063 KB
Memory After: 1,417.969 KB
Memory Used: -0.094 KB