Time Before: 0.00012 seconds
Time After: 0.00013 seconds
Time Taken: 0.00001 seconds
Memory Before: 440.625 KB
Memory After: 443.266 KB
Memory Used: 2.641 KB
Time Before: 0.00015 seconds
Time After: 0.00046 seconds
Time Taken: 0.00031 seconds
Memory Before: 443.219 KB
Memory After: 444.109 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00059 seconds
Time After: 0.00071 seconds
Time Taken: 0.00012 seconds
Memory Before: 444.133 KB
Memory After: 444.188 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.00100 seconds
Time After: 0.00154 seconds
Time Taken: 0.00054 seconds
Memory Before: 445.461 KB
Memory After: 558.594 KB
Memory Used: 113.133 KB
Time Before: 0.00072 seconds
Time After: 0.00336 seconds
Time Taken: 0.00264 seconds
Memory Before: 443.977 KB
Memory After: 692.336 KB
Memory Used: 248.359 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.217.99' AND idhash = '746d2c2e12532723401903d41921bd01' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 333 | Using where |
Time Before: 0.00362 seconds
Time After: 0.00391 seconds
Time Taken: 0.00029 seconds
Memory Before: 696.938 KB
Memory After: 713.438 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.00417 seconds
Time After: 0.00471 seconds
Time Taken: 0.00055 seconds
Memory Before: 703.070 KB
Memory After: 811.633 KB
Memory Used: 108.563 KB
Time Before: 0.00340 seconds
Time After: 0.00476 seconds
Time Taken: 0.00135 seconds
Memory Before: 694.688 KB
Memory After: 804.547 KB
Memory Used: 109.859 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.00629 seconds
Time After: 0.00648 seconds
Time Taken: 0.00019 seconds
Memory Before: 997.766 KB
Memory After: 1,062.328 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.00724 seconds
Time After: 0.00754 seconds
Time Taken: 0.00030 seconds
Memory Before: 1,135.945 KB
Memory After: 1,198.813 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.00851 seconds
Time After: 0.00876 seconds
Time Taken: 0.00025 seconds
Memory Before: 1,298.813 KB
Memory After: 1,315.039 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.00890 seconds
Time After: 0.00897 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,313.977 KB
Memory After: 1,330.430 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.00947 seconds
Time After: 0.00977 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,302.969 KB
Memory After: 1,319.141 KB
Memory Used: 16.172 KB
UPDATE session SET lastactivity = 1786714403, location = '/album.php?explain=1' WHERE sessionhash = 'c1ae857639265b03f2e8cafe53a9aaac'
Time Before: 0.01035 seconds
Time After: 0.01846 seconds
Time Taken: 0.00811 seconds
Memory Before: 1,390.656 KB
Memory After: 1,390.594 KB
Memory Used: -0.063 KB