Time Before: 0.00111 seconds
Time After: 0.00138 seconds
Time Taken: 0.00027 seconds
Memory Before: 501.523 KB
Memory After: 524.320 KB
Memory Used: 22.797 KB
Time Before: 0.00147 seconds
Time After: 0.00185 seconds
Time Taken: 0.00038 seconds
Memory Before: 524.258 KB
Memory After: 525.172 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00205 seconds
Time After: 0.00216 seconds
Time Taken: 0.00012 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.00299 seconds
Time After: 0.00370 seconds
Time Taken: 0.00072 seconds
Memory Before: 528.961 KB
Memory After: 529.766 KB
Memory Used: 0.805 KB
Time Before: 0.00221 seconds
Time After: 0.00613 seconds
Time Taken: 0.00392 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.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.00764 seconds
Time After: 0.00795 seconds
Time Taken: 0.00032 seconds
Memory Before: 1,115.063 KB
Memory After: 1,115.508 KB
Memory Used: 0.445 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.00895 seconds
Time After: 0.00939 seconds
Time Taken: 0.00045 seconds
Memory Before: 1,128.242 KB
Memory After: 1,128.281 KB
Memory Used: 0.039 KB
Time Before: 0.00683 seconds
Time After: 0.00955 seconds
Time Taken: 0.00272 seconds
Memory Before: 1,107.523 KB
Memory After: 1,173.852 KB
Memory Used: 66.328 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.01016 seconds
Time After: 0.01037 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,175.320 KB
Memory After: 1,175.898 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 = 3107
| 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.01430 seconds
Time After: 0.01467 seconds
Time Taken: 0.00037 seconds
Memory Before: 1,905.438 KB
Memory After: 1,906.031 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.01569 seconds
Time After: 0.01614 seconds
Time Taken: 0.00045 seconds
Memory Before: 1,937.344 KB
Memory After: 1,937.938 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.01955 seconds
Time After: 0.02037 seconds
Time Taken: 0.00082 seconds
Memory Before: 2,624.805 KB
Memory After: 2,626.195 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.02641 seconds
Time After: 0.02668 seconds
Time Taken: 0.00026 seconds
Memory Before: 2,738.258 KB
Memory After: 2,738.586 KB
Memory Used: 0.328 KB
INSERT INTO humanverify
(hash, answer, dateline)
VALUES
('ee3b0c0b7fec270b14a851d1105bfb28', '1', 1776347107)Time Before: 0.02677 seconds
Time After: 0.02704 seconds
Time Taken: 0.00027 seconds
Memory Before: 2,738.094 KB
Memory After: 2,738.375 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.02773 seconds
Time After: 0.02811 seconds
Time Taken: 0.00037 seconds
Memory Before: 2,744.234 KB
Memory After: 2,744.703 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.02929 seconds
Time After: 0.02964 seconds
Time Taken: 0.00035 seconds
Memory Before: 2,750.766 KB
Memory After: 2,754.227 KB
Memory Used: 3.461 KB
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken)
VALUES
('6834d6fa8662842dea94806eccd59f99', 0, '216.73.216.140', 'ea5a359a73a8141a16de516480d33c34', 1776347107, '/sendmessage.php?do=sendtofriend&explain=1&t=3107', 0, 0, 0, 34, 3107, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')Time Before: 0.03444 seconds
Time After: 0.03467 seconds
Time Taken: 0.00023 seconds
Memory Before: 3,045.008 KB
Memory After: 3,044.867 KB
Memory Used: -0.141 KB