Time Before: 0.00391 seconds
Time After: 0.00977 seconds
Time Taken: 0.00586 seconds
Memory Before: 3,737.500 KB
Memory After: 6,007.820 KB
Memory Used: 2,270.320 KB
Time Before: 0.00982 seconds
Time After: 0.01039 seconds
Time Taken: 0.00057 seconds
Memory Before: 6,007.734 KB
Memory After: 6,011.336 KB
Memory Used: 3.602 KB
SET @@sql_mode = ''
Time Before: 0.01049 seconds
Time After: 0.01054 seconds
Time Taken: 0.00005 seconds
Memory Before: 6,011.375 KB
Memory After: 6,011.844 KB
Memory Used: 0.469 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.01096 seconds
Time After: 0.01141 seconds
Time Taken: 0.00045 seconds
Memory Before: 6,014.789 KB
Memory After: 6,017.086 KB
Memory Used: 2.297 KB
Time Before: 0.01057 seconds
Time After: 0.01220 seconds
Time Taken: 0.00163 seconds
Memory Before: 6,010.977 KB
Memory After: 6,768.133 KB
Memory Used: 757.156 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.01385 seconds
Time After: 0.01398 seconds
Time Taken: 0.00013 seconds
Memory Before: 7,547.867 KB
Memory After: 7,549.883 KB
Memory Used: 2.016 KB
SELECT * FROM vb_session WHERE userid = 0 AND host = '18.97.14.91' AND idhash = '3baccf9796c876a91b207ca555fa88a5' 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.01449 seconds
Time After: 0.01461 seconds
Time Taken: 0.00013 seconds
Memory Before: 7,575.859 KB
Memory After: 7,578.063 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.01583 seconds
Time After: 0.01680 seconds
Time Taken: 0.00097 seconds
Memory Before: 7,587.906 KB
Memory After: 7,589.375 KB
Memory Used: 1.469 KB
Time Before: 0.01419 seconds
Time After: 0.01689 seconds
Time Taken: 0.00270 seconds
Memory Before: 7,569.836 KB
Memory After: 7,690.422 KB
Memory Used: 120.586 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.01722 seconds
Time After: 0.01733 seconds
Time Taken: 0.00011 seconds
Memory Before: 7,704.391 KB
Memory After: 7,706.414 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 = 404198
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.01984 seconds
Time After: 0.01997 seconds
Time Taken: 0.00013 seconds
Memory Before: 8,012.844 KB
Memory After: 8,014.938 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 = 74
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.02028 seconds
Time After: 0.02046 seconds
Time Taken: 0.00018 seconds
Memory Before: 8,020.680 KB
Memory After: 8,022.977 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.02081 seconds
Time After: 0.02089 seconds
Time Taken: 0.00008 seconds
Memory Before: 8,049.023 KB
Memory After: 8,051.000 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.02196 seconds
Time After: 0.02223 seconds
Time Taken: 0.00026 seconds
Memory Before: 8,276.625 KB
Memory After: 8,278.789 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.02790 seconds
Time After: 0.02863 seconds
Time Taken: 0.00073 seconds
Memory Before: 10,593.563 KB
Memory After: 10,597.188 KB
Memory Used: 3.625 KB
SELECT COUNT(*) AS posts FROM vb_post AS post WHERE threadid = 74 AND visible = 1 AND dateline <= 1741680966
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | range | threadid,threadid_visible_dateline,dateline | threadid_visible_dateline | 10 | 23672 | Using where; Using index |
Time Before: 0.03257 seconds
Time After: 0.04004 seconds
Time Taken: 0.00747 seconds
Memory Before: 10,829.938 KB
Memory After: 10,831.906 KB
Memory Used: 1.969 KB
SELECT post.postid, post.attach FROM vb_post AS post WHERE post.threadid = 74 AND post.visible = 1 ORDER BY post.dateline LIMIT 23750, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid_visible_dateline | 6 | const,const | 19262 | Using where |
Time Before: 0.04058 seconds
Time After: 0.08449 seconds
Time Taken: 0.04391 seconds
Memory Before: 10,839.219 KB
Memory After: 10,841.344 KB
Memory Used: 2.125 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.08897 seconds
Time After: 0.08911 seconds
Time Taken: 0.00014 seconds
Memory Before: 11,682.148 KB
Memory After: 11,684.172 KB
Memory Used: 2.023 KB
SELECT fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize, a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder, at.contenttypes FROM vb_attachment AS a INNER JOIN vb_filedata AS fd ON (fd.filedataid = a.filedataid) LEFT JOIN vb_attachmenttype AS at ON (at.extension = fd.extension) WHERE a.contentid IN (404191) AND a.contenttypeid = 1 ORDER BY a.contentid, a.displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | ref | contenttypeid,contentid,filedataid | contentid | 4 | const | 1 | Using where; Using filesort |
1 | SIMPLE | fd | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.a.filedataid | 1 | |
1 | SIMPLE | at | eq_ref | PRIMARY | PRIMARY | 60 | zabvo_db.fd.extension | 1 | Using where |
Time Before: 0.08976 seconds
Time After: 0.09000 seconds
Time Taken: 0.00025 seconds
Memory Before: 11,757.352 KB
Memory After: 11,759.070 KB
Memory Used: 1.719 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,customavatar.width AS avwidth,customavatar.height AS avheight, 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(user.displaygroupid=0, user.usergroupid, user.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 (0404174,404180,404181,404190,404191,404194,404197,404198,404201,404202) ORDER BY post.dateline
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 | 10 | Using index condition; 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 | |
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.09083 seconds
Time After: 0.09182 seconds
Time Taken: 0.00099 seconds
Memory Before: 11,765.273 KB
Memory After: 11,777.422 KB
Memory Used: 12.148 KB
SELECT * FROM vb_post_thanks AS post_thanks INNER JOIN vb_user AS user USING (userid) WHERE post_thanks.postid IN (00404174,404180,404181,404190,404191,404194,404197,404198,404201,404202) ORDER BY post_thanks.username ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post_thanks | range | postid | postid | 4 | 30 | Using index condition; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | zabvo_db.post_thanks.userid | 1 | Using index condition |
Time Before: 0.09344 seconds
Time After: 0.09381 seconds
Time Taken: 0.00037 seconds
Memory Before: 12,035.492 KB
Memory After: 12,041.344 KB
Memory Used: 5.852 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.09436 seconds
Time After: 0.09446 seconds
Time Taken: 0.00011 seconds
Memory Before: 12,062.195 KB
Memory After: 12,064.203 KB
Memory Used: 2.008 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.09639 seconds
Time After: 0.09659 seconds
Time Taken: 0.00020 seconds
Memory Before: 12,130.695 KB
Memory After: 12,132.703 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.10065 seconds
Time After: 0.10077 seconds
Time Taken: 0.00012 seconds
Memory Before: 12,661.938 KB
Memory After: 12,663.961 KB
Memory Used: 2.023 KB
SELECT template FROM vb_template WHERE templateid = 870
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.10320 seconds
Time After: 0.10342 seconds
Time Taken: 0.00023 seconds
Memory Before: 12,689.219 KB
Memory After: 12,691.227 KB
Memory Used: 2.008 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.10393 seconds
Time After: 0.10551 seconds
Time Taken: 0.00158 seconds
Memory Before: 12,721.938 KB
Memory After: 12,723.945 KB
Memory Used: 2.008 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.13015 seconds
Time After: 0.13039 seconds
Time Taken: 0.00024 seconds
Memory Before: 12,780.609 KB
Memory After: 12,786.648 KB
Memory Used: 6.039 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.13235 seconds
Time After: 0.13246 seconds
Time Taken: 0.00011 seconds
Memory Before: 12,921.969 KB
Memory After: 12,924.008 KB
Memory Used: 2.039 KB
SELECT `enabled` FROM `vb_skimlinks` WHERE `userid` = 0
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.13288 seconds
Time After: 0.13295 seconds
Time Taken: 0.00007 seconds
Memory Before: 12,940.477 KB
Memory After: 12,942.516 KB
Memory Used: 2.039 KB
UPDATE vb_session SET lastactivity = 1745599026, location = 'showthread.php?t=74&page=2376', inforum = 17, inthread = 74, badlocation = 0 WHERE sessionhash = '731a8a82924c1418ef55712ec0f23629'
Time Before: 0.13496 seconds
Time After: 0.13523 seconds
Time Taken: 0.00027 seconds
Memory Before: 13,481.789 KB
Memory After: 13,482.023 KB
Memory Used: 0.234 KB
INSERT INTO vb_threadviews (threadid) VALUES (74)
Time Before: 0.13526 seconds
Time After: 0.13539 seconds
Time Taken: 0.00013 seconds
Memory Before: 13,476.109 KB
Memory After: 13,476.500 KB
Memory Used: 0.391 KB