Time Before: 0.00018 seconds
Time After: 0.00021 seconds
Time Taken: 0.00003 seconds
Memory Before: 428.703 KB
Memory After: 430.539 KB
Memory Used: 1.836 KB
Time Before: 0.00023 seconds
Time After: 0.00208 seconds
Time Taken: 0.00185 seconds
Memory Before: 430.523 KB
Memory After: 431.414 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00216 seconds
Time After: 0.00222 seconds
Time Taken: 0.00006 seconds
Memory Before: 431.461 KB
Memory After: 431.516 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.00250 seconds
Time After: 0.00294 seconds
Time Taken: 0.00044 seconds
Memory Before: 433.055 KB
Memory After: 650.234 KB
Memory Used: 217.180 KB
Time Before: 0.00223 seconds
Time After: 0.00745 seconds
Time Taken: 0.00521 seconds
Memory Before: 431.305 KB
Memory After: 966.969 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.00768 seconds
Time After: 0.00805 seconds
Time Taken: 0.00037 seconds
Memory Before: 968.703 KB
Memory After: 1,353.023 KB
Memory Used: 384.320 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.227.105.110' AND idhash = 'c52be0538880bf2f860b0115af28963a' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 1039 | Using where |
Time Before: 0.00831 seconds
Time After: 0.00912 seconds
Time Taken: 0.00081 seconds
Memory Before: 1,159.211 KB
Memory After: 1,175.656 KB
Memory Used: 16.445 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.01023 seconds
Time After: 0.01037 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,165.281 KB
Memory After: 1,310.227 KB
Memory Used: 144.945 KB
Time Before: 0.00814 seconds
Time After: 0.01043 seconds
Time Taken: 0.00229 seconds
Memory Before: 1,156.766 KB
Memory After: 1,235.523 KB
Memory Used: 78.758 KB
SELECT IF(visible = 2, 1, 0) AS isdeleted, thread.* FROM thread AS thread WHERE thread.threadid = 100300
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.01208 seconds
Time After: 0.01223 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,365.391 KB
Memory After: 1,381.961 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.01342 seconds
Time After: 0.01354 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,369.984 KB
Memory After: 1,466.492 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.01460 seconds
Time After: 0.01496 seconds
Time Taken: 0.00035 seconds
Memory Before: 1,523.320 KB
Memory After: 1,836.875 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 = 100300 ORDER BY postid
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | ref | threadid | threadid | 4 | const | 437 | 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.01695 seconds
Time After: 0.05624 seconds
Time Taken: 0.03929 seconds
Memory Before: 1,890.016 KB
Memory After: 3,342.234 KB
Memory Used: 1,452.219 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 = 100300) LEFT JOIN modsys_licences AS licence ON(licence.modsys_licencesid = modification.mod_licence) WHERE post.postid IN (814798)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | post | 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 | icon | const | PRIMARY | PRIMARY | 2 | const | 0 | Unique row not found |
1 | SIMPLE | avatar | const | PRIMARY | PRIMARY | 2 | const | 0 | Unique row not found |
1 | SIMPLE | customavatar | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | editlog | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
1 | SIMPLE | postparsed | const | PRIMARY | PRIMARY | 8 | const,const,const | 0 | Unique row not found |
1 | SIMPLE | sigparsed | const | PRIMARY | PRIMARY | 8 | const,const,const | 0 | Unique row not found |
1 | SIMPLE | sigpic | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
1 | SIMPLE | modification | ALL | 19206 | Using where | ||||
1 | SIMPLE | licence | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.modification.mod_licence | 1 | Using where |
Time Before: 0.08264 seconds
Time After: 0.15884 seconds
Time Taken: 0.07621 seconds
Memory Before: 6,359.727 KB
Memory After: 6,432.492 KB
Memory Used: 72.766 KB
SELECT * FROM post_thanks AS post_thanks INNER JOIN user AS user USING (userid) WHERE post_thanks.postid IN (0,0,814798,814805,814813,814815,814828,814853,814865,814885,814931,814950,815048,815059,815082,815330,815335,815351,815363,815370,815372,815373,815375,815380,815382,815385,815403,815445,815553,815566,815570,815656,815667,815685,815692,815714,815721,815791,815792,815793,815795,815796,815807,815813,815822,815832,815873,815879,815885,815892,815893,815933,815936,815938,815941,815942,815944,815946,815948,815960,815961,815963,815966,815969,815975,815992,815999,816001,816005,816013,816052,816058,816061,816063,816065,816069,816118,816125,816144,816153,816160,816184,816200,816205,816249,816250,816252,816253,816255,816257,816258,816259,816261,816262,816263,816264,816266,816267,816269,816272,816276,816281,816282,816284,816286,816289,816292,816293,816312,816318,816321,816322,816326,816334,816338,816341,816343,816344,816411,816440,816449,816470,816472,816475,816486,816508,816514,816568,816571,816588,816603,816612,816621,816628,816629,816650,816702,816711,816716,816772,816779,816789,816795,816816,816830,816831,816833,816863,816877,816899,816937,816944,816958,816969,816978,816984,816986,816999,817006,817007,817010,817013,817028,817035,817065,817069,817098,817099,817104,817106,817138,817146,817152,817168,817171,817183,817193,817211,817220,817263,817264,817272,817288,817289,817298,817304,817307,817322,817342,817349,817350,817352,817359,817360,817365,817369,817380,817403,817412,817422,817428,817430,817439,817440,817546,817549,817550,817565,817582,817595,817629,817643,817694,817702,817720,817722,817724,817726,817732,817736,817740,817743,817745,817748,817754,817762,817763,817777,817781,817782,817783,817788,817789,817792,817798,817799,817803,817806,817807,817810,817815,817831,817832,817833,817838,817841,817842,817843,817844,817845,817850,817852,817853,817854,817855,817860,817865,817866,817868,817869,817874,817877,817878,817879,817880,817881,817882,817883,817885,817888,817889,817891,817893,817898,817899,817900,817904,817906,817910,817914,817915,817917,817918,817920,817922,817924,817929,817930,817936,817937,817987,817988,818000,818003,818026,818054,818063,818064,818069,818119,818129,818140,818142,818157,818186,818193,818197,818198,818211,818218,818226,818382,818396,818402,818433,818450,818451,818452,818572,818584,818586,818910,818950,818999,819003,819008,819115,819125,819132,819136,819139,819141,819192,819203,819219,819230,819234,819262,819282,819290,819296,819299,819303,819307,819321,819413,819432,819471,819483,819486,819494,819497,819513,819530,819532,819535,819562,819568,819573,819635,819657,819660,819675,819696,819709,819877,819914,820021,820023,820206,820249,820327,820358,820363,820365,820377,820398,820433,820442,820445,820448,820456,820457,820460,820466,820474,820475,820479,820623,820703,820772,820824,820866,821298,821318,821357,821388,821401,821410,821417,821425,821433,821663,821734,821867,821872,821888,821893,821900,821902,821908,821920,821925,821927,821930,821943,821945,821948,821975,821983,821985,821986,822018,822028,822029,822035,822039,822042,822043,822050,822058,822060,827505,827619,827632,827645,827790,827804,827865,827883,827887,827963,827980,827985,828030) 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 | 444 | Using index condition; Using filesort | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsupport_vborg.post_thanks.userid | 1 | Using where |
Time Before: 0.16030 seconds
Time After: 0.16302 seconds
Time Taken: 0.00273 seconds
Memory Before: 2,107.742 KB
Memory After: 2,136.117 KB
Memory Used: 28.375 KB
UPDATE session SET lastactivity = 1734966797, location = '/showthread.php?explain=1&mode=hybrid&t=100300', inforum = 7, inthread = 100300, badlocation = 0 WHERE sessionhash = 'ee9abe3aa06f1d367613b2e4e408803e'
Time Before: 0.16572 seconds
Time After: 0.16586 seconds
Time Taken: 0.00014 seconds
Memory Before: 2,402.930 KB
Memory After: 2,402.789 KB
Memory Used: -0.141 KB
INSERT INTO threadviews (threadid) VALUES (100300)
Time Before: 0.16588 seconds
Time After: 0.16642 seconds
Time Taken: 0.00054 seconds
Memory Before: 2,400.398 KB
Memory After: 2,400.445 KB
Memory Used: 0.047 KB