Time Before: 0.00124 seconds
Time After: 0.00156 seconds
Time Taken: 0.00033 seconds
Memory Before: 501.523 KB
Memory After: 524.320 KB
Memory Used: 22.797 KB
Time Before: 0.00167 seconds
Time After: 0.00217 seconds
Time Taken: 0.00050 seconds
Memory Before: 524.258 KB
Memory After: 525.172 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00235 seconds
Time After: 0.00250 seconds
Time Taken: 0.00015 seconds
Memory Before: 525.727 KB
Memory After: 526.266 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.00339 seconds
Time After: 0.00413 seconds
Time Taken: 0.00074 seconds
Memory Before: 528.961 KB
Memory After: 529.766 KB
Memory Used: 0.805 KB
Time Before: 0.00256 seconds
Time After: 0.00666 seconds
Time Taken: 0.00410 seconds
Memory Before: 525.516 KB
Memory After: 1,093.984 KB
Memory Used: 568.469 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.43' 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.00818 seconds
Time After: 0.00853 seconds
Time Taken: 0.00035 seconds
Memory Before: 1,115.063 KB
Memory After: 1,115.672 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.00954 seconds
Time After: 0.01002 seconds
Time Taken: 0.00048 seconds
Memory Before: 1,127.352 KB
Memory After: 1,127.391 KB
Memory Used: 0.039 KB
Time Before: 0.00735 seconds
Time After: 0.01016 seconds
Time Taken: 0.00281 seconds
Memory Before: 1,107.523 KB
Memory After: 1,173.289 KB
Memory Used: 65.766 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.01086 seconds
Time After: 0.01110 seconds
Time Taken: 0.00024 seconds
Memory Before: 1,174.758 KB
Memory After: 1,175.336 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.01532 seconds
Time After: 0.01576 seconds
Time Taken: 0.00045 seconds
Memory Before: 1,904.828 KB
Memory After: 1,905.422 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.01694 seconds
Time After: 0.01745 seconds
Time Taken: 0.00050 seconds
Memory Before: 1,939.461 KB
Memory After: 1,940.055 KB
Memory Used: 0.594 KB
SELECT title, template FROM template WHERE templateid IN (1206,1229,1192,1202,920,925,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 | 46 | Using index condition |
Time Before: 0.02112 seconds
Time After: 0.02210 seconds
Time Taken: 0.00098 seconds
Memory Before: 2,626.977 KB
Memory After: 2,628.367 KB
Memory Used: 1.391 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.02907 seconds
Time After: 0.02938 seconds
Time Taken: 0.00031 seconds
Memory Before: 2,740.445 KB
Memory After: 2,740.773 KB
Memory Used: 0.328 KB
INSERT INTO humanverify
(hash, answer, dateline)
VALUES
('7884f7f204b264510fad25f295339c8f', '1', 1776387337)Time Before: 0.02950 seconds
Time After: 0.02983 seconds
Time Taken: 0.00033 seconds
Memory Before: 2,740.281 KB
Memory After: 2,740.563 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.03065 seconds
Time After: 0.03114 seconds
Time Taken: 0.00048 seconds
Memory Before: 2,746.422 KB
Memory After: 2,746.891 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.03261 seconds
Time After: 0.03302 seconds
Time Taken: 0.00041 seconds
Memory Before: 2,752.945 KB
Memory After: 2,756.406 KB
Memory Used: 3.461 KB
UPDATE session SET lastactivity = 1776387337, location = '/sendmessage.php?do=sendtofriend&explain=1&t=2699', badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '689ea7ad4254071b147f6907e5cbdd70'
Time Before: 0.03783 seconds
Time After: 0.03817 seconds
Time Taken: 0.00034 seconds
Memory Before: 2,992.594 KB
Memory After: 2,992.680 KB
Memory Used: 0.086 KB