Time Before: 0.00388 seconds
Time After: 0.00980 seconds
Time Taken: 0.00592 seconds
Memory Before: 4,200.422 KB
Memory After: 6,471.000 KB
Memory Used: 2,270.578 KB
Time Before: 0.00986 seconds
Time After: 0.01043 seconds
Time Taken: 0.00057 seconds
Memory Before: 6,470.914 KB
Memory After: 6,474.516 KB
Memory Used: 3.602 KB
SET @@sql_mode = ''
Time Before: 0.01056 seconds
Time After: 0.01061 seconds
Time Taken: 0.00005 seconds
Memory Before: 6,474.555 KB
Memory After: 6,475.023 KB
Memory Used: 0.469 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.01104 seconds
Time After: 0.01148 seconds
Time Taken: 0.00044 seconds
Memory Before: 6,478.172 KB
Memory After: 6,480.438 KB
Memory Used: 2.266 KB
Time Before: 0.01063 seconds
Time After: 0.01228 seconds
Time Taken: 0.00164 seconds
Memory Before: 6,474.156 KB
Memory After: 7,242.117 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.01383 seconds
Time After: 0.01391 seconds
Time Taken: 0.00008 seconds
Memory Before: 8,021.008 KB
Memory After: 8,023.008 KB
Memory Used: 2.000 KB
SELECT * FROM vb_session WHERE userid = 0 AND host = '18.190.239.193' AND idhash = 'dea7d40562260d5e3732e2185d5fa20e' 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.01440 seconds
Time After: 0.01451 seconds
Time Taken: 0.00011 seconds
Memory Before: 8,037.734 KB
Memory After: 8,039.773 KB
Memory Used: 2.039 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.01564 seconds
Time After: 0.01612 seconds
Time Taken: 0.00048 seconds
Memory Before: 8,050.352 KB
Memory After: 8,051.828 KB
Memory Used: 1.477 KB
Time Before: 0.01408 seconds
Time After: 0.01622 seconds
Time Taken: 0.00214 seconds
Memory Before: 8,031.773 KB
Memory After: 8,180.461 KB
Memory Used: 148.688 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.03819 seconds
Time After: 0.03855 seconds
Time Taken: 0.00036 seconds
Memory Before: 8,194.438 KB
Memory After: 8,196.461 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.04163 seconds
Time After: 0.04173 seconds
Time Taken: 0.00010 seconds
Memory Before: 8,580.555 KB
Memory After: 8,582.531 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 = 90
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 | 0 | unique row not found |
Time Before: 0.04668 seconds
Time After: 0.04682 seconds
Time Taken: 0.00013 seconds
Memory Before: 9,769.609 KB
Memory After: 9,771.586 KB
Memory Used: 1.977 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.04709 seconds
Time After: 0.04720 seconds
Time Taken: 0.00011 seconds
Memory Before: 9,773.766 KB
Memory After: 9,775.695 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 = 41
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 | 0 | unique row not found |
Time Before: 0.04820 seconds
Time After: 0.04868 seconds
Time Taken: 0.00048 seconds
Memory Before: 9,783.313 KB
Memory After: 9,785.328 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.04990 seconds
Time After: 0.05010 seconds
Time Taken: 0.00020 seconds
Memory Before: 10,041.633 KB
Memory After: 10,043.797 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.05346 seconds
Time After: 0.05355 seconds
Time Taken: 0.00009 seconds
Memory Before: 11,523.891 KB
Memory After: 11,525.914 KB
Memory Used: 2.023 KB
INSERT IGNORE INTO vb_session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('a806d6c7e1b29569b242ee040901d752', 0, '18.190.239.193', 'dea7d40562260d5e3732e2185d5fa20e', 1746139635, '/entry.php?bt=90&explain=1', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')
Time Before: 0.05402 seconds
Time After: 0.05415 seconds
Time Taken: 0.00013 seconds
Memory Before: 11,546.898 KB
Memory After: 11,546.805 KB
Memory Used: -0.094 KB