Time Before: 0.00325 seconds
Time After: 0.00543 seconds
Time Taken: 0.00218 seconds
Memory Before: 499.156 KB
Memory After: 521.953 KB
Memory Used: 22.797 KB
Time Before: 0.00565 seconds
Time After: 0.00680 seconds
Time Taken: 0.00115 seconds
Memory Before: 521.891 KB
Memory After: 522.836 KB
Memory Used: 0.945 KB
SET @@sql_mode = ''
Time Before: 0.00714 seconds
Time After: 0.00729 seconds
Time Taken: 0.00015 seconds
Memory Before: 523.391 KB
Memory After: 523.914 KB
Memory Used: 0.523 KB
SELECT * FROM datastore WHERE title IN ('tagcloud','iconcache','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 | 16 | Using index condition |
Time Before: 0.00846 seconds
Time After: 0.00927 seconds
Time Taken: 0.00081 seconds
Memory Before: 526.688 KB
Memory After: 527.523 KB
Memory Used: 0.836 KB
Time Before: 0.00736 seconds
Time After: 0.01205 seconds
Time Taken: 0.00468 seconds
Memory Before: 523.164 KB
Memory After: 1,109.750 KB
Memory Used: 586.586 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.97.14.81' AND idhash = '3baccf9796c876a91b207ca555fa88a5' 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.01597 seconds
Time After: 0.01633 seconds
Time Taken: 0.00036 seconds
Memory Before: 1,603.680 KB
Memory After: 1,604.297 KB
Memory Used: 0.617 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_search AS phrasegroup_search, phrasegroup_prefix AS phrasegroup_prefix, 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.01758 seconds
Time After: 0.01805 seconds
Time Taken: 0.00047 seconds
Memory Before: 1,616.000 KB
Memory After: 1,615.969 KB
Memory Used: -0.031 KB
Time Before: 0.01500 seconds
Time After: 0.01824 seconds
Time Taken: 0.00324 seconds
Memory Before: 1,596.156 KB
Memory After: 1,672.242 KB
Memory Used: 76.086 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.01900 seconds
Time After: 0.01921 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,673.625 KB
Memory After: 1,674.203 KB
Memory Used: 0.578 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.02364 seconds
Time After: 0.02404 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,989.664 KB
Memory After: 1,990.258 KB
Memory Used: 0.594 KB
SELECT contenttype.contenttypeid AS itemid FROM contenttype AS contenttype INNER JOIN package AS package ON package.packageid = contenttype.packageid LEFT JOIN product AS product ON product.productid = package.productid WHERE 1 = 1 AND (product.active = '1' OR package.productid = 'vbulletin') AND contenttype.cantag = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | package | system | PRIMARY | 1 | ||||
1 | SIMPLE | product | const | PRIMARY | PRIMARY | 27 | const | 0 | Unique row not found |
1 | SIMPLE | contenttype | ALL | packageclass | 18 | Using where |
Time Before: 0.03198 seconds
Time After: 0.03290 seconds
Time Taken: 0.00091 seconds
Memory Before: 2,669.016 KB
Memory After: 2,669.281 KB
Memory Used: 0.266 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.03557 seconds
Time After: 0.03580 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,784.563 KB
Memory After: 2,785.102 KB
Memory Used: 0.539 KB
SELECT data.tagid, SUM(data.searchcount) AS searchcount FROM ( SELECT tagcontent.tagid, COUNT(*) AS searchcount FROM tagcontent AS tagcontent INNER JOIN thread AS thread ON (tagcontent.contentid = thread.threadid) WHERE tagcontent.contenttypeid IN (2) AND tagcontent.dateline > 1702544829 AND thread.open <> 10 AND thread.visible = 1 AND thread.forumid IN (28,34,4,3,5,6,7,8,10,11,12,13,14,15,16,17,33,18,19,20,21,22,23,24,25,26,27,29,35,36,37,38,32,31,9) GROUP BY tagcontent.tagid ) AS data GROUP BY data.tagid ORDER BY searchcount DESC LIMIT 70
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | PRIMARY | ALL | 2 | Using temporary; Using filesort | |||||
2 | DERIVED | tagcontent | range | id_type_user,dateline | dateline | 4 | 1 | Using where; Using index; Using temporary; Using filesort | |
2 | DERIVED | thread | eq_ref | PRIMARY,forumid,forumid_lastpost | PRIMARY | 4 | business_business.tagcontent.contentid | 1 | Using where |
Time Before: 0.03998 seconds
Time After: 0.04109 seconds
Time Taken: 0.00111 seconds
Memory Before: 2,848.586 KB
Memory After: 2,848.586 KB
Memory Used: 0.000 KB
REPLACE INTO datastore (title, data, unserialize) VALUES ('tagcloud', 'a:3:{s:4:\"tags\";a:0:{}s:5:\"count\";i:0;s:8:\"dateline\";i:1734080829;}', 1)
Time Before: 0.04130 seconds
Time After: 0.04252 seconds
Time Taken: 0.00122 seconds
Memory Before: 2,849.211 KB
Memory After: 2,849.453 KB
Memory Used: 0.242 KB
SELECT title, template FROM template WHERE templateid IN (0,1195,1022,0,1035,1036,1155,1157,1156,928,1145,1144,1124,1122,1125,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 | 53 | Using index condition |
Time Before: 0.04415 seconds
Time After: 0.04561 seconds
Time Taken: 0.00147 seconds
Memory Before: 3,008.844 KB
Memory After: 3,010.359 KB
Memory Used: 1.516 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.05183 seconds
Time After: 0.05220 seconds
Time Taken: 0.00037 seconds
Memory Before: 3,134.117 KB
Memory After: 3,137.578 KB
Memory Used: 3.461 KB
UPDATE session SET lastactivity = 1734080829, location = '/tags.php?explain=1', badlocation = 0 WHERE sessionhash = 'be2a45c7a2e34ffc05e699bae532723c'
Time Before: 0.05633 seconds
Time After: 0.05664 seconds
Time Taken: 0.00030 seconds
Memory Before: 3,366.625 KB
Memory After: 3,366.859 KB
Memory Used: 0.234 KB