Time Before: 0.00055 seconds
Time After: 0.00074 seconds
Time Taken: 0.00018 seconds
Memory Before: 509.797 KB
Memory After: 534.727 KB
Memory Used: 24.930 KB
Time Before: 0.00077 seconds
Time After: 0.00095 seconds
Time Taken: 0.00019 seconds
Memory Before: 534.664 KB
Memory After: 535.578 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00104 seconds
Time After: 0.00109 seconds
Time Taken: 0.00005 seconds
Memory Before: 536.133 KB
Memory After: 536.656 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 16 | Using index condition |
Time Before: 0.00145 seconds
Time After: 0.00179 seconds
Time Taken: 0.00034 seconds
Memory Before: 539.391 KB
Memory After: 540.242 KB
Memory Used: 0.852 KB
Time Before: 0.00111 seconds
Time After: 0.00278 seconds
Time Taken: 0.00166 seconds
Memory Before: 535.906 KB
Memory After: 1,253.609 KB
Memory Used: 717.703 KB
SELECT * FROM datastore WHERE title IN ('dbtech_downloads_category','dbtech_downloads_domain','dbtech_downloads_extension','dbtech_downloads_extensiongroup')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 4 | Using index condition |
Time Before: 0.00400 seconds
Time After: 0.00411 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,819.336 KB
Memory After: 1,819.836 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.223.97.46' AND idhash = '1e75c6e2844caae96fb4f9834e52f79a' 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 | 55 | const,const,const | 2 | Using where |
Time Before: 0.00450 seconds
Time After: 0.00466 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,841.547 KB
Memory After: 1,842.000 KB
Memory Used: 0.453 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_showthread AS phrasegroup_showthread, 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.00511 seconds
Time After: 0.00532 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,854.328 KB
Memory After: 1,854.328 KB
Memory Used: 0.000 KB
Time Before: 0.00421 seconds
Time After: 0.00539 seconds
Time Taken: 0.00118 seconds
Memory Before: 1,834.633 KB
Memory After: 1,919.422 KB
Memory Used: 84.789 KB
SELECT * FROM datastore WHERE title IN ('dbtech_downloads_domain','dbtech_downloads_extension')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 2 | Using index condition |
Time Before: 0.00590 seconds
Time After: 0.00600 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,967.930 KB
Memory After: 1,968.422 KB
Memory Used: 0.492 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 = 255 LIMIT 1
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.00752 seconds
Time After: 0.00770 seconds
Time Taken: 0.00018 seconds
Memory Before: 2,312.914 KB
Memory After: 2,313.500 KB
Memory Used: 0.586 KB
SELECT * FROM style WHERE (styleid = 4 AND userselect = 1) OR styleid = 4 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.04814 seconds
Time After: 0.04833 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,345.023 KB
Memory After: 2,345.617 KB
Memory Used: 0.594 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'vb_types.types'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.06500 seconds
Time After: 0.06513 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,953.930 KB
Memory After: 2,954.484 KB
Memory Used: 0.555 KB
SELECT tag.*, tagcontent.userid, user.username FROM tagcontent AS tagcontent INNER JOIN tag AS tag ON (tag.tagid = tagcontent.tagid AND tagcontent.contenttypeid = 2) LEFT JOIN user AS user ON (user.userid = tagcontent.userid) WHERE tagcontent.contentid = 255 ORDER BY tag.tagtext
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | tagcontent | ref | PRIMARY,id_type_user | id_type_user | 8 | const,const | 1 | Using index; Using temporary; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.tagcontent.tagid | 1 | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | underdog_vbulletin.tagcontent.userid | 1 |
Time Before: 0.08169 seconds
Time After: 0.08193 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,019.750 KB
Memory After: 3,020.070 KB
Memory Used: 0.320 KB
SELECT title, template FROM template WHERE templateid IN (15427,15633,15636,15627,15073,15072,15723,15724,12126,12125,12127,12122,12121,12713,12714,12712,12711,12130,12131,12718,15468,15753,15070,15418,15415,15416,15417,15761,0,0,15775,15716,15438,15439,15441,15442,15665,15745,15784,15737,15746,15265,15264,15268)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 43 | Using index condition |
Time Before: 0.08294 seconds
Time After: 0.09886 seconds
Time Taken: 0.01592 seconds
Memory Before: 3,201.188 KB
Memory After: 3,202.477 KB
Memory Used: 1.289 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('0207410001a0fdc12ca8e67fd600d204', 0, '18.223.97.46', '1e75c6e2844caae96fb4f9834e52f79a', 1746024664, '/threadtag.php?explain=1&t=255', 0, 0, 0, 28, 255, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')
Time Before: 0.10232 seconds
Time After: 0.10249 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,535.750 KB
Memory After: 3,535.625 KB
Memory Used: -0.125 KB