Time Before: 0.02068 seconds
Time After: 0.03083 seconds
Time Taken: 0.01015 seconds
Memory Before: 4,203.430 KB
Memory After: 6,473.914 KB
Memory Used: 2,270.484 KB
Time Before: 0.03094 seconds
Time After: 0.03161 seconds
Time Taken: 0.00067 seconds
Memory Before: 6,473.828 KB
Memory After: 6,477.430 KB
Memory Used: 3.602 KB
SET @@sql_mode = ''
Time Before: 0.03182 seconds
Time After: 0.03190 seconds
Time Taken: 0.00008 seconds
Memory Before: 6,477.469 KB
Memory After: 6,477.961 KB
Memory Used: 0.492 KB
SELECT * FROM vb_datastore WHERE title IN ('smiliecache','bbcodecache','blogcategorycache','blogstats','blogfeatured_settings','blogfeatured_entries','bookmarksitecache','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 | 21 | Using index condition |
Time Before: 0.03249 seconds
Time After: 0.03301 seconds
Time Taken: 0.00052 seconds
Memory Before: 6,481.086 KB
Memory After: 6,483.352 KB
Memory Used: 2.266 KB
Time Before: 0.03193 seconds
Time After: 0.03446 seconds
Time Taken: 0.00253 seconds
Memory Before: 6,477.070 KB
Memory After: 7,245.031 KB
Memory Used: 767.961 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.03702 seconds
Time After: 0.03713 seconds
Time Taken: 0.00011 seconds
Memory Before: 8,023.914 KB
Memory After: 8,025.914 KB
Memory Used: 2.000 KB
SELECT * FROM vb_session WHERE sessionhash = '96239f6cdc045ded579f1bc8e915969a' AND lastactivity > 1746810095 AND idhash = 'b20ac7597040e3b53489d0ca48a99617'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_session | const | PRIMARY,guest_lookup,last_activity | PRIMARY | 96 | const | 1 |
Time Before: 0.03787 seconds
Time After: 0.03800 seconds
Time Taken: 0.00013 seconds
Memory Before: 8,039.844 KB
Memory After: 8,042.008 KB
Memory Used: 2.164 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_vbblogglobal AS phrasegroup_vbblogglobal, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_vbblogcat AS phrasegroup_vbblogcat, phrasegroup_inlinemod AS phrasegroup_inlinemod, 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.03876 seconds
Time After: 0.03934 seconds
Time Taken: 0.00058 seconds
Memory Before: 8,051.766 KB
Memory After: 8,053.242 KB
Memory Used: 1.477 KB
Time Before: 0.03743 seconds
Time After: 0.03948 seconds
Time Taken: 0.00205 seconds
Memory Before: 8,033.773 KB
Memory After: 8,181.828 KB
Memory Used: 148.055 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.03993 seconds
Time After: 0.04007 seconds
Time Taken: 0.00013 seconds
Memory Before: 8,195.813 KB
Memory After: 8,197.836 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.04484 seconds
Time After: 0.04496 seconds
Time Taken: 0.00011 seconds
Memory Before: 8,584.133 KB
Memory After: 8,586.109 KB
Memory Used: 1.977 KB
SELECT blog_text.*, blog_editlog.userid AS edit_userid, blog_editlog.dateline AS edit_dateline, blog_editlog.reason AS edit_reason, blog_editlog.username AS edit_username FROM vb_blog_text AS blog_text LEFT JOIN vb_blog_editlog AS blog_editlog ON (blog_editlog.blogtextid = blog_text.blogtextid) WHERE blog_text.blogtextid = 67
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | blog_text | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | blog_editlog | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.05145 seconds
Time After: 0.05162 seconds
Time Taken: 0.00017 seconds
Memory Before: 9,773.234 KB
Memory After: 9,775.219 KB
Memory Used: 1.984 KB
SELECT bm.userid, bm.permissions, bm.type, user.username FROM vb_blog_moderator AS bm INNER JOIN vb_user AS user USING (userid)
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.05209 seconds
Time After: 0.05222 seconds
Time Taken: 0.00013 seconds
Memory Before: 9,778.102 KB
Memory After: 9,780.031 KB
Memory Used: 1.930 KB
SELECT blog.*, blog.options AS blogoptions, blog_text.pagetext, blog_text.allowsmilie, blog_text.ipaddress, blog_text.reportthreadid, blog_text.ipaddress AS blogipaddress, blog_text.htmlstate, blog_editlog.userid AS edit_userid, blog_editlog.dateline AS edit_dateline, blog_editlog.reason AS edit_reason, blog_editlog.username AS edit_username, blog_textparsed.pagetexthtml, blog_textparsed.hasimages, user.*, userfield.*, usertextfield.*, blog.userid AS userid, bu.categorycache, bu.sidebar, bu.memberids, bu.memberblogids, bu.custompages, bu.title AS blog_title, bu.description AS blog_description, bu.allowsmilie AS blog_allowsmilie, bu.akismet_key AS akismet_key, bu.tagcloud, bu.options_member, bu.options_guest, bu.options_buddy, bu.options_ignore, bu.entries, bu.isblogmoderator, bu.comments_moderation AS blog_comments_moderation, bu.draft AS blog_draft, bu.pending AS blog_pending, bu.uncatentries, bu.moderation AS blog_moderation, bu.deleted AS blog_deleted, bu.customblocks, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid, blog_usercsscache.csscolors AS blog_csscolors, blog_usercsscache.cachedcss AS blog_cachedcss, IF(blog_usercsscache.cachedcss IS NULL, 0, 1) AS blog_hascachedcss, blog_usercsscache.buildpermissions AS blog_cssbuildpermissions , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight FROM vb_blog AS blog INNER JOIN vb_blog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid) LEFT JOIN vb_user AS user ON (blog.userid = user.userid) LEFT JOIN vb_userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN vb_usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN vb_blog_editlog AS blog_editlog ON (blog_editlog.blogtextid = blog.firstblogtextid) LEFT JOIN vb_blog_textparsed AS blog_textparsed ON (blog_textparsed.blogtextid = blog.firstblogtextid AND blog_textparsed.styleid = 0 AND blog_textparsed.languageid = 4) LEFT JOIN vb_blog_user AS bu ON (bu.bloguserid = user.userid) LEFT JOIN vb_customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN vb_blog_usercsscache AS blog_usercsscache ON (user.userid = blog_usercsscache.userid) LEFT JOIN vb_avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON (customavatar.userid = user.userid) WHERE blog.blogid = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | blog_textparsed | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | avatar | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | blog | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | blog_text | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | userfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | usertextfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | blog_editlog | const | PRIMARY | PRIMARY | 4 | const | 0 | unique row not found |
1 | SIMPLE | bu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | customprofilepic | const | PRIMARY | PRIMARY | 4 | const | 0 | unique row not found |
1 | SIMPLE | blog_usercsscache | system | PRIMARY | 1 | ||||
1 | SIMPLE | customavatar | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.05352 seconds
Time After: 0.05408 seconds
Time Taken: 0.00056 seconds
Memory Before: 9,787.633 KB
Memory After: 9,789.648 KB
Memory Used: 2.016 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.05596 seconds
Time After: 0.05620 seconds
Time Taken: 0.00023 seconds
Memory Before: 10,048.648 KB
Memory After: 10,050.813 KB
Memory Used: 2.164 KB
SELECT data, expires, locktime, serialized FROM vb_cache WHERE cacheid = 'cms_priv_user_0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.06276 seconds
Time After: 0.06290 seconds
Time Taken: 0.00013 seconds
Memory Before: 11,530.836 KB
Memory After: 11,532.859 KB
Memory Used: 2.023 KB
SELECT text, languageid, special FROM vb_phrase AS phrase LEFT JOIN vb_phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'nopermission_loggedout' AND languageid IN (-1, 0, 4)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 816 | 3 | Using index condition | |
1 | SIMPLE | vb_phrasetype | eq_ref | PRIMARY | PRIMARY | 60 | zabvo_db.phrase.fieldname | 1 | Using where |
Time Before: 0.06523 seconds
Time After: 0.06560 seconds
Time Taken: 0.00037 seconds
Memory Before: 11,823.031 KB
Memory After: 11,824.945 KB
Memory Used: 1.914 KB
SELECT title, template FROM vb_template WHERE templateid IN (2981,3016,3084,3033,2979,2978,2977,3497,3495,2984,2985,2986,2988,3020,3019,3021,3028,3060,0,3061,3062,3063,3064,3065,3066,3068,3069,3070,3071,3073,3074,3075,3076,3072,3081,3078,3082,2975,2976,3719,3721,3989,715,4322,4323,0,0,980,974,3381,978,979,977,4312,981,982,4318,3696,3992,3642,3646,3643,3644,3645,4008,0,0,3971,3973,3666,3667,3669,3670,3893,3935,3934,3984,3936,3493,3492,3496,3480,3485,3481,3487,3488,3483,3484,3486,3426,3428,3430,3432,3434,3659,3654,3657,3658,3738,3739,3660,3655,3652,3653,3980,3054,0,0,0,0,2921,2922)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | range | PRIMARY | PRIMARY | 4 | 104 | Using index condition |
Time Before: 0.11998 seconds
Time After: 0.12089 seconds
Time Taken: 0.00092 seconds
Memory Before: 12,106.047 KB
Memory After: 12,109.938 KB
Memory Used: 3.891 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.12803 seconds
Time After: 0.12829 seconds
Time Taken: 0.00026 seconds
Memory Before: 12,386.734 KB
Memory After: 12,392.734 KB
Memory Used: 6.000 KB
UPDATE vb_session SET location = '/entry.php?bt=67&explain=1', badlocation = 1, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '96239f6cdc045ded579f1bc8e915969a'
Time Before: 0.13207 seconds
Time After: 0.13223 seconds
Time Taken: 0.00016 seconds
Memory Before: 12,669.961 KB
Memory After: 12,670.133 KB
Memory Used: 0.172 KB