Time Before: 0.00010 seconds
Time After: 0.00012 seconds
Time Taken: 0.00001 seconds
Memory Before: 438.055 KB
Memory After: 440.695 KB
Memory Used: 2.641 KB
Time Before: 0.00013 seconds
Time After: 0.00044 seconds
Time Taken: 0.00031 seconds
Memory Before: 440.648 KB
Memory After: 441.539 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00057 seconds
Time After: 0.00067 seconds
Time Taken: 0.00010 seconds
Memory Before: 441.563 KB
Memory After: 441.617 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 | ALL | PRIMARY | 40 | Using where |
Time Before: 0.00095 seconds
Time After: 0.00144 seconds
Time Taken: 0.00048 seconds
Memory Before: 442.891 KB
Memory After: 556.023 KB
Memory Used: 113.133 KB
Time Before: 0.00069 seconds
Time After: 0.00340 seconds
Time Taken: 0.00271 seconds
Memory Before: 441.406 KB
Memory After: 689.766 KB
Memory Used: 248.359 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.186' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 105 | Using where |
Time Before: 0.00362 seconds
Time After: 0.00374 seconds
Time Taken: 0.00012 seconds
Memory Before: 694.367 KB
Memory After: 710.867 KB
Memory Used: 16.500 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_album AS phrasegroup_album, phrasegroup_user AS phrasegroup_user, 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 = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.00403 seconds
Time After: 0.00460 seconds
Time Taken: 0.00057 seconds
Memory Before: 700.688 KB
Memory After: 809.250 KB
Memory Used: 108.563 KB
Time Before: 0.00344 seconds
Time After: 0.00464 seconds
Time Taken: 0.00121 seconds
Memory Before: 692.117 KB
Memory After: 802.367 KB
Memory Used: 110.250 KB
SELECT * FROM style WHERE (styleid = 7 AND userselect = 1) OR styleid = 7 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.00627 seconds
Time After: 0.00645 seconds
Time Taken: 0.00018 seconds
Memory Before: 995.586 KB
Memory After: 1,060.148 KB
Memory Used: 64.563 KB
SELECT title, template FROM template WHERE templateid IN (2143,1993,1994,1989,921,920,2480,1983,1982,1984,1979,1978,2255,903,904,2208,2209,2475,2478,2487,2228,2229,2230,2231,2429,2492,2491,2493,2496)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 29 | Using index condition |
Time Before: 0.00753 seconds
Time After: 0.00789 seconds
Time Taken: 0.00035 seconds
Memory Before: 1,133.766 KB
Memory After: 1,196.633 KB
Memory Used: 62.867 KB
SELECT SQL_CALC_FOUND_ROWS
album.*, user.*, album.lastpicturedate AS dateline,
picture.pictureid, picture.extension, picture.idhash,
picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height
FROM album AS album
LEFT JOIN user AS user ON (user.userid = album.userid)
LEFT JOIN profileblockprivacy AS profileblockprivacy ON
(profileblockprivacy.userid = user.userid AND profileblockprivacy.blockid = 'albums') INNER JOIN albumupdate AS albumupdate ON (albumupdate.albumid = album.albumid) LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)
WHERE 1=1 AND (profileblockprivacy.requirement = 0 OR profileblockprivacy.requirement IS NULL) AND (album.state IN ('public')AND album.visible > 0) AND (profileblockprivacy.requirement <= 0 OR profileblockprivacy.requirement IS NULL) ORDER BY albumupdate.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.00890 seconds
Time After: 0.00918 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,296.633 KB
Memory After: 1,312.859 KB
Memory Used: 16.227 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.00934 seconds
Time After: 0.00947 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,311.797 KB
Memory After: 1,328.250 KB
Memory Used: 16.453 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'no_recently_updated_albums' AND languageid IN (-1, 0, 2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 276 | 3 | Using index condition | |
| 1 | SIMPLE | phrasetype | ALL | 67 | Using where; Using join buffer (flat, BNL join) |
Time Before: 0.01004 seconds
Time After: 0.01029 seconds
Time Taken: 0.00025 seconds
Memory Before: 1,304.852 KB
Memory After: 1,321.023 KB
Memory Used: 16.172 KB
UPDATE session SET lastactivity = 1770286653, location = '/album.php?explain=1', badlocation = 3 WHERE sessionhash = '4d0b106c330b199cf1f6ad7579800e8b'
Time Before: 0.01083 seconds
Time After: 0.01098 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,392.586 KB
Memory After: 1,392.492 KB
Memory Used: -0.094 KB