Time Before: 0.00018 seconds
Time After: 0.00021 seconds
Time Taken: 0.00003 seconds
Memory Before: 426.094 KB
Memory After: 428.734 KB
Memory Used: 2.641 KB
Time Before: 0.00024 seconds
Time After: 0.00045 seconds
Time Taken: 0.00021 seconds
Memory Before: 428.688 KB
Memory After: 429.578 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00059 seconds
Time After: 0.00067 seconds
Time Taken: 0.00007 seconds
Memory Before: 429.602 KB
Memory After: 429.656 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')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 16 | Using where |
Time Before: 0.00104 seconds
Time After: 0.00115 seconds
Time Taken: 0.00011 seconds
Memory Before: 430.930 KB
Memory After: 517.563 KB
Memory Used: 86.633 KB
Time Before: 0.00068 seconds
Time After: 0.00459 seconds
Time Taken: 0.00390 seconds
Memory Before: 429.445 KB
Memory After: 713.680 KB
Memory Used: 284.234 KB
SELECT * FROM session WHERE sessionhash = 'fde9ff8f8e3ee1b99e349abc7604c3b8' AND lastactivity > 1745084055 AND idhash = '439d38664801c69bc688459014fd83ba'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | const | PRIMARY | PRIMARY | 98 | const | 1 |
Time Before: 0.00507 seconds
Time After: 0.00525 seconds
Time Taken: 0.00018 seconds
Memory Before: 719.422 KB
Memory After: 736.109 KB
Memory Used: 16.688 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_wol AS phrasegroup_wol, phrasegroup_user AS phrasegroup_user, phrasegroup_messaging AS phrasegroup_messaging, phrasegroup_cprofilefield AS phrasegroup_cprofilefield, phrasegroup_reputationlevel AS phrasegroup_reputationlevel, phrasegroup_infractionlevel AS phrasegroup_infractionlevel, phrasegroup_posting AS phrasegroup_posting, 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.00586 seconds
Time After: 0.00597 seconds
Time Taken: 0.00010 seconds
Memory Before: 727.250 KB
Memory After: 835.875 KB
Memory Used: 108.625 KB
Time Before: 0.00477 seconds
Time After: 0.00603 seconds
Time Taken: 0.00127 seconds
Memory Before: 717.141 KB
Memory After: 830.883 KB
Memory Used: 113.742 KB
SELECT * FROM style WHERE (styleid = 6 AND userselect = 1) OR styleid = 6 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.00897 seconds
Time After: 0.00905 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,026.383 KB
Memory After: 1,074.945 KB
Memory Used: 48.563 KB
SELECT title, template FROM template WHERE templateid IN (17545,17566,17534,17535,17537,17544,17543,17440,17442,17444,17446,17480,17479,17481,17482,17716,17714,17869,17875,17547,17548,17549,17550,17551,17552,17553,17554,17555,17556,17560,17558,17559,17557,17561,17565,17567,17568,17577,17571,17572,17573,17574,17576,17546,17564,17569,17578,17580,17579,17575,17747,17766,11515,10694,17912,17415,17414,17416,17411,17410,17687,9293,17639,17640,17641,17907,17910,17919,17660,17661,17662,17663,17861,17924,17923,17925,17928)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 77 | Using where |
Time Before: 0.01021 seconds
Time After: 0.01032 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,163.172 KB
Memory After: 1,309.320 KB
Memory Used: 146.148 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, usercsscache.cachedcss, IF(usercsscache.cachedcss IS NULL, 0, 1) AS hascachedcss, usercsscache.buildpermissions AS cssbuildpermissions FROM user AS user LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid) LEFT JOIN usercsscache AS usercsscache ON (user.userid = usercsscache.userid) WHERE user.userid = 48
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | sigpic | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | usercsscache | system | PRIMARY | 0 | const row not found | |||
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 | avatar | const | PRIMARY | PRIMARY | 2 | const | 0 | unique row not found |
1 | SIMPLE | customavatar | system | PRIMARY | 1 | ||||
1 | SIMPLE | customprofilepic | system | PRIMARY | 1 |
Time Before: 0.01195 seconds
Time After: 0.01236 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,337.555 KB
Memory After: 1,356.555 KB
Memory Used: 19.000 KB
SELECT blockid, requirement FROM profileblockprivacy WHERE userid = 48
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.01312 seconds
Time After: 0.01320 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,412.828 KB
Memory After: 1,428.945 KB
Memory Used: 16.117 KB
SELECT pf.profilefieldcategoryid, pfc.location, pf.* FROM profilefield AS pf LEFT JOIN profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid) WHERE pf.form = 0 AND pf.hidden = 0 ORDER BY pfc.displayorder, pf.displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | pfc | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | pf | ALL | 11 | Using where; Using filesort |
Time Before: 0.01342 seconds
Time After: 0.01348 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,413.281 KB
Memory After: 1,431.219 KB
Memory Used: 17.938 KB
UPDATE user SET profilevisits = profilevisits + 1 WHERE userid = 48
Time Before: 0.01399 seconds
Time After: 0.01428 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,434.102 KB
Memory After: 1,434.102 KB
Memory Used: 0.000 KB
SELECT user.userid, user.username, user.usergroupid, user.displaygroupid, profilevisitor.visible, user.infractiongroupid FROM profilevisitor AS profilevisitor INNER JOIN user AS user ON (user.userid = profilevisitor.visitorid) WHERE profilevisitor.userid = 48 AND (visible = 1 OR profilevisitor.visitorid = 0) ORDER BY profilevisitor.dateline DESC LIMIT 10
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.01457 seconds
Time After: 0.01492 seconds
Time Taken: 0.00035 seconds
Memory Before: 1,434.734 KB
Memory After: 1,450.648 KB
Memory Used: 15.914 KB
SELECT socialgroup.groupid, socialgroup.name, socialgroup.description, socialgroup.dateline, sgicon.dateline AS icondateline, sgicon.thumbnail_width AS iconthumb_width, sgicon.thumbnail_height AS iconthumb_height FROM socialgroupmember AS socialgroupmember INNER JOIN socialgroup AS socialgroup ON (socialgroup.groupid = socialgroupmember.groupid) LEFT JOIN socialgroupicon AS sgicon ON sgicon.groupid = socialgroup.groupid WHERE socialgroupmember.userid = 48 AND socialgroupmember.type = 'member' ORDER BY socialgroup.name
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.01523 seconds
Time After: 0.01530 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,437.664 KB
Memory After: 1,453.516 KB
Memory Used: 15.852 KB
SELECT SQL_CALC_FOUND_ROWS visitormessage.*, user.*, visitormessage.ipaddress AS messageipaddress ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb, filedata_thumb, NOT ISNULL(customavatar.userid) AS hascustom FROM visitormessage AS visitormessage LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) WHERE visitormessage.userid = 48 AND (visitormessage.state IN ('visible')) ORDER BY visitormessage.dateline DESC LIMIT 0, 10
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.01574 seconds
Time After: 0.01604 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,517.484 KB
Memory After: 1,532.961 KB
Memory Used: 15.477 KB
SELECT FOUND_ROWS()
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | No tables used |
Time Before: 0.01620 seconds
Time After: 0.01627 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,531.898 KB
Memory After: 1,548.352 KB
Memory Used: 16.453 KB
SELECT COUNT(*) AS messages, MAX(visitormessage.dateline) AS dateline FROM visitormessage AS visitormessage WHERE visitormessage.userid = 48 AND (visitormessage.state IN ('visible') OR (visitormessage.postuserid = 0 AND state = 'moderation'))
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.01657 seconds
Time After: 0.01663 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,541.016 KB
Memory After: 1,557.109 KB
Memory Used: 16.094 KB
UPDATE session SET location = '/board/member.php?explain=1&u=48', inforum = 0 WHERE sessionhash = 'fde9ff8f8e3ee1b99e349abc7604c3b8'
Time Before: 0.01789 seconds
Time After: 0.01801 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,659.602 KB
Memory After: 1,659.539 KB
Memory Used: -0.063 KB