Time Before: 0.00041 seconds
Time After: 0.00052 seconds
Time Taken: 0.00011 seconds
Memory Before: 512.203 KB
Memory After: 537.133 KB
Memory Used: 24.930 KB
Time Before: 0.00054 seconds
Time After: 0.00075 seconds
Time Taken: 0.00021 seconds
Memory Before: 537.070 KB
Memory After: 537.984 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00082 seconds
Time After: 0.00087 seconds
Time Taken: 0.00005 seconds
Memory Before: 538.539 KB
Memory After: 539.063 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.00122 seconds
Time After: 0.00158 seconds
Time Taken: 0.00036 seconds
Memory Before: 541.797 KB
Memory After: 542.648 KB
Memory Used: 0.852 KB
Time Before: 0.00089 seconds
Time After: 0.00214 seconds
Time Taken: 0.00126 seconds
Memory Before: 538.313 KB
Memory After: 1,255.977 KB
Memory Used: 717.664 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.00313 seconds
Time After: 0.00329 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,821.695 KB
Memory After: 1,822.195 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.111' 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 | 55 | const,const,const | 2 | Using where |
Time Before: 0.00366 seconds
Time After: 0.00380 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,843.898 KB
Memory After: 1,844.508 KB
Memory Used: 0.609 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.00422 seconds
Time After: 0.00448 seconds
Time Taken: 0.00027 seconds
Memory Before: 1,855.547 KB
Memory After: 1,855.547 KB
Memory Used: 0.000 KB
Time Before: 0.00337 seconds
Time After: 0.00456 seconds
Time Taken: 0.00119 seconds
Memory Before: 1,836.977 KB
Memory After: 1,921.023 KB
Memory Used: 84.047 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.00499 seconds
Time After: 0.00508 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,969.500 KB
Memory After: 1,969.992 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 = 128 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.00621 seconds
Time After: 0.00638 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,314.477 KB
Memory After: 2,315.063 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.03535 seconds
Time After: 0.03553 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,348.664 KB
Memory After: 2,349.258 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.03662 seconds
Time After: 0.03674 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,957.516 KB
Memory After: 2,958.070 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 = 128 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.03731 seconds
Time After: 0.03747 seconds
Time Taken: 0.00016 seconds
Memory Before: 3,023.328 KB
Memory After: 3,023.633 KB
Memory Used: 0.305 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.03827 seconds
Time After: 0.03860 seconds
Time Taken: 0.00033 seconds
Memory Before: 3,204.711 KB
Memory After: 3,205.984 KB
Memory Used: 1.273 KB
UPDATE session SET lastactivity = 1764687003, location = '/threadtag.php?explain=1&t=128', inforum = 28, inthread = 128, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '5227e7aebe84d7146c4db7fc856e451b'
Time Before: 0.04193 seconds
Time After: 0.04208 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,539.258 KB
Memory After: 3,539.344 KB
Memory Used: 0.086 KB