Time Before: 0.00033 seconds
Time After: 0.00043 seconds
Time Taken: 0.00010 seconds
Memory Before: 528.016 KB
Memory After: 552.945 KB
Memory Used: 24.930 KB
Time Before: 0.00045 seconds
Time After: 0.00064 seconds
Time Taken: 0.00019 seconds
Memory Before: 552.883 KB
Memory After: 553.797 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00071 seconds
Time After: 0.00075 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.00098 seconds
Time After: 0.00123 seconds
Time Taken: 0.00025 seconds
Memory Before: 557.836 KB
Memory After: 558.711 KB
Memory Used: 0.875 KB
Time Before: 0.00076 seconds
Time After: 0.00182 seconds
Time Taken: 0.00106 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.00262 seconds
Time After: 0.00273 seconds
Time Taken: 0.00011 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.154' 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.00300 seconds
Time After: 0.00310 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.00337 seconds
Time After: 0.00356 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,889.680 KB
Memory After: 1,889.656 KB
Memory Used: -0.023 KB
Time Before: 0.00280 seconds
Time After: 0.00364 seconds
Time Taken: 0.00084 seconds
Memory Before: 1,870.922 KB
Memory After: 1,998.953 KB
Memory Used: 128.031 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.00396 seconds
Time After: 0.00403 seconds
Time Taken: 0.00007 seconds
Memory Before: 2,047.961 KB
Memory After: 2,048.453 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.03238 seconds
Time After: 0.03251 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,561.289 KB
Memory After: 2,561.883 KB
Memory Used: 0.594 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.03336 seconds
Time After: 0.03344 seconds
Time Taken: 0.00007 seconds
Memory Before: 3,151.836 KB
Memory After: 3,152.391 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.03396 seconds
Time After: 0.03415 seconds
Time Taken: 0.00019 seconds
Memory Before: 3,530.805 KB
Memory After: 3,530.367 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.03430 seconds
Time After: 0.03437 seconds
Time Taken: 0.00007 seconds
Memory Before: 3,529.086 KB
Memory After: 3,529.734 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.03488 seconds
Time After: 0.03517 seconds
Time Taken: 0.00029 seconds
Memory Before: 3,698.219 KB
Memory After: 3,699.492 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.03786 seconds
Time After: 0.03811 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,907.320 KB
Memory After: 3,907.750 KB
Memory Used: 0.430 KB
UPDATE session SET lastactivity = 1769969840, 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)', bypass = 0 WHERE sessionhash = '262ae02b8512240fc87d2184c360df14'
Time Before: 0.03930 seconds
Time After: 0.03942 seconds
Time Taken: 0.00011 seconds
Memory Before: 4,035.414 KB
Memory After: 4,035.492 KB
Memory Used: 0.078 KB