Time Before: 0.00018 seconds
Time After: 0.00019 seconds
Time Taken: 0.00002 seconds
Memory Before: 432.023 KB
Memory After: 433.859 KB
Memory Used: 1.836 KB
Time Before: 0.00022 seconds
Time After: 0.00055 seconds
Time Taken: 0.00033 seconds
Memory Before: 433.844 KB
Memory After: 434.734 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00064 seconds
Time After: 0.00072 seconds
Time Taken: 0.00008 seconds
Memory Before: 434.781 KB
Memory After: 434.836 KB
Memory Used: 0.055 KB
SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','smiliecache','bbcodecache','mailqueue','bookmarksitecache')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 18 | Using where |
Time Before: 0.00107 seconds
Time After: 0.00129 seconds
Time Taken: 0.00022 seconds
Memory Before: 436.375 KB
Memory After: 653.555 KB
Memory Used: 217.180 KB
Time Before: 0.00073 seconds
Time After: 0.00615 seconds
Time Taken: 0.00542 seconds
Memory Before: 434.625 KB
Memory After: 970.289 KB
Memory Used: 535.664 KB
SELECT * FROM datastore WHERE title IN ('modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 5 | Using where |
Time Before: 0.00646 seconds
Time After: 0.00672 seconds
Time Taken: 0.00026 seconds
Memory Before: 972.023 KB
Memory After: 1,356.344 KB
Memory Used: 384.320 KB
SELECT * FROM session WHERE sessionhash = '9524750d51411b327cd416af94d9c274' AND lastactivity > 1745038460 AND idhash = '046f85d3ecd5b0f19f78bac9ce251974'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | const | PRIMARY | PRIMARY | 128 | const | 1 |
Time Before: 0.00702 seconds
Time After: 0.00716 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,162.875 KB
Memory After: 1,179.445 KB
Memory Used: 16.570 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, 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 language WHERE languageid = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.00755 seconds
Time After: 0.00767 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,168.828 KB
Memory After: 1,313.773 KB
Memory Used: 144.945 KB
Time Before: 0.00681 seconds
Time After: 0.00773 seconds
Time Taken: 0.00092 seconds
Memory Before: 1,160.086 KB
Memory After: 1,238.883 KB
Memory Used: 78.797 KB
SELECT IF(visible = 2, 1, 0) AS isdeleted, thread.* FROM thread AS thread WHERE thread.threadid = 201234
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.00936 seconds
Time After: 0.00954 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,368.438 KB
Memory After: 1,385.008 KB
Memory Used: 16.570 KB
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 ORDER BY styleid ASC LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.00986 seconds
Time After: 0.00996 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,373.023 KB
Memory After: 1,469.531 KB
Memory Used: 96.508 KB
SELECT title, template FROM template WHERE templateid IN (69,70,72,71,154,560,186,187,189,196,195,607,369,355,356,358,357,360,362,363,364,366,368,92,94,96,98,602,398,401,402,399,397,470,471,348,347,349,353,351,498,132,131,133,134,641,644,624,67,66,68,63,62,339,645,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,599,600,595,609,596,131,132,133,134,149,584,585,587,588,586,583,581,582,594,589,590,593,592,591,366,394,395,392,598,615,619,610,611,612,613,616,618)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 102 | Using where |
Time Before: 0.01102 seconds
Time After: 0.01133 seconds
Time Taken: 0.00030 seconds
Memory Before: 1,526.359 KB
Memory After: 1,839.914 KB
Memory Used: 313.555 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.* FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) WHERE threadid = 201234 ORDER BY postid
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid | threadid | 4 | const | 41 | Using where; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post.userid | 1 | |
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.user.userid | 1 | Using where |
Time Before: 0.01359 seconds
Time After: 0.01521 seconds
Time Taken: 0.00162 seconds
Memory Before: 1,892.961 KB
Memory After: 2,061.930 KB
Memory Used: 168.969 KB
SELECT dateline, thumbnail_dateline,filename, filesize, visible, attachmentid, counter, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize, attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow FROM attachment LEFT JOIN attachmenttype AS attachmenttype USING (extension) WHERE postid IN (0,1706907,1706994,1707035,1707071,1707184,1707190,1707295,1707575,1707615,1707649,1707758,1707784,1707906,1708115,1708347,1708507,1709945,1709954,1709965,1710117,1710210,1710340,1710386,1710505,1710768,1710790,1711036,1711043,1711118,1711318,1711355,1711461,1711472,1823249,1823293,1823297,1823313,1823399,1824078,1824371,1945547,1946032)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | attachment | range | postid | postid | 4 | 43 | Using index condition | |
1 | SIMPLE | attachmenttype | eq_ref | PRIMARY | PRIMARY | 80 | vbsupport_vborg.attachment.extension | 1 | Using where |
Time Before: 0.01625 seconds
Time After: 0.01680 seconds
Time Taken: 0.00054 seconds
Memory Before: 2,296.633 KB
Memory After: 2,312.313 KB
Memory Used: 15.680 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(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid ,modification.last_update,modification.author,modification.mod_productid,modification.mod_supported,modification.mod_dbchanges,modification.mod_usesplugins,modification.mod_edtemplates,modification.mod_autemplates,modification.mod_reuseable,modification.mod_codechange,modification.mod_additional,modification.mod_translation,modification.mod_licence,modification.mod_verified,modification.mod_external,modification.mod_betastage,modification.mod_version,modification.mod_coauthors,modification.mod_installcount,modification.mod_vbversion,modification.motm,licence.title AS licence_used,licence.licence FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 2 AND postparsed.languageid = 1) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 2 AND sigparsed.languageid = 1) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) LEFT JOIN modsys_settings AS modification ON(modification.threadid = 201234) LEFT JOIN modsys_licences AS licence ON(licence.modsys_licencesid = modification.mod_licence) WHERE post.postid IN (1706907,1706994,1707035,1707071,1707184,1707190,1707295,1707575,1707615,1707649,1707758,1707784,1707906,1708115,1708347,1708507,1709945,1709954,1709965,1710117,1710210,1710340,1710386,1710505,1710768,1710790,1711036,1711043,1711118,1711318,1711355,1711461,1711472,1823249,1823293,1823297,1823313,1823399,1824078,1824371,1945547)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | range | PRIMARY | PRIMARY | 4 | 41 | Using index condition | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post.userid | 1 | |
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.user.userid | 1 | Using where |
1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.user.userid | 1 | Using where |
1 | SIMPLE | icon | eq_ref | PRIMARY | PRIMARY | 2 | vbsupport_vborg.post.iconid | 1 | |
1 | SIMPLE | avatar | eq_ref | PRIMARY | PRIMARY | 2 | vbsupport_vborg.user.avatarid | 1 | Using where |
1 | SIMPLE | customavatar | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.user.userid | 1 | Using where |
1 | SIMPLE | editlog | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post.postid | 1 | |
1 | SIMPLE | postparsed | eq_ref | PRIMARY | PRIMARY | 8 | vbsupport_vborg.post.postid,const,const | 1 | |
1 | SIMPLE | sigparsed | eq_ref | PRIMARY | PRIMARY | 8 | vbsupport_vborg.user.userid,const,const | 1 | Using where |
1 | SIMPLE | sigpic | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post.userid | 1 | |
1 | SIMPLE | modification | ALL | 19206 | Using where; Using join buffer (flat, BNL join) | ||||
1 | SIMPLE | licence | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.modification.mod_licence | 1 | Using where |
Time Before: 0.01843 seconds
Time After: 0.04582 seconds
Time Taken: 0.02739 seconds
Memory Before: 2,329.367 KB
Memory After: 2,555.867 KB
Memory Used: 226.500 KB
SELECT * FROM post_thanks AS post_thanks INNER JOIN user AS user USING (userid) WHERE post_thanks.postid IN (0,0,1706907,1706994,1707035,1707071,1707184,1707190,1707295,1707575,1707615,1707649,1707758,1707784,1707906,1708115,1708347,1708507,1709945,1709954,1709965,1710117,1710210,1710340,1710386,1710505,1710768,1710790,1711036,1711043,1711118,1711318,1711355,1711461,1711472,1823249,1823293,1823297,1823313,1823399,1824078,1824371,1945547,1946032) 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 | 43 | Using index condition; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post_thanks.userid | 1 | Using where |
Time Before: 0.04705 seconds
Time After: 0.04758 seconds
Time Taken: 0.00054 seconds
Memory Before: 2,753.625 KB
Memory After: 2,785.500 KB
Memory Used: 31.875 KB
UPDATE session SET location = '/showthread.php?explain=1&page=4&t=201234', inforum = 7, inthread = 201234 WHERE sessionhash = '9524750d51411b327cd416af94d9c274'
Time Before: 0.09112 seconds
Time After: 0.09123 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,514.484 KB
Memory After: 3,514.406 KB
Memory Used: -0.078 KB
INSERT INTO threadviews (threadid) VALUES (201234)
Time Before: 0.09125 seconds
Time After: 0.09190 seconds
Time Taken: 0.00066 seconds
Memory Before: 3,512.195 KB
Memory After: 3,512.242 KB
Memory Used: 0.047 KB