Time Before: 0.00389 seconds
Time After: 0.00966 seconds
Time Taken: 0.00577 seconds
Memory Before: 2,917.250 KB
Memory After: 5,187.570 KB
Memory Used: 2,270.320 KB
Time Before: 0.00971 seconds
Time After: 0.01034 seconds
Time Taken: 0.00063 seconds
Memory Before: 5,187.492 KB
Memory After: 5,191.094 KB
Memory Used: 3.602 KB
SET @@sql_mode = ''
Time Before: 0.01052 seconds
Time After: 0.01058 seconds
Time Taken: 0.00005 seconds
Memory Before: 5,191.125 KB
Memory After: 5,191.617 KB
Memory Used: 0.492 KB
SELECT * FROM vb_datastore WHERE title IN ('smiliecache','bbcodecache','blogcategorycache','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 | vb_datastore | range | PRIMARY | PRIMARY | 150 | 17 | Using index condition |
Time Before: 0.01106 seconds
Time After: 0.01165 seconds
Time Taken: 0.00059 seconds
Memory Before: 5,194.516 KB
Memory After: 5,196.797 KB
Memory Used: 2.281 KB
Time Before: 0.01060 seconds
Time After: 0.01265 seconds
Time Taken: 0.00205 seconds
Memory Before: 5,190.727 KB
Memory After: 5,949.273 KB
Memory Used: 758.547 KB
SELECT * FROM vb_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.01475 seconds
Time After: 0.01485 seconds
Time Taken: 0.00009 seconds
Memory Before: 6,728.539 KB
Memory After: 6,730.539 KB
Memory Used: 2.000 KB
SELECT * FROM vb_session WHERE userid = 0 AND host = '18.207.255.67' AND idhash = '1e7f8f9b812888717051b41e21cd6f59' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_session | ref | guest_lookup,user_activity | guest_lookup | 145 | const,const,const | 2 | Using where |
Time Before: 0.01534 seconds
Time After: 0.01546 seconds
Time Taken: 0.00012 seconds
Memory Before: 6,740.852 KB
Memory After: 6,743.055 KB
Memory Used: 2.203 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_activitystream AS phrasegroup_activitystream, 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 vb_language WHERE languageid = 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_language | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01666 seconds
Time After: 0.01751 seconds
Time Taken: 0.00085 seconds
Memory Before: 6,752.336 KB
Memory After: 6,753.922 KB
Memory Used: 1.586 KB
Time Before: 0.01497 seconds
Time After: 0.01763 seconds
Time Taken: 0.00266 seconds
Memory Before: 6,735.266 KB
Memory After: 6,882.867 KB
Memory Used: 147.602 KB
SELECT * FROM vb_datastore WHERE title IN ('routes','profilefield')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_datastore | range | PRIMARY | PRIMARY | 150 | 2 | Using index condition |
Time Before: 0.01798 seconds
Time After: 0.01808 seconds
Time Taken: 0.00010 seconds
Memory Before: 6,896.984 KB
Memory After: 6,899.008 KB
Memory Used: 2.023 KB
SELECT MAX(permissions & 1) AS perm FROM vb_cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 |
Time Before: 0.02055 seconds
Time After: 0.02064 seconds
Time Taken: 0.00009 seconds
Memory Before: 7,270.211 KB
Memory After: 7,272.188 KB
Memory Used: 1.977 KB
SELECT * FROM vb_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 | vb_style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.02179 seconds
Time After: 0.02202 seconds
Time Taken: 0.00023 seconds
Memory Before: 7,497.531 KB
Memory After: 7,499.695 KB
Memory Used: 2.164 KB
SELECT stream.*, type.section, type.type FROM vb_activitystream AS stream LEFT JOIN vb_activitystreamtype AS type ON (stream.typeid = type.typeid) WHERE stream.dateline <> 0 AND stream.dateline <= 1728500344 AND stream.typeid IN (15, 16) AND stream.dateline > 1727895544 ORDER BY score DESC, dateline DESC LIMIT 0, 30
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | stream | range | dateline,typeid,typeid_2 | typeid | 8 | 2 | Using index condition; Using filesort | |
1 | SIMPLE | type | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.stream.typeid | 1 |
Time Before: 0.02501 seconds
Time After: 0.02518 seconds
Time Taken: 0.00017 seconds
Memory Before: 8,585.563 KB
Memory After: 8,587.352 KB
Memory Used: 1.789 KB
SELECT title, template FROM vb_template WHERE templateid IN (3369,3361,3362,3363,3364,3365,3370,3366,3367,3368,3371,3372,3373,3374,3375,3989,715,4322,4323,0,0,980,974,3381,978,979,977,4312,981,982,4318,3696,3992,903,3646,3643,3644,3645,4008,0,0,3971,3973,3666,3667,3669,3670,3893,3935,3934,3984,3936,3493,3492,3496,2973,2972,3054,3127,3126,2921,2922)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | range | PRIMARY | PRIMARY | 4 | 59 | Using index condition |
Time Before: 0.02611 seconds
Time After: 0.02658 seconds
Time Taken: 0.00046 seconds
Memory Before: 8,817.359 KB
Memory After: 8,820.430 KB
Memory Used: 3.070 KB
SELECT * FROM vb_navigation WHERE state & 4 = 0 ORDER BY navtype, displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_navigation | ALL | 36 | Using where; Using filesort |
Time Before: 0.02969 seconds
Time After: 0.02989 seconds
Time Taken: 0.00020 seconds
Memory Before: 9,015.477 KB
Memory After: 9,021.477 KB
Memory Used: 6.000 KB
UPDATE vb_session SET lastactivity = 1728500344, location = '/activity.php?time=week&show=cms&sortby=popular&explain=1', badlocation = 0 WHERE sessionhash = '2615c3271c8ff04812133e794c07db61'
Time Before: 0.03240 seconds
Time After: 0.03254 seconds
Time Taken: 0.00015 seconds
Memory Before: 9,288.250 KB
Memory After: 9,288.469 KB
Memory Used: 0.219 KB