Time Before: 0.00113 seconds
Time After: 0.00141 seconds
Time Taken: 0.00028 seconds
Memory Before: 499.492 KB
Memory After: 522.273 KB
Memory Used: 22.781 KB
Time Before: 0.00150 seconds
Time After: 0.00198 seconds
Time Taken: 0.00048 seconds
Memory Before: 522.211 KB
Memory After: 523.125 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00220 seconds
Time After: 0.00233 seconds
Time Taken: 0.00013 seconds
Memory Before: 523.680 KB
Memory After: 524.203 KB
Memory Used: 0.523 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.00307 seconds
Time After: 0.00378 seconds
Time Taken: 0.00071 seconds
Memory Before: 526.898 KB
Memory After: 527.703 KB
Memory Used: 0.805 KB
Time Before: 0.00238 seconds
Time After: 0.00635 seconds
Time Taken: 0.00397 seconds
Memory Before: 523.453 KB
Memory After: 1,091.906 KB
Memory Used: 568.453 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.143' 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.00791 seconds
Time After: 0.00824 seconds
Time Taken: 0.00034 seconds
Memory Before: 1,112.898 KB
Memory After: 1,113.508 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_messaging AS phrasegroup_messaging, 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.00914 seconds
Time After: 0.00973 seconds
Time Taken: 0.00059 seconds
Memory Before: 1,125.039 KB
Memory After: 1,125.078 KB
Memory Used: 0.039 KB
Time Before: 0.00707 seconds
Time After: 0.00990 seconds
Time Taken: 0.00283 seconds
Memory Before: 1,105.352 KB
Memory After: 1,170.945 KB
Memory Used: 65.594 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.01062 seconds
Time After: 0.01086 seconds
Time Taken: 0.00024 seconds
Memory Before: 1,172.414 KB
Memory After: 1,172.992 KB
Memory Used: 0.578 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.01515 seconds
Time After: 0.01569 seconds
Time Taken: 0.00054 seconds
Memory Before: 1,915.664 KB
Memory After: 1,916.258 KB
Memory Used: 0.594 KB
SELECT title, template FROM template WHERE templateid IN (1206,1229,1192,1202,920,0,788,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 | 45 | Using index condition |
Time Before: 0.01925 seconds
Time After: 0.02022 seconds
Time Taken: 0.00097 seconds
Memory Before: 2,606.789 KB
Memory After: 2,608.172 KB
Memory Used: 1.383 KB
SELECT hvquestion.questionid, COUNT(*) AS answers FROM hvquestion AS hvquestion LEFT JOIN hvanswer AS hvanswer ON (hvquestion.questionid = hvanswer.questionid) WHERE hvanswer.answerid IS NOT NULL OR hvquestion.regex <> '' GROUP BY hvquestion.questionid ORDER BY RAND() LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | hvquestion | system | 1 | |||||
1 | SIMPLE | hvanswer | system | questionid | 1 |
Time Before: 0.02676 seconds
Time After: 0.02708 seconds
Time Taken: 0.00032 seconds
Memory Before: 2,722.875 KB
Memory After: 2,723.203 KB
Memory Used: 0.328 KB
INSERT INTO humanverify (hash, answer, dateline) VALUES ('7cf6dd80c21f4c76b7c0bd7fdc2a1ee9', '1', 1760456711)
Time Before: 0.02722 seconds
Time After: 0.02758 seconds
Time Taken: 0.00036 seconds
Memory Before: 2,722.711 KB
Memory After: 2,722.992 KB
Memory Used: 0.281 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'hvquestion' AND varname = 'question1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | phrase | ref | name_lang_type | name_lang_type | 252 | const | 1 | Using index condition |
1 | SIMPLE | phrasetype | const | PRIMARY | PRIMARY | 20 | const | 1 | Using where |
Time Before: 0.02882 seconds
Time After: 0.02934 seconds
Time Taken: 0.00052 seconds
Memory Before: 2,728.844 KB
Memory After: 2,729.313 KB
Memory Used: 0.469 KB
SELECT * FROM navigation WHERE state & 4 = 0 ORDER BY navtype, displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | navigation | ALL | 27 | Using where; Using filesort |
Time Before: 0.03029 seconds
Time After: 0.03070 seconds
Time Taken: 0.00041 seconds
Memory Before: 2,732.094 KB
Memory After: 2,735.555 KB
Memory Used: 3.461 KB
UPDATE session SET location = '/sendmessage.php?explain=1', inforum = 0, inthread = 0, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = 'c8abc382881bb99a4dbca51d0fe02b39'
Time Before: 0.03494 seconds
Time After: 0.03520 seconds
Time Taken: 0.00026 seconds
Memory Before: 2,966.461 KB
Memory After: 2,966.578 KB
Memory Used: 0.117 KB