Time Before: 0.00487 seconds
Time After: 0.01213 seconds
Time Taken: 0.00726 seconds
Memory Before: 3,739.516 KB
Memory After: 6,009.789 KB
Memory Used: 2,270.273 KB
Time Before: 0.01219 seconds
Time After: 0.01285 seconds
Time Taken: 0.00066 seconds
Memory Before: 6,009.703 KB
Memory After: 6,013.305 KB
Memory Used: 3.602 KB
SET @@sql_mode = ''
Time Before: 0.01297 seconds
Time After: 0.01303 seconds
Time Taken: 0.00006 seconds
Memory Before: 6,013.344 KB
Memory After: 6,013.836 KB
Memory Used: 0.492 KB
SELECT * FROM vb_datastore WHERE title IN ('smiliecache','bbcodecache','mailqueue','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 | 18 | Using index condition |
Time Before: 0.01346 seconds
Time After: 0.01394 seconds
Time Taken: 0.00048 seconds
Memory Before: 6,016.758 KB
Memory After: 6,019.055 KB
Memory Used: 2.297 KB
Time Before: 0.01305 seconds
Time After: 0.01509 seconds
Time Taken: 0.00204 seconds
Memory Before: 6,012.945 KB
Memory After: 6,770.094 KB
Memory Used: 757.148 KB
SELECT * FROM vb_datastore WHERE title IN ('v3a_awards','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.01735 seconds
Time After: 0.01747 seconds
Time Taken: 0.00013 seconds
Memory Before: 7,549.789 KB
Memory After: 7,551.805 KB
Memory Used: 2.016 KB
SELECT * FROM vb_session WHERE userid = 0 AND host = '216.73.216.181' AND idhash = 'ea5a359a73a8141a16de516480d33c34' 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.01801 seconds
Time After: 0.01814 seconds
Time Taken: 0.00013 seconds
Memory Before: 7,577.281 KB
Memory After: 7,579.484 KB
Memory Used: 2.203 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_reputationlevel AS phrasegroup_reputationlevel, 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.01942 seconds
Time After: 0.02001 seconds
Time Taken: 0.00059 seconds
Memory Before: 7,589.555 KB
Memory After: 7,591.023 KB
Memory Used: 1.469 KB
Time Before: 0.01768 seconds
Time After: 0.02016 seconds
Time Taken: 0.00248 seconds
Memory Before: 7,571.320 KB
Memory After: 7,692.039 KB
Memory Used: 120.719 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.02065 seconds
Time After: 0.02076 seconds
Time Taken: 0.00011 seconds
Memory Before: 7,706.008 KB
Memory After: 7,708.031 KB
Memory Used: 2.023 KB
SELECT post.*, IF(post.visible = 2, 1, 0) AS isdeleted, editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory FROM vb_post AS post LEFT JOIN vb_editlog AS editlog ON (editlog.postid = post.postid) WHERE post.postid = 30215
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | editlog | const | PRIMARY | PRIMARY | 4 | const | 0 | unique row not found |
Time Before: 0.09328 seconds
Time After: 0.09367 seconds
Time Taken: 0.00039 seconds
Memory Before: 8,014.430 KB
Memory After: 8,016.523 KB
Memory Used: 2.094 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, post.pagetext AS description, thread.* FROM vb_thread AS thread LEFT JOIN vb_post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 18
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.09409 seconds
Time After: 0.09423 seconds
Time Taken: 0.00014 seconds
Memory Before: 8,022.594 KB
Memory After: 8,024.891 KB
Memory Used: 2.297 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.09469 seconds
Time After: 0.09478 seconds
Time Taken: 0.00009 seconds
Memory Before: 8,051.461 KB
Memory After: 8,053.438 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.09631 seconds
Time After: 0.09690 seconds
Time Taken: 0.00060 seconds
Memory Before: 8,279.188 KB
Memory After: 8,281.352 KB
Memory Used: 2.164 KB
SELECT title, template FROM vb_template WHERE templateid IN (982,981,4318,4316,3980,3525,3526,3528,3534,3533,3728,3732,3718,3719,3721,3720,3723,3725,3726,3727,3730,3426,3428,3430,3432,3434,3782,3786,3787,3788,3785,3855,3706,3705,3707,3712,3710,3879,3487,3488,3654,3481,3480,3483,3484,3497,3495,3989,715,4322,4323,0,0,980,974,3381,978,979,977,4312,3696,3992,3642,3646,3643,3644,3645,4008,0,0,3971,3973,3666,3667,3669,3670,3893,3935,3934,3984,3936,3493,3492,3496,3054,3055,3053,2903,2930,2921,2922,2929)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | range | PRIMARY | PRIMARY | 4 | 89 | Using index condition |
Time Before: 0.10574 seconds
Time After: 0.10689 seconds
Time Taken: 0.00114 seconds
Memory Before: 10,595.945 KB
Memory After: 10,599.570 KB
Memory Used: 3.625 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.* FROM vb_post AS post LEFT JOIN vb_user AS user ON(user.userid = post.userid) LEFT JOIN vb_userfield AS userfield ON(userfield.userid = user.userid) WHERE threadid = 18 ORDER BY postid
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid | 4 | const | 268 | Using where; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post.userid | 1 | |
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.user.userid | 1 |
Time Before: 0.11180 seconds
Time After: 0.12111 seconds
Time Taken: 0.00931 seconds
Memory Before: 10,918.430 KB
Memory After: 11,286.297 KB
Memory Used: 367.867 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid ,blog_user.entries FROM vb_post AS post LEFT JOIN vb_user AS user ON(user.userid = post.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_icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN vb_editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN vb_postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 1 AND postparsed.languageid = 4) LEFT JOIN vb_sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 1 AND sigparsed.languageid = 4) LEFT JOIN vb_sigpic AS sigpic ON(sigpic.userid = post.userid) LEFT JOIN vb_blog_user AS blog_user ON (blog_user.bloguserid = post.userid) WHERE post.postid IN (30142,30145,30146,30144,30147,30149,30191,30193,30195,30197,30215,30226,30232,30234,30236,30237,30240,30242,30243,30245,30246,30250,30254,30409,30413,30456,30486,30488,30495,30497,30499,30518,30573,30525,30585,30587,30632,30646,30647,30648,30649)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | avatar | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | sigpic | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | post | range | PRIMARY | PRIMARY | 4 | 41 | Using index condition | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post.userid | 1 | |
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.user.userid | 1 | |
1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.user.userid | 1 | |
1 | SIMPLE | icon | eq_ref | PRIMARY | PRIMARY | 2 | zabvo_db.post.iconid | 1 | |
1 | SIMPLE | customavatar | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.user.userid | 1 | |
1 | SIMPLE | editlog | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post.postid | 1 | |
1 | SIMPLE | postparsed | eq_ref | PRIMARY | PRIMARY | 8 | zabvo_db.post.postid,const,const | 1 | |
1 | SIMPLE | sigparsed | eq_ref | PRIMARY | PRIMARY | 8 | zabvo_db.user.userid,const,const | 1 | |
1 | SIMPLE | blog_user | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post.userid | 1 |
Time Before: 0.29349 seconds
Time After: 0.29577 seconds
Time Taken: 0.00228 seconds
Memory Before: 18,490.188 KB
Memory After: 18,535.516 KB
Memory Used: 45.328 KB
SELECT * FROM vb_post_thanks AS post_thanks INNER JOIN vb_user AS user USING (userid) WHERE post_thanks.postid IN (30142) ORDER BY post_thanks.username ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post_thanks | ref | postid | postid | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post_thanks.userid | 1 | Using index condition |
Time Before: 0.30304 seconds
Time After: 0.30331 seconds
Time Taken: 0.00027 seconds
Memory Before: 12,280.930 KB
Memory After: 12,283.484 KB
Memory Used: 2.555 KB
SELECT template FROM vb_template WHERE templateid = 869
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.30375 seconds
Time After: 0.30384 seconds
Time Taken: 0.00009 seconds
Memory Before: 12,301.914 KB
Memory After: 12,303.922 KB
Memory Used: 2.008 KB
SELECT data, expires, locktime, serialized FROM vb_cache WHERE cacheid = 'vb_types.types'
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.30833 seconds
Time After: 0.30845 seconds
Time Taken: 0.00012 seconds
Memory Before: 13,167.055 KB
Memory After: 13,169.078 KB
Memory Used: 2.023 KB
SELECT template FROM vb_template WHERE templateid = 875
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.30930 seconds
Time After: 0.30938 seconds
Time Taken: 0.00009 seconds
Memory Before: 13,300.680 KB
Memory After: 13,302.688 KB
Memory Used: 2.008 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.31234 seconds
Time After: 0.31244 seconds
Time Taken: 0.00010 seconds
Memory Before: 13,828.078 KB
Memory After: 13,830.102 KB
Memory Used: 2.023 KB
SELECT template FROM vb_template WHERE templateid = 876
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.62938 seconds
Time After: 0.62952 seconds
Time Taken: 0.00014 seconds
Memory Before: 14,138.289 KB
Memory After: 14,140.320 KB
Memory Used: 2.031 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.69503 seconds
Time After: 0.69529 seconds
Time Taken: 0.00026 seconds
Memory Before: 14,804.977 KB
Memory After: 14,810.977 KB
Memory Used: 6.000 KB
SELECT template FROM vb_template WHERE templateid = 872
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | vb_template | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.69758 seconds
Time After: 0.69767 seconds
Time Taken: 0.00009 seconds
Memory Before: 14,659.461 KB
Memory After: 14,661.484 KB
Memory Used: 2.023 KB
UPDATE vb_session SET lastactivity = 1752044397, location = 'showthread.php?t=18', inforum = 5, inthread = 18, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', bypass = 0 WHERE sessionhash = 'b098784fb7a9e90ee604151c31626b9f'
Time Before: 0.70192 seconds
Time After: 0.70210 seconds
Time Taken: 0.00018 seconds
Memory Before: 16,353.805 KB
Memory After: 16,353.922 KB
Memory Used: 0.117 KB
INSERT INTO vb_threadviews (threadid) VALUES (18)
Time Before: 0.70215 seconds
Time After: 0.70231 seconds
Time Taken: 0.00016 seconds
Memory Before: 16,347.000 KB
Memory After: 16,347.391 KB
Memory Used: 0.391 KB