Time Before: 0.00037 seconds
Time After: 0.00048 seconds
Time Taken: 0.00011 seconds
Memory Before: 528.016 KB
Memory After: 552.945 KB
Memory Used: 24.930 KB
Time Before: 0.00050 seconds
Time After: 0.00072 seconds
Time Taken: 0.00023 seconds
Memory Before: 552.883 KB
Memory After: 553.797 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00084 seconds
Time After: 0.00088 seconds
Time Taken: 0.00004 seconds
Memory Before: 554.352 KB
Memory After: 554.875 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 index condition |
Time Before: 0.00119 seconds
Time After: 0.00141 seconds
Time Taken: 0.00023 seconds
Memory Before: 557.836 KB
Memory After: 558.711 KB
Memory Used: 0.875 KB
Time Before: 0.00089 seconds
Time After: 0.00199 seconds
Time Taken: 0.00109 seconds
Memory Before: 554.125 KB
Memory After: 1,289.867 KB
Memory Used: 735.742 KB
SELECT *
FROM datastore
WHERE title IN ('dbtech_downloads_category','dbtech_downloads_domain','dbtech_downloads_extension','dbtech_downloads_extensiongroup')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 4 | Using index condition |
Time Before: 0.00288 seconds
Time After: 0.00296 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,855.750 KB
Memory After: 1,856.250 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.28' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 55 | const,const,const | 2 | Using where |
Time Before: 0.00328 seconds
Time After: 0.00340 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,877.844 KB
Memory After: 1,878.453 KB
Memory Used: 0.609 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_album AS phrasegroup_album, 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 = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.00372 seconds
Time After: 0.00390 seconds
Time Taken: 0.00017 seconds
Memory Before: 1,889.578 KB
Memory After: 1,889.555 KB
Memory Used: -0.023 KB
Time Before: 0.00303 seconds
Time After: 0.00396 seconds
Time Taken: 0.00093 seconds
Memory Before: 1,870.922 KB
Memory After: 1,998.844 KB
Memory Used: 127.922 KB
SELECT *
FROM datastore
WHERE title IN ('dbtech_downloads_domain','dbtech_downloads_extension')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 2 | Using index condition |
Time Before: 0.00436 seconds
Time After: 0.00446 seconds
Time Taken: 0.00009 seconds
Memory Before: 2,047.875 KB
Memory After: 2,048.367 KB
Memory Used: 0.492 KB
SELECT * FROM style WHERE (styleid = 4 AND userselect = 1) OR styleid = 4 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.03327 seconds
Time After: 0.03345 seconds
Time Taken: 0.00019 seconds
Memory Before: 2,561.203 KB
Memory After: 2,561.789 KB
Memory Used: 0.586 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'vb_types.types'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.03451 seconds
Time After: 0.03466 seconds
Time Taken: 0.00015 seconds
Memory Before: 3,151.750 KB
Memory After: 3,152.305 KB
Memory Used: 0.555 KB
SELECT SQL_CALC_FOUND_ROWS
album.*, user.*, album.lastpicturedate AS dateline,
IF(filedata.thumbnail_filesize > 0, attachment.attachmentid, 0) AS attachmentid,
filedata.thumbnail_dateline, filedata.thumbnail_width, filedata.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 attachment AS attachment ON (album.coverattachmentid = attachment.attachmentid)
LEFT JOIN filedata AS filedata ON (filedata.filedataid = attachment.filedataid)
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.03532 seconds
Time After: 0.03559 seconds
Time Taken: 0.00027 seconds
Memory Before: 3,530.734 KB
Memory After: 3,530.297 KB
Memory Used: -0.438 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.03577 seconds
Time After: 0.03584 seconds
Time Taken: 0.00006 seconds
Memory Before: 3,529.016 KB
Memory After: 3,529.664 KB
Memory Used: 0.648 KB
SELECT title, template FROM template WHERE templateid IN (15346,15170,15171,15166,15073,15072,15723,15724,12126,12125,12127,12122,12121,12713,12714,12712,12711,12130,12131,12718,15468,15753,15070,15418,15415,15416,15417,15761,0,0,15775,15716,15438,15439,15441,15442,15665,15745,15784,15737,15746,15265,15264,15268)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 43 | Using index condition |
Time Before: 0.03655 seconds
Time After: 0.03687 seconds
Time Taken: 0.00032 seconds
Memory Before: 3,698.148 KB
Memory After: 3,699.422 KB
Memory Used: 1.273 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, 1)
| 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 | const | PRIMARY | PRIMARY | 22 | const | 1 | Using where |
Time Before: 0.04023 seconds
Time After: 0.04046 seconds
Time Taken: 0.00023 seconds
Memory Before: 3,907.250 KB
Memory After: 3,907.680 KB
Memory Used: 0.430 KB
UPDATE session SET lastactivity = 1762080215, location = '/album.php?explain=1', inforum = 0, inthread = 0, badlocation = 3, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '244264fe3319af4bd0757f747f46d92f'
Time Before: 0.04191 seconds
Time After: 0.04209 seconds
Time Taken: 0.00017 seconds
Memory Before: 4,035.133 KB
Memory After: 4,035.234 KB
Memory Used: 0.102 KB