Time Before: 0.00021 seconds
Time After: 0.00023 seconds
Time Taken: 0.00002 seconds
Memory Before: 423.531 KB
Memory After: 425.367 KB
Memory Used: 1.836 KB
Time Before: 0.00026 seconds
Time After: 0.00053 seconds
Time Taken: 0.00028 seconds
Memory Before: 425.352 KB
Memory After: 426.242 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00062 seconds
Time After: 0.00070 seconds
Time Taken: 0.00007 seconds
Memory Before: 426.289 KB
Memory After: 426.344 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 | 200 | 17 | Using where |
Time Before: 0.00106 seconds
Time After: 0.00210 seconds
Time Taken: 0.00103 seconds
Memory Before: 427.820 KB
Memory After: 908.688 KB
Memory Used: 480.867 KB
Time Before: 0.00072 seconds
Time After: 0.03094 seconds
Time Taken: 0.03022 seconds
Memory Before: 426.133 KB
Memory After: 2,016.070 KB
Memory Used: 1,589.938 KB
SELECT * FROM datastore WHERE title IN ('modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 5 | Using where |
Time Before: 0.03124 seconds
Time After: 0.03160 seconds
Time Taken: 0.00036 seconds
Memory Before: 2,017.805 KB
Memory After: 2,402.125 KB
Memory Used: 384.320 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.15.195.84' AND idhash = '4d0eb86c43225ab4004ae4d2282cc6a3' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 1140 | Using where |
Time Before: 0.03615 seconds
Time After: 0.03729 seconds
Time Taken: 0.00114 seconds
Memory Before: 2,208.281 KB
Memory After: 2,224.727 KB
Memory Used: 16.445 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.03789 seconds
Time After: 0.03877 seconds
Time Taken: 0.00088 seconds
Memory Before: 2,214.227 KB
Memory After: 2,326.883 KB
Memory Used: 112.656 KB
Time Before: 0.03181 seconds
Time After: 0.03885 seconds
Time Taken: 0.00704 seconds
Memory Before: 2,205.836 KB
Memory After: 2,267.492 KB
Memory Used: 61.656 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.05569 seconds
Time After: 0.05620 seconds
Time Taken: 0.00051 seconds
Memory Before: 2,353.742 KB
Memory After: 2,450.250 KB
Memory Used: 96.508 KB
SELECT title, template FROM template WHERE templateid IN (64,606,604,511,510,164,622,163,623,162,168,170,154,167,155,156,169,171,166,560,570,499,641,644,624,67,66,68,63,62,339,645,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,599,600,595,609,596,131,132,133,134,149,584,585,587,588,586,583,581,582,594,589,590,593,592,591,366,394,395,392,598,615,619)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 78 | Using where |
Time Before: 0.06203 seconds
Time After: 0.06433 seconds
Time Taken: 0.00231 seconds
Memory Before: 2,506.297 KB
Memory After: 2,781.914 KB
Memory Used: 275.617 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 | 114 |
Time Before: 0.06617 seconds
Time After: 0.06650 seconds
Time Taken: 0.00033 seconds
Memory Before: 2,779.297 KB
Memory After: 2,817.602 KB
Memory Used: 38.305 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 | 1 | ||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.moderator.userid | 1 |
Time Before: 0.06737 seconds
Time After: 0.06808 seconds
Time Taken: 0.00072 seconds
Memory Before: 2,811.109 KB
Memory After: 2,827.180 KB
Memory Used: 16.070 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 <= 1734982581 AND enddate >= 1734982581 AND forumid IN (112,92,-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 | vbsupport_vborg.announcement.userid | 1 |
Time Before: 0.07040 seconds
Time After: 0.07174 seconds
Time Taken: 0.00134 seconds
Memory Before: 2,919.492 KB
Memory After: 2,935.047 KB
Memory Used: 15.555 KB
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1734982571 AND open <> 10, 1, 0)) AS newthread FROM thread AS thread WHERE forumid = 112 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 | 6 | const,const,const | 34683 |
Time Before: 0.07209 seconds
Time After: 0.21237 seconds
Time Taken: 0.14028 seconds
Memory Before: 2,936.578 KB
Memory After: 2,952.930 KB
Memory Used: 16.352 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 112 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 | 2 |
Time Before: 0.21263 seconds
Time After: 0.21278 seconds
Time Taken: 0.00015 seconds
Memory Before: 2,936.977 KB
Memory After: 2,953.094 KB
Memory Used: 16.117 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 = 112 AND sticky = 0 AND visible = 1 ORDER BY sticky DESC, lastpost DESC LIMIT 580, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | ref | forumid | forumid | 6 | const,const,const | 34683 | Using where |
Time Before: 0.21306 seconds
Time After: 0.21524 seconds
Time Taken: 0.00217 seconds
Memory Before: 2,937.578 KB
Memory After: 2,955.820 KB
Memory Used: 18.242 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 ,modification.mod_installcount,usermod.mod_tagged,usermod.mod_installed,usermod.mod_downloaded,modification.last_update FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) LEFT JOIN modsys_settings AS modification ON(modification.threadid = thread.threadid) LEFT JOIN modsys_user_notification AS usermod ON(usermod.threadid = thread.threadid AND usermod.userid = 0) WHERE thread.threadid IN (0,307923,307736,307636,307823,307756,307179,307349,307224,261336,306140,299284,307479,307359,244354,307458,307014,251706,307358,307319,307287,228756,229091) 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 | 23 | Using index condition; Using temporary; Using filesort | |
1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.thread.firstpostid | 1 | |
1 | SIMPLE | modification | ALL | 19206 | Using where; Using join buffer (flat, BNL join) | ||||
1 | SIMPLE | usermod | ALL | 7 | Using where; Using join buffer (incremental, BNL join) |
Time Before: 0.21575 seconds
Time After: 0.41483 seconds
Time Taken: 0.19907 seconds
Memory Before: 2,940.859 KB
Memory After: 2,984.242 KB
Memory Used: 43.383 KB
UPDATE session SET lastactivity = 1734982581, location = '/forumdisplay.php?explain=1&f=112&page=30', inforum = 112, inthread = 0 WHERE sessionhash = '83ec867abc561318bb6ccb60c38c235b'
Time Before: 0.42396 seconds
Time After: 0.42416 seconds
Time Taken: 0.00020 seconds
Memory Before: 3,210.750 KB
Memory After: 3,210.672 KB
Memory Used: -0.078 KB