Time Before: 0.00042 seconds
Time After: 0.00055 seconds
Time Taken: 0.00013 seconds
Memory Before: 514.023 KB
Memory After: 538.953 KB
Memory Used: 24.930 KB
Time Before: 0.00057 seconds
Time After: 0.00072 seconds
Time Taken: 0.00015 seconds
Memory Before: 538.891 KB
Memory After: 539.805 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00090 seconds
Time After: 0.00101 seconds
Time Taken: 0.00011 seconds
Memory Before: 540.359 KB
Memory After: 540.883 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.00137 seconds
Time After: 0.00172 seconds
Time Taken: 0.00034 seconds
Memory Before: 543.617 KB
Memory After: 544.469 KB
Memory Used: 0.852 KB
Time Before: 0.00105 seconds
Time After: 0.00231 seconds
Time Taken: 0.00126 seconds
Memory Before: 540.133 KB
Memory After: 1,257.828 KB
Memory Used: 717.695 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.00417 seconds
Time After: 0.00435 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,823.508 KB
Memory After: 1,824.008 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.28' 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.00470 seconds
Time After: 0.00490 seconds
Time Taken: 0.00020 seconds
Memory Before: 1,845.633 KB
Memory After: 1,846.242 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.00529 seconds
Time After: 0.00551 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,857.047 KB
Memory After: 1,857.047 KB
Memory Used: 0.000 KB
Time Before: 0.00446 seconds
Time After: 0.00558 seconds
Time Taken: 0.00113 seconds
Memory Before: 1,838.711 KB
Memory After: 1,922.297 KB
Memory Used: 83.586 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.00600 seconds
Time After: 0.00609 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,970.797 KB
Memory After: 1,971.289 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 = 81 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.00721 seconds
Time After: 0.00738 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,315.797 KB
Memory After: 2,316.383 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.03540 seconds
Time After: 0.03551 seconds
Time Taken: 0.00011 seconds
Memory Before: 2,350.500 KB
Memory After: 2,351.094 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.03642 seconds
Time After: 0.03648 seconds
Time Taken: 0.00006 seconds
Memory Before: 2,959.563 KB
Memory After: 2,960.117 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 = 81 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.03696 seconds
Time After: 0.03711 seconds
Time Taken: 0.00015 seconds
Memory Before: 3,025.375 KB
Memory After: 3,025.695 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.03789 seconds
Time After: 0.03815 seconds
Time Taken: 0.00026 seconds
Memory Before: 3,206.297 KB
Memory After: 3,207.586 KB
Memory Used: 1.289 KB
UPDATE session SET location = '/threadtag.php?explain=1&t=81', inforum = 19, inthread = 81, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '1d735fc36e09052e5aa4cdb3382e5aa2'
Time Before: 0.04122 seconds
Time After: 0.04130 seconds
Time Taken: 0.00008 seconds
Memory Before: 3,533.500 KB
Memory After: 3,533.602 KB
Memory Used: 0.102 KB