Time Before: 0.02235 seconds
Time After: 0.02813 seconds
Time Taken: 0.00578 seconds
Memory Before: 613.391 KB
Memory After: 638.508 KB
Memory Used: 25.117 KB
Time Before: 0.02823 seconds
Time After: 0.02864 seconds
Time Taken: 0.00041 seconds
Memory Before: 638.445 KB
Memory After: 639.453 KB
Memory Used: 1.008 KB
SET @@sql_mode = ''
Time Before: 0.02886 seconds
Time After: 0.02900 seconds
Time Taken: 0.00014 seconds
Memory Before: 640.008 KB
Memory After: 640.531 KB
Memory Used: 0.523 KB
SELECT *
FROM datastore
WHERE title IN ('smiliecache','bbcodecache','navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 18 | Using where |
Time Before: 0.02978 seconds
Time After: 0.03285 seconds
Time Taken: 0.00307 seconds
Memory Before: 643.055 KB
Memory After: 643.930 KB
Memory Used: 0.875 KB
Time Before: 0.02906 seconds
Time After: 0.03710 seconds
Time Taken: 0.00804 seconds
Memory Before: 639.781 KB
Memory After: 1,720.063 KB
Memory Used: 1,080.281 KB
SELECT * FROM session WHERE userid = 0 AND host = '192.168.0.1' AND idhash = 'ce294c5626a6c3c128594a952859491f' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | idhash,host,userid,guest_lookup,user_activity | idhash | 32 | const | 2 | Using where |
Time Before: 0.04516 seconds
Time After: 0.04570 seconds
Time Taken: 0.00054 seconds
Memory Before: 2,213.414 KB
Memory After: 2,214.031 KB
Memory Used: 0.617 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_user AS phrasegroup_user, phrasegroup_posting AS phrasegroup_posting, 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 language WHERE languageid = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.04918 seconds
Time After: 0.05030 seconds
Time Taken: 0.00113 seconds
Memory Before: 2,225.016 KB
Memory After: 2,225.031 KB
Memory Used: 0.016 KB
Time Before: 0.04417 seconds
Time After: 0.05053 seconds
Time Taken: 0.00637 seconds
Memory Before: 2,205.594 KB
Memory After: 2,325.789 KB
Memory Used: 120.195 KB
SELECT MAX(permissions & 1) AS perm FROM cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 |
Time Before: 0.08180 seconds
Time After: 0.08198 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,834.250 KB
Memory After: 2,834.766 KB
Memory Used: 0.516 KB
SELECT * FROM style WHERE (styleid = 5 AND userselect = 1) OR styleid = 5 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.09753 seconds
Time After: 0.09878 seconds
Time Taken: 0.00125 seconds
Memory Before: 2,922.555 KB
Memory After: 2,923.148 KB
Memory Used: 0.594 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, 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 usercsscache AS usercsscache ON (user.userid = usercsscache.userid) WHERE user.userid = 222 LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 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 | usercsscache | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.11695 seconds
Time After: 0.11800 seconds
Time Taken: 0.00105 seconds
Memory Before: 3,656.328 KB
Memory After: 3,657.273 KB
Memory Used: 0.945 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, 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 usercsscache AS usercsscache ON (user.userid = usercsscache.userid) WHERE user.userid = 8091 LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 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 | usercsscache | const | PRIMARY | PRIMARY | 4 | const | 0 | unique row not found |
Time Before: 0.11983 seconds
Time After: 0.12075 seconds
Time Taken: 0.00092 seconds
Memory Before: 3,686.563 KB
Memory After: 3,687.508 KB
Memory Used: 0.945 KB
SELECT requirement FROM profileblockprivacy WHERE userid = 222 AND blockid = 'visitor_messaging'
| 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.12205 seconds
Time After: 0.12234 seconds
Time Taken: 0.00029 seconds
Memory Before: 3,747.516 KB
Memory After: 3,747.992 KB
Memory Used: 0.477 KB
SELECT requirement FROM profileblockprivacy WHERE userid = 8091 AND blockid = 'visitor_messaging'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | profileblockprivacy | const | PRIMARY | PRIMARY | 261 | const,const | 1 |
Time Before: 0.12312 seconds
Time After: 0.12341 seconds
Time Taken: 0.00029 seconds
Memory Before: 3,747.484 KB
Memory After: 3,747.992 KB
Memory Used: 0.508 KB
(
SELECT
visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress, visitormessage.userid AS profileuserid
,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 = 222 AND visitormessage.postuserid = 8091 AND visitormessage.state IN ('visible')
)
UNION
(
SELECT
visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress, visitormessage.userid AS profileuserid
,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 = 8091 AND visitormessage.postuserid = 222 AND visitormessage.state IN ('visible')
)
ORDER BY pmdateline DESC
LIMIT 0, 10Time Before: 0.12373 seconds
Time After: 0.12851 seconds
Time Taken: 0.00478 seconds
Memory Before: 3,756.984 KB
Memory After: 3,764.180 KB
Memory Used: 7.195 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.12900 seconds
Time After: 0.12917 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,760.680 KB
Memory After: 3,761.328 KB
Memory Used: 0.648 KB
SELECT title, template FROM template WHERE templateid IN (47496,61816,61818,61819,61822,61823,61989,61889,61909,61910,61911,61913,62262,55071,57273,57295,62316,0,0,6082,38961,42855,57213,38966,57292,5992,38968,38969,57230,62031,62305,45486,61981,53288,61979,61980,62335,0,0,62315,62276,62001,62002,62004,62005,62228,62347,62329,62279,62280,61828,61827,61831,61391,61659)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 52 | Using where |
Time Before: 0.14553 seconds
Time After: 0.14677 seconds
Time Taken: 0.00124 seconds
Memory Before: 4,268.594 KB
Memory After: 4,270.016 KB
Memory Used: 1.422 KB
UPDATE session SET lastactivity = 1785079137, location = '/forums/converse.php?explain=1&u=222&u2=8091', badlocation = 0 WHERE sessionhash = 'da912f7be06eff0ea74051f77fa527e7'
Time Before: 0.21352 seconds
Time After: 0.21383 seconds
Time Taken: 0.00031 seconds
Memory Before: 4,895.813 KB
Memory After: 4,896.016 KB
Memory Used: 0.203 KB