Time Before: 0.00250 seconds
Time After: 0.00591 seconds
Time Taken: 0.00340 seconds
Memory Before: 1,492.680 KB
Memory After: 2,416.070 KB
Memory Used: 923.391 KB
Time Before: 0.00594 seconds
Time After: 0.00634 seconds
Time Taken: 0.00040 seconds
Memory Before: 2,416.031 KB
Memory After: 2,416.969 KB
Memory Used: 0.938 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 150 | 17 | 100.00 | Using index condition |
Time Before: 0.00677 seconds
Time After: 0.00717 seconds
Time Taken: 0.00039 seconds
Memory Before: 2,420.844 KB
Memory After: 2,421.844 KB
Memory Used: 1.000 KB
Time Before: 0.00639 seconds
Time After: 0.00796 seconds
Time Taken: 0.00157 seconds
Memory Before: 2,416.813 KB
Memory After: 2,944.531 KB
Memory Used: 527.719 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.239.233.139' AND idhash = 'eda20831234091cffcf6f0930c20f7df' LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 35 | 2.86 | Using where |
Time Before: 0.00876 seconds
Time After: 0.00890 seconds
Time Taken: 0.00014 seconds
Memory Before: 2,983.242 KB
Memory After: 2,983.859 KB
Memory Used: 0.617 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 = 2
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | language | const | PRIMARY | PRIMARY | 2 | const | 1 | 100.00 |
Time Before: 0.00944 seconds
Time After: 0.00983 seconds
Time Taken: 0.00039 seconds
Memory Before: 2,994.875 KB
Memory After: 2,994.906 KB
Memory Used: 0.031 KB
Time Before: 0.00838 seconds
Time After: 0.00992 seconds
Time Taken: 0.00155 seconds
Memory Before: 2,978.313 KB
Memory After: 3,049.609 KB
Memory Used: 71.297 KB
SELECT * FROM style WHERE (styleid = 1 AND userselect = 1) OR styleid = 1 ORDER BY styleid ASC LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | style | system | PRIMARY | 1 | 100.00 |
Time Before: 0.01114 seconds
Time After: 0.01135 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,087.422 KB
Memory After: 3,088.039 KB
Memory Used: 0.617 KB
SELECT title, template FROM template WHERE templateid IN (64,153,509,511,510,164,161,163,160,162,168,170,154,167,155,156,169,171,166,560,570,499,563,581,564,585,586,68,63,62,339,290,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 47 | 100.00 | Using index condition |
Time Before: 0.01205 seconds
Time After: 0.01252 seconds
Time Taken: 0.00047 seconds
Memory Before: 3,256.094 KB
Memory After: 3,257.570 KB
Memory Used: 1.477 KB
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid, lastprefixid FROM forum AS forum
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | forum | ALL | 40 | 100.00 |
Time Before: 0.01552 seconds
Time After: 0.01569 seconds
Time Taken: 0.00016 seconds
Memory Before: 3,433.516 KB
Memory After: 3,437.414 KB
Memory Used: 3.898 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | moderator | system | userid_forumid | 1 | 100.00 | |||||
1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
Time Before: 0.01648 seconds
Time After: 0.01662 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,513.789 KB
Memory After: 3,514.281 KB
Memory Used: 0.492 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 <= 1611573744 AND enddate >= 1611573744 AND forumid IN (39,36,-1) ORDER BY startdate DESC, announcement.announcementid DESC LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | no matching row in const table |
Time Before: 0.01842 seconds
Time After: 0.01851 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,575.344 KB
Memory After: 3,575.438 KB
Memory Used: 0.094 KB
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1611573744 AND open <> 10, 1, 0)) AS newthread FROM thread AS thread WHERE forumid = 39 AND sticky = 0 AND visible = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid | forumid | 6 | const,const,const | 9 | 100.00 |
Time Before: 0.01881 seconds
Time After: 0.01891 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,582.711 KB
Memory After: 3,583.148 KB
Memory Used: 0.438 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 39 AND sticky = 1 AND visible = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid | forumid | 6 | const,const,const | 1 | 100.00 |
Time Before: 0.01908 seconds
Time After: 0.01929 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,583.359 KB
Memory After: 3,583.836 KB
Memory Used: 0.477 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 = 39 AND sticky = 0 AND visible = 1 ORDER BY sticky DESC, lastpost DESC LIMIT 0, 20
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid | forumid | 6 | const,const,const | 9 | 100.00 | Using where |
Time Before: 0.01951 seconds
Time After: 0.01963 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,585.531 KB
Memory After: 3,586.297 KB
Memory Used: 0.766 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,70369,10701,13618,13501,7319,5196,226,1517,638) ORDER BY sticky DESC, lastpost DESC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | 10 | 100.00 | Using index condition; Using filesort | ||
1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | h23696_denezka.thread.firstpostid | 1 | 100.00 |
Time Before: 0.02000 seconds
Time After: 0.02030 seconds
Time Taken: 0.00030 seconds
Memory Before: 3,587.516 KB
Memory After: 3,589.203 KB
Memory Used: 1.688 KB
UPDATE session SET lastactivity = 1611573744, location = '/forumdisplay.php?f=39&explain=1', inforum = 39, inthread = 0, incalendar = 0, badlocation = 0 WHERE sessionhash = '4b4c9e5e3951751cc89bb19f985aa560'
Time Before: 0.02517 seconds
Time After: 0.02533 seconds
Time Taken: 0.00016 seconds
Memory Before: 4,020.180 KB
Memory After: 4,020.391 KB
Memory Used: 0.211 KB