Time Before: 0.00043 seconds
Time After: 0.00054 seconds
Time Taken: 0.00011 seconds
Memory Before: 524.008 KB
Memory After: 538.223 KB
Memory Used: 14.215 KB
Time Before: 0.00057 seconds
Time After: 0.00275 seconds
Time Taken: 0.00218 seconds
Memory Before: 538.148 KB
Memory After: 540.199 KB
Memory Used: 2.051 KB
SET @@sql_mode = ''
Time Before: 0.00315 seconds
Time After: 0.00345 seconds
Time Taken: 0.00030 seconds
Memory Before: 540.160 KB
Memory After: 540.465 KB
Memory Used: 0.305 KB
SELECT * FROM datastore WHERE title IN ('smiliecache','bbcodecache','ranks','navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 150 | 19 | 100.00 | Using index condition |
Time Before: 0.00462 seconds
Time After: 0.00829 seconds
Time Taken: 0.00367 seconds
Memory Before: 542.781 KB
Memory After: 544.203 KB
Memory Used: 1.422 KB
Time Before: 0.00347 seconds
Time After: 0.00890 seconds
Time Taken: 0.00543 seconds
Memory Before: 539.918 KB
Memory After: 1,164.832 KB
Memory Used: 624.914 KB
SELECT * FROM datastore WHERE title IN ('forumcache','usergroupcache')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 150 | 2 | 100.00 | Using index condition |
Time Before: 0.01003 seconds
Time After: 0.01198 seconds
Time Taken: 0.00195 seconds
Memory Before: 1,515.613 KB
Memory After: 1,516.988 KB
Memory Used: 1.375 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.135.194.130' AND idhash = '45c64b3198282752fd6ba9030a8728d7' LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 145 | const,const,const | 2 | 100.00 |
Time Before: 0.01302 seconds
Time After: 0.01354 seconds
Time Taken: 0.00051 seconds
Memory Before: 1,522.535 KB
Memory After: 1,523.863 KB
Memory Used: 1.328 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_threadmanage AS phrasegroup_threadmanage, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, 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 | 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.01486 seconds
Time After: 0.01614 seconds
Time Taken: 0.00128 seconds
Memory Before: 1,530.852 KB
Memory After: 1,531.617 KB
Memory Used: 0.766 KB
Time Before: 0.01208 seconds
Time After: 0.01620 seconds
Time Taken: 0.00412 seconds
Memory Before: 1,519.059 KB
Memory After: 1,626.059 KB
Memory Used: 107.000 KB
SELECT post.*, IF(post.visible = 2, 1, 0) AS isdeleted, editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory FROM post AS post LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid) WHERE post.postid = 1061085 LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | ||
1 | SIMPLE | editlog | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
Time Before: 0.01736 seconds
Time After: 0.01776 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,562.555 KB
Memory After: 1,563.836 KB
Memory Used: 1.281 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, emailupdate, folderid, post.pagetext AS description, thread.* FROM thread AS thread LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 0 AND subscribethread.canview = 1) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 80588 LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | ||
1 | SIMPLE | subscribethread | const | threadid,userid | threadid | 8 | const,const | 0 | 0.00 | unique row not found | |
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
Time Before: 0.01858 seconds
Time After: 0.01910 seconds
Time Taken: 0.00052 seconds
Memory Before: 1,567.969 KB
Memory After: 1,569.168 KB
Memory Used: 1.199 KB
SELECT forum.*, NOT ISNULL(podcast.forumid) AS podcast FROM forum AS forum LEFT JOIN podcast AS podcast ON (forum.forumid = podcast.forumid AND podcast.enabled = 1) WHERE forum.forumid = 165 LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | podcast | system | PRIMARY | 0 | 0.00 | const row not found | ||||
1 | SIMPLE | forum | const | PRIMARY | PRIMARY | 2 | const | 1 | 100.00 |
Time Before: 0.01978 seconds
Time After: 0.02020 seconds
Time Taken: 0.00042 seconds
Memory Before: 1,579.500 KB
Memory After: 1,580.977 KB
Memory Used: 1.477 KB
SELECT MAX(permissions & 1) AS perm FROM cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 | 100.00 |
Time Before: 0.02083 seconds
Time After: 0.02118 seconds
Time Taken: 0.00034 seconds
Memory Before: 1,593.500 KB
Memory After: 1,594.820 KB
Memory Used: 1.320 KB
REPLACE INTO datastore (title, data, unserialize) VALUES ('loadcache', 'a:2:{s:7:\"loadavg\";s:5:\"7.38,\";s:9:\"lastcheck\";i:1730432553;}', 1)
Time Before: 0.02340 seconds
Time After: 0.02404 seconds
Time Taken: 0.00064 seconds
Memory Before: 1,593.121 KB
Memory After: 1,593.258 KB
Memory Used: 0.137 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'toobusy' AND languageid IN (-1, 0, 2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 816 | 3 | 100.00 | Using index condition | ||
1 | SIMPLE | phrasetype | eq_ref | PRIMARY | PRIMARY | 60 | mediaworxwfc4d2.phrase.fieldname | 1 | 100.00 | Using where |
Time Before: 0.02511 seconds
Time After: 0.02578 seconds
Time Taken: 0.00067 seconds
Memory Before: 1,597.270 KB
Memory After: 1,598.531 KB
Memory Used: 1.262 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 | const | PRIMARY | PRIMARY | 2 | const | 1 | 100.00 |
Time Before: 0.02748 seconds
Time After: 0.02813 seconds
Time Taken: 0.00064 seconds
Memory Before: 1,679.090 KB
Memory After: 1,680.504 KB
Memory Used: 1.414 KB
SELECT title, template FROM template WHERE templateid IN (2540,2531,2541,2542,2543,2532,2404,2405,2407,2413,2412,1161,2611,2597,2598,2600,2599,2606,2609,2304,2306,2308,2310,2312,0,2376,2402,980,1823,3156,2831,78,77,79,69,68,75,76,74,73,82,83,84,2575,2860,3159,2525,2522,2523,2524,2868,0,0,2882,2823,2545,2546,2548,2549,2772,2852,2891,2844,2853,2372,2371,2375,2359,2364,2360,2366,2367,2362,2363,2365,2538,2533,2536,2537,2617,2618,2539,2534,2840,1757,1001,1004,1195,1284,2198)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 88 | 100.00 | Using index condition |
Time Before: 0.02964 seconds
Time After: 0.03088 seconds
Time Taken: 0.00124 seconds
Memory Before: 2,239.238 KB
Memory After: 2,241.195 KB
Memory Used: 1.957 KB
SELECT t.tabid, t.title, t.url,t.tabmode, t.script, t.target, t.pusergroup, t.nusergroup, t.position, t.enable, c.title as ctitle, c.url as curl, c.target as ctarget, c.pusergroup as cpusergroup, c.nusergroup as cnusergroup,c.tipo,c.enable as cenable FROM evbs_sstabs as t LEFT JOIN evbs_sstabs_childs as c ON t.tabid=c.tabid WHERE t.enable=1 ORDER BY t.displayorder,c.tipo, c.displayorder
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | t | ALL | 6 | 16.67 | Using where; Using temporary; Using filesort | |||||
1 | SIMPLE | c | ALL | 6 | 100.00 | Using where; Using join buffer (hash join) |
Time Before: 0.03355 seconds
Time After: 0.03443 seconds
Time Taken: 0.00089 seconds
Memory Before: 2,462.930 KB
Memory After: 2,464.352 KB
Memory Used: 1.422 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('878b63a50c012f8ec87c4d94216b6a52', 0, '3.135.194.130', '45c64b3198282752fd6ba9030a8728d7', 1730432553, '/newreply.php?do=newreply&explain=1&p=1061085', 0, 0, 0, 0, 0, 0, 3, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')
Time Before: 0.03646 seconds
Time After: 0.03719 seconds
Time Taken: 0.00073 seconds
Memory Before: 2,525.930 KB
Memory After: 2,525.684 KB
Memory Used: -0.246 KB