Time Before: 0.00410 seconds
Time After: 0.01064 seconds
Time Taken: 0.00655 seconds
Memory Before: 417.875 KB
Memory After: 426.516 KB
Memory Used: 8.641 KB
Time Before: 0.01072 seconds
Time After: 0.01129 seconds
Time Taken: 0.00057 seconds
Memory Before: 426.500 KB
Memory After: 427.461 KB
Memory Used: 0.961 KB
SET @@sql_mode = ''
Time Before: 0.01147 seconds
Time After: 0.01154 seconds
Time Taken: 0.00007 seconds
Memory Before: 428.125 KB
Memory After: 428.695 KB
Memory Used: 0.570 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 | 50 | 17 | Using where |
Time Before: 0.01195 seconds
Time After: 0.01309 seconds
Time Taken: 0.00114 seconds
Memory Before: 431.570 KB
Memory After: 433.047 KB
Memory Used: 1.477 KB
Time Before: 0.01157 seconds
Time After: 0.01927 seconds
Time Taken: 0.00771 seconds
Memory Before: 427.938 KB
Memory After: 5,388.438 KB
Memory Used: 4,960.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '44.211.24.175' AND idhash = '49a846ad4970af9cd2c4f7db81245d1f' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 482 | Using where |
Time Before: 0.02018 seconds
Time After: 0.02039 seconds
Time Taken: 0.00021 seconds
Memory Before: 5,405.203 KB
Memory After: 5,406.539 KB
Memory Used: 1.336 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.02070 seconds
Time After: 0.02079 seconds
Time Taken: 0.00009 seconds
Memory Before: 5,416.297 KB
Memory After: 5,417.031 KB
Memory Used: 0.734 KB
Time Before: 0.01989 seconds
Time After: 0.02089 seconds
Time Taken: 0.00099 seconds
Memory Before: 5,399.953 KB
Memory After: 5,499.055 KB
Memory Used: 99.102 KB
SELECT * FROM style WHERE (styleid = 13 AND userselect = 1) OR styleid = 13 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.02185 seconds
Time After: 0.02191 seconds
Time Taken: 0.00006 seconds
Memory Before: 5,695.672 KB
Memory After: 5,696.961 KB
Memory Used: 1.289 KB
SELECT title, template FROM template WHERE templateid IN (64,929,918,511,510,164,161,163,160,162,168,170,154,167,155,156,169,171,166,560,570,499,977,1011,991,67,66,68,63,62,339,648,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,1012,1013,649,920,921,922,923,924)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 55 | Using where |
Time Before: 0.02240 seconds
Time After: 0.02251 seconds
Time Taken: 0.00011 seconds
Memory Before: 5,880.008 KB
Memory After: 5,882.227 KB
Memory Used: 2.219 KB
SELECT id, type, title, url, banner, duration, height, width, active, clicks, bannord FROM cybbanners AS cybbanners WHERE active = 1 ORDER BY RAND() LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | cybbanners | ALL | 13 | Using where; Using temporary; Using filesort |
Time Before: 0.02336 seconds
Time After: 0.02348 seconds
Time Taken: 0.00012 seconds
Memory Before: 6,093.570 KB
Memory After: 6,094.695 KB
Memory Used: 1.125 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 | 224 |
Time Before: 0.02942 seconds
Time After: 0.02951 seconds
Time Taken: 0.00008 seconds
Memory Before: 6,098.234 KB
Memory After: 6,118.594 KB
Memory Used: 20.359 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 | 111 | ||||
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.moderator.userid | 1 |
Time Before: 0.03086 seconds
Time After: 0.03091 seconds
Time Taken: 0.00006 seconds
Memory Before: 6,520.875 KB
Memory After: 6,530.594 KB
Memory Used: 9.719 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 <= 1731116387 AND enddate >= 1731116387 AND forumid IN (418,416,388,-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 | gentlemo_community.announcement.userid | 1 |
Time Before: 0.03311 seconds
Time After: 0.03328 seconds
Time Taken: 0.00017 seconds
Memory Before: 7,007.891 KB
Memory After: 7,008.672 KB
Memory Used: 0.781 KB
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1731116387 AND open <> 10, 1, 0)) AS newthread FROM thread AS thread WHERE forumid = 418 AND sticky = 0 AND visible = 1 AND lastpost >= 1728524387
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | range | forumid,lastpost | forumid | 10 | 1 | Using index condition |
Time Before: 0.03360 seconds
Time After: 0.03373 seconds
Time Taken: 0.00013 seconds
Memory Before: 7,014.125 KB
Memory After: 7,015.156 KB
Memory Used: 1.031 KB
SELECT thread.threadid, lastpost, open FROM thread AS thread WHERE forumid = 418 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 | 4 |
Time Before: 0.03393 seconds
Time After: 0.03397 seconds
Time Taken: 0.00004 seconds
Memory Before: 7,014.609 KB
Memory After: 7,015.828 KB
Memory Used: 1.219 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 = 418 AND sticky = 0 AND visible = 1 AND lastpost >= 1728524387 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 index condition |
Time Before: 0.03422 seconds
Time After: 0.03437 seconds
Time Taken: 0.00015 seconds
Memory Before: 7,016.492 KB
Memory After: 7,017.398 KB
Memory Used: 0.906 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,204420,204500,126436,136228) 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 | 5 | Using where; Using filesort | |
1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.thread.firstpostid | 1 |
Time Before: 0.03463 seconds
Time After: 0.03469 seconds
Time Taken: 0.00006 seconds
Memory Before: 7,018.297 KB
Memory After: 7,019.758 KB
Memory Used: 1.461 KB
UPDATE session SET lastactivity = 1731116387, location = '/community/forumdisplay.php?f=418&explain=1', inforum = 418, inthread = 0, incalendar = 0, badlocation = 0 WHERE sessionhash = '4cff84a80c00785680dbab658a436a25'
Time Before: 0.03932 seconds
Time After: 0.03988 seconds
Time Taken: 0.00056 seconds
Memory Before: 7,468.641 KB
Memory After: 7,468.805 KB
Memory Used: 0.164 KB