Time Before: 0.01620 seconds
Time After: 0.02929 seconds
Time Taken: 0.01309 seconds
Memory Before: 2,001.086 KB
Memory After: 3,396.906 KB
Memory Used: 1,395.820 KB
Time Before: 0.02946 seconds
Time After: 0.03077 seconds
Time Taken: 0.00130 seconds
Memory Before: 3,398.047 KB
Memory After: 3,400.555 KB
Memory Used: 2.508 KB
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','smiliecache','bbcodecache','mailqueue')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | ALL | PRIMARY | 22 | Using where |
Time Before: 0.03288 seconds
Time After: 0.03500 seconds
Time Taken: 0.00212 seconds
Memory Before: 3,405.789 KB
Memory After: 3,406.156 KB
Memory Used: 0.367 KB
Time Before: 0.03127 seconds
Time After: 0.03685 seconds
Time Taken: 0.00558 seconds
Memory Before: 3,398.898 KB
Memory After: 3,558.180 KB
Memory Used: 159.281 KB
SELECT * FROM session WHERE sessionhash = 'd7df191e7752f8b85f00f6a13c5461f8' AND lastactivity > 1283843834 AND idhash = 'd0b63444099757fedc3d79aa837e804c'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | const | PRIMARY | PRIMARY | 32 | const | 1 |
Time Before: 0.03986 seconds
Time After: 0.04030 seconds
Time Taken: 0.00044 seconds
Memory Before: 3,606.531 KB
Memory After: 3,606.961 KB
Memory Used: 0.430 KB
SELECT languageid, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_global AS phrasegroup_global, 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.04175 seconds
Time After: 0.04314 seconds
Time Taken: 0.00138 seconds
Memory Before: 3,614.195 KB
Memory After: 3,614.008 KB
Memory Used: -0.188 KB
Time Before: 0.03884 seconds
Time After: 0.04357 seconds
Time Taken: 0.00473 seconds
Memory Before: 3,600.508 KB
Memory After: 3,655.297 KB
Memory Used: 54.789 KB
SELECT post.*, IF(visible = 2, 1, 0) AS isdeleted, editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason FROM post AS post LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid) WHERE post.postid = 108228
| 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.04965 seconds
Time After: 0.05022 seconds
Time Taken: 0.00057 seconds
Memory Before: 3,636.813 KB
Memory After: 3,637.141 KB
Memory Used: 0.328 KB
SELECT IF(visible = 2, 1, 0) AS isdeleted, thread.* FROM thread AS thread WHERE thread.threadid = 82473
| 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.05130 seconds
Time After: 0.05174 seconds
Time Taken: 0.00044 seconds
Memory Before: 3,644.859 KB
Memory After: 3,645.313 KB
Memory Used: 0.453 KB
SELECT * FROM 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 | style | system | PRIMARY | 1 |
Time Before: 0.05286 seconds
Time After: 0.05380 seconds
Time Taken: 0.00094 seconds
Memory Before: 3,650.289 KB
Memory After: 3,650.789 KB
Memory Used: 0.500 KB
SELECT title, template FROM template WHERE templateid IN (129,379,156,157,159,166,165,255,269,256,257,259,258,260,262,263,264,266,268,68,70,72,74,292,293,296,297,294,249,248,250,254,252,326,107,108,109,382,377,383,241,207,208,378,381,390,227,228,229,230,341,395,394,396,399)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 55 | Using where |
Time Before: 0.05678 seconds
Time After: 0.05934 seconds
Time Taken: 0.00256 seconds
Memory Before: 3,741.773 KB
Memory After: 3,742.109 KB
Memory Used: 0.336 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 = 82473 ORDER BY postid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | ref | threadid | threadid | 4 | const | 1 | Using where; Using filesort |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | crowdreport.post.userid | 1 | |
| 1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | crowdreport.user.userid | 1 |
Time Before: 0.09067 seconds
Time After: 0.09176 seconds
Time Taken: 0.00109 seconds
Memory Before: 4,730.844 KB
Memory After: 4,731.125 KB
Memory Used: 0.281 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, 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 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 = 1 AND postparsed.languageid = 1) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 1 AND sigparsed.languageid = 1) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) WHERE post.postid IN (108228)
| 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 | customavatar | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | sigpic | system | PRIMARY | 0 | const row not found | |||
| 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 | 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 |
Time Before: 0.09581 seconds
Time After: 0.09697 seconds
Time Taken: 0.00115 seconds
Memory Before: 4,756.438 KB
Memory After: 4,755.438 KB
Memory Used: -1.000 KB
UPDATE session SET lastactivity = 1283844734, location = '/forum/showthread.php?p=108228&explain=1', inforum = 2, inthread = 82473, incalendar = 0, badlocation = 0, bypass = 0 WHERE sessionhash = 'd7df191e7752f8b85f00f6a13c5461f8'
Time Before: 0.12702 seconds
Time After: 0.12735 seconds
Time Taken: 0.00033 seconds
Memory Before: 6,055.188 KB
Memory After: 6,055.555 KB
Memory Used: 0.367 KB
INSERT INTO threadviews (threadid) VALUES (82473)
Time Before: 0.12748 seconds
Time After: 0.12778 seconds
Time Taken: 0.00029 seconds
Memory Before: 6,053.523 KB
Memory After: 6,054.141 KB
Memory Used: 0.617 KB