Time Before: 0.00034 seconds
Time After: 0.00048 seconds
Time Taken: 0.00014 seconds
Memory Before: 528.016 KB
Memory After: 552.945 KB
Memory Used: 24.930 KB
Time Before: 0.00050 seconds
Time After: 0.00068 seconds
Time Taken: 0.00018 seconds
Memory Before: 552.883 KB
Memory After: 553.797 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00076 seconds
Time After: 0.00080 seconds
Time Taken: 0.00005 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.00106 seconds
Time After: 0.00136 seconds
Time Taken: 0.00030 seconds
Memory Before: 557.836 KB
Memory After: 558.711 KB
Memory Used: 0.875 KB
Time Before: 0.00082 seconds
Time After: 0.00192 seconds
Time Taken: 0.00110 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.00274 seconds
Time After: 0.00284 seconds
Time Taken: 0.00009 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.52' 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.00311 seconds
Time After: 0.00320 seconds
Time Taken: 0.00009 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.00354 seconds
Time After: 0.00372 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,889.578 KB
Memory After: 1,889.555 KB
Memory Used: -0.023 KB
Time Before: 0.00290 seconds
Time After: 0.00377 seconds
Time Taken: 0.00087 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.00409 seconds
Time After: 0.00417 seconds
Time Taken: 0.00008 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.03190 seconds
Time After: 0.03203 seconds
Time Taken: 0.00013 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.03290 seconds
Time After: 0.03297 seconds
Time Taken: 0.00008 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.03353 seconds
Time After: 0.03372 seconds
Time Taken: 0.00019 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.03383 seconds
Time After: 0.03387 seconds
Time Taken: 0.00004 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.03440 seconds
Time After: 0.03471 seconds
Time Taken: 0.00031 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.03764 seconds
Time After: 0.03786 seconds
Time Taken: 0.00022 seconds
Memory Before: 3,907.250 KB
Memory After: 3,907.680 KB
Memory Used: 0.430 KB
UPDATE session SET lastactivity = 1765998638, location = '/album.php?explain=1', badlocation = 3, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '8bb8276a6167e1d723cf3240ce56ce76'
Time Before: 0.03924 seconds
Time After: 0.03936 seconds
Time Taken: 0.00012 seconds
Memory Before: 4,034.523 KB
Memory After: 4,034.625 KB
Memory Used: 0.102 KB