Time Before: 0.00021 seconds
Time After: 0.00022 seconds
Time Taken: 0.00002 seconds
Memory Before: 430.961 KB
Memory After: 497.914 KB
Memory Used: 66.953 KB
Time Before: 0.00024 seconds
Time After: 0.00045 seconds
Time Taken: 0.00021 seconds
Memory Before: 497.867 KB
Memory After: 498.758 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00051 seconds
Time After: 0.00056 seconds
Time Taken: 0.00005 seconds
Memory Before: 498.781 KB
Memory After: 498.836 KB
Memory Used: 0.055 KB
SELECT *
FROM datastore
WHERE title IN ('iconcache','searchcloud','routes','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 | ALL | PRIMARY | 47 | Using where |
Time Before: 0.00078 seconds
Time After: 0.00098 seconds
Time Taken: 0.00020 seconds
Memory Before: 500.539 KB
Memory After: 658.000 KB
Memory Used: 157.461 KB
Time Before: 0.00057 seconds
Time After: 0.00641 seconds
Time Taken: 0.00584 seconds
Memory Before: 498.602 KB
Memory After: 955.648 KB
Memory Used: 457.047 KB
SELECT *
FROM datastore
WHERE title IN ('profilefield')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.00679 seconds
Time After: 0.00693 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,113.070 KB
Memory After: 1,129.328 KB
Memory Used: 16.258 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.48' 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 | 83 | const,const,const | 2 | Using where |
Time Before: 0.00728 seconds
Time After: 0.00742 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,118.227 KB
Memory After: 1,134.914 KB
Memory Used: 16.688 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_search AS phrasegroup_search, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_prefix AS phrasegroup_prefix, phrasegroup_socialgroups AS phrasegroup_socialgroups, phrasegroup_prefix AS phrasegroup_prefix, phrasegroup_user AS phrasegroup_user, 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.00780 seconds
Time After: 0.00809 seconds
Time Taken: 0.00030 seconds
Memory Before: 1,126.117 KB
Memory After: 1,258.742 KB
Memory Used: 132.625 KB
Time Before: 0.00697 seconds
Time After: 0.00815 seconds
Time Taken: 0.00118 seconds
Memory Before: 1,115.422 KB
Memory After: 1,251.938 KB
Memory Used: 136.516 KB
SELECT MAX(permissions & 1) AS perm FROM cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 |
Time Before: 0.01817 seconds
Time After: 0.01831 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,483.563 KB
Memory After: 1,499.672 KB
Memory Used: 16.109 KB
SELECT * FROM style WHERE (styleid = 1 AND userselect = 1) OR styleid = 1 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.01863 seconds
Time After: 0.01883 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,483.063 KB
Memory After: 1,619.688 KB
Memory Used: 136.625 KB
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid, package.productid AS productid, if(package.productid = 'vbulletin', 1, product.active) AS enabled, package.class AS class, -1 as isaggregator FROM package AS package LEFT JOIN product AS product ON product.productid = package.productid WHERE product.active = 1 OR package.productid = 'vbulletin' ) UNION (SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid, 1, 1, contenttype.class AS class , contenttype.isaggregator 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 product.active = 1 OR package.productid = 'vbulletin' )
Time Before: 0.02100 seconds
Time After: 0.02141 seconds
Time Taken: 0.00041 seconds
Memory Before: 2,133.047 KB
Memory After: 2,154.547 KB
Memory Used: 21.500 KB
SELECT thread.threadid FROM thread AS thread WHERE thread.forumid IN(3, 7, 8, 9, 13, 10, 11, 12) AND thread.lastpost >= 1764909540 AND thread.open <> 10 ORDER BY thread.lastpost desc LIMIT 500
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | range | forumid,forumid_lastpost,lastpost | lastpost | 4 | 1 | Using where |
Time Before: 0.02200 seconds
Time After: 0.02217 seconds
Time Taken: 0.00018 seconds
Memory Before: 2,276.930 KB
Memory After: 2,293.281 KB
Memory Used: 16.352 KB
REPLACE INTO searchlog
(userid,ipaddress,searchhash,sortby,sortorder,searchtime,dateline,completed,criteria,results)
VALUES
(0,'216.73.216.48','6fe26c89a8bdd8c3768ae2a13989194f','groupdateline','desc',0,1764995940,0,'O:18:\"vB_Search_Criteria\":15:{s:28:\"\0vB_Search_Criteria\0keywords\";a:0:{}s:32:\"\0vB_Search_Criteria\0raw_keywords\";s:0:\"\";s:29:\"\0vB_Search_Criteria\0titleonly\";b:0;s:27:\"\0vB_Search_Criteria\0filters\";a:2:{s:11:\"contenttype\";a:1:{s:2:\"eq\";a:1:{i:0;i:1;}}s:7:\"datecut\";a:1:{s:2:\"gt\";i:1764909540;}}s:24:\"\0vB_Search_Criteria\0sort\";a:2:{i:0;s:13:\"groupdateline\";i:1;s:4:\"desc\";}s:27:\"\0vB_Search_Criteria\0grouped\";i:1;s:31:\"\0vB_Search_Criteria\0searchterms\";a:4:{s:10:\"searchdate\";i:1;s:13:\"contenttypeid\";s:1:\"1\";s:11:\"search_type\";i:1;s:9:\"showposts\";i:0;}s:32:\"\0vB_Search_Criteria\0criteria_set\";b:1;s:35:\"\0vB_Search_Criteria\0advanced_typeid\";b:0;s:35:\"\0vB_Search_Criteria\0display_strings\";a:2:{s:4:\"type\";s:11:\"Type: Posts\";s:7:\"newitem\";s:19:\"Posts From Last Day\";}s:32:\"\0vB_Search_Criteria\0common_words\";a:0:{}s:30:\"\0vB_Search_Criteria\0highlights\";a:0:{}s:33:\"\0vB_Search_Criteria\0search_string\";N;s:26:\"\0vB_Search_Criteria\0errors\";a:0:{}s:11:\"search_type\";s:3:\"new\";}','')Time Before: 0.02222 seconds
Time After: 0.05708 seconds
Time Taken: 0.03486 seconds
Memory Before: 2,279.641 KB
Memory After: 2,279.641 KB
Memory Used: 0.000 KB
UPDATE searchlog
SET results = 'a:4:{i:0;a:0:{}i:1;i:-1;i:2;N;i:3;N;}'
WHERE searchlogid = 472473Time Before: 0.05723 seconds
Time After: 0.06729 seconds
Time Taken: 0.01006 seconds
Memory Before: 2,275.102 KB
Memory After: 2,275.195 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.04567, completed = 1 WHERE searchlogid = 472473
Time Before: 0.06738 seconds
Time After: 0.07557 seconds
Time Taken: 0.00819 seconds
Memory Before: 2,274.789 KB
Memory After: 2,274.758 KB
Memory Used: -0.031 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'searchnoresults' AND languageid IN (-1, 0, 1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 276 | 3 | Using index condition | |
| 1 | SIMPLE | phrasetype | const | PRIMARY | PRIMARY | 20 | const | 1 | Using where |
Time Before: 0.07616 seconds
Time After: 0.07657 seconds
Time Taken: 0.00041 seconds
Memory Before: 2,275.859 KB
Memory After: 2,291.906 KB
Memory Used: 16.047 KB
SELECT title, template FROM template WHERE templateid IN (0,32783,32523,32533,32536,32537,32535,32541,32539,32540,32542,32434,32437,32438,32656,32658,32657,32429,32646,32645,32625,32624,32290,32694,32726,32727,32747,0,0,7160,7154,18829,7158,7159,7157,7156,7161,7162,7163,32462,32736,32408,32412,32409,32410,32411,32766,0,0,32746,32707,32432,32433,32435,32436,32659,32778,32760,32710,32711,32259,32258,32262,5067,5038,6105,6107,5034,5035,0,5111,5113,6108,31826,31822,31951,31960)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 72 | Using index condition |
Time Before: 0.08073 seconds
Time After: 0.08167 seconds
Time Taken: 0.00095 seconds
Memory Before: 2,472.773 KB
Memory After: 2,699.523 KB
Memory Used: 226.750 KB
UPDATE session SET location = '/search.php?do=getdaily&explain=1', badlocation = 0 WHERE sessionhash = '0fcbc3c6fdaea91b34f40f93920f0cf9'
Time Before: 0.08774 seconds
Time After: 0.08793 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,853.398 KB
Memory After: 2,853.336 KB
Memory Used: -0.063 KB