Time Before: 0.00276 seconds
Time After: 0.00473 seconds
Time Taken: 0.00197 seconds
Memory Before: 502.984 KB
Memory After: 525.758 KB
Memory Used: 22.773 KB
Time Before: 0.00491 seconds
Time After: 0.00590 seconds
Time Taken: 0.00099 seconds
Memory Before: 525.695 KB
Memory After: 526.609 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00617 seconds
Time After: 0.00627 seconds
Time Taken: 0.00010 seconds
Memory Before: 527.164 KB
Memory After: 527.703 KB
Memory Used: 0.539 KB
SELECT *
FROM datastore
WHERE title IN ('options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 50 | 14 | Using index condition |
Time Before: 0.00711 seconds
Time After: 0.00773 seconds
Time Taken: 0.00063 seconds
Memory Before: 530.398 KB
Memory After: 531.203 KB
Memory Used: 0.805 KB
Time Before: 0.00633 seconds
Time After: 0.01084 seconds
Time Taken: 0.00452 seconds
Memory Before: 526.953 KB
Memory After: 1,095.453 KB
Memory Used: 568.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.140' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 51 | const,const,const | 2 | Using where |
Time Before: 0.01226 seconds
Time After: 0.01250 seconds
Time Taken: 0.00023 seconds
Memory Before: 1,116.508 KB
Memory After: 1,117.117 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_fronthelp AS phrasegroup_fronthelp, phrasegroup_register AS phrasegroup_register, 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 = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.01329 seconds
Time After: 0.01368 seconds
Time Taken: 0.00039 seconds
Memory Before: 1,128.922 KB
Memory After: 1,128.922 KB
Memory Used: 0.000 KB
Time Before: 0.01157 seconds
Time After: 0.01386 seconds
Time Taken: 0.00230 seconds
Memory Before: 1,108.969 KB
Memory After: 1,188.938 KB
Memory Used: 79.969 KB
SELECT *
FROM datastore
WHERE title IN ('routes')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | const | PRIMARY | PRIMARY | 50 | const | 1 |
Time Before: 0.01435 seconds
Time After: 0.01449 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,190.359 KB
Memory After: 1,190.938 KB
Memory Used: 0.578 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, post.pagetext AS description, thread.* FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 2699
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01865 seconds
Time After: 0.01891 seconds
Time Taken: 0.00026 seconds
Memory Before: 1,951.250 KB
Memory After: 1,951.844 KB
Memory Used: 0.594 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.01989 seconds
Time After: 0.02020 seconds
Time Taken: 0.00031 seconds
Memory Before: 1,985.875 KB
Memory After: 1,986.469 KB
Memory Used: 0.594 KB
SELECT COUNT(postid) AS posts, post.username AS postuser,user.userid,user.username FROM post AS post LEFT JOIN user AS user USING(userid) WHERE threadid = 2699 AND visible = 1 GROUP BY userid ORDER BY posts DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid_visible_dateline | 6 | const,const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | business_business.post.userid | 1 |
Time Before: 0.02238 seconds
Time After: 0.02287 seconds
Time Taken: 0.00048 seconds
Memory Before: 2,510.266 KB
Memory After: 2,510.719 KB
Memory Used: 0.453 KB
SELECT title, template FROM template WHERE templateid IN (1186,1187,1254,1264,1205,1275,67,66,68,63,62,651,652,650,649,71,72,656,961,1257,907,911,908,909,910,1273,0,0,1236,1238,931,932,934,935,1158,1200,1199,1249,1201,758,757,761)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 41 | Using index condition |
Time Before: 0.02418 seconds
Time After: 0.02492 seconds
Time Taken: 0.00074 seconds
Memory Before: 2,674.586 KB
Memory After: 2,675.883 KB
Memory Used: 1.297 KB
UPDATE session SET lastactivity = 1776347230, location = '/misc.php?do=whoposted&explain=1&t=2699', inforum = 14, inthread = 2699, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '6834d6fa8662842dea94806eccd59f99'
Time Before: 0.03065 seconds
Time After: 0.03085 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,848.266 KB
Memory After: 2,848.336 KB
Memory Used: 0.070 KB