Time Before: 0.00051 seconds
Time After: 0.00065 seconds
Time Taken: 0.00014 seconds
Memory Before: 525.609 KB
Memory After: 550.539 KB
Memory Used: 24.930 KB
Time Before: 0.00068 seconds
Time After: 0.00083 seconds
Time Taken: 0.00015 seconds
Memory Before: 550.477 KB
Memory After: 551.391 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00092 seconds
Time After: 0.00097 seconds
Time Taken: 0.00005 seconds
Memory Before: 551.945 KB
Memory After: 552.469 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.00132 seconds
Time After: 0.00167 seconds
Time Taken: 0.00034 seconds
Memory Before: 555.430 KB
Memory After: 556.305 KB
Memory Used: 0.875 KB
Time Before: 0.00099 seconds
Time After: 0.00273 seconds
Time Taken: 0.00174 seconds
Memory Before: 551.719 KB
Memory After: 1,287.469 KB
Memory Used: 735.750 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.00400 seconds
Time After: 0.00412 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,853.320 KB
Memory After: 1,853.820 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.133.157.170' AND idhash = 'cc99d48d73a409916299fd259a944487' 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.00455 seconds
Time After: 0.00465 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,875.414 KB
Memory After: 1,875.859 KB
Memory Used: 0.445 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.00507 seconds
Time After: 0.00529 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,888.234 KB
Memory After: 1,888.211 KB
Memory Used: -0.023 KB
Time Before: 0.00422 seconds
Time After: 0.00537 seconds
Time Taken: 0.00115 seconds
Memory Before: 1,868.492 KB
Memory After: 1,997.164 KB
Memory Used: 128.672 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.00588 seconds
Time After: 0.00597 seconds
Time Taken: 0.00009 seconds
Memory Before: 2,046.203 KB
Memory After: 2,046.695 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.05021 seconds
Time After: 0.05034 seconds
Time Taken: 0.00014 seconds
Memory Before: 2,557.508 KB
Memory After: 2,558.102 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.05128 seconds
Time After: 0.05137 seconds
Time Taken: 0.00008 seconds
Memory Before: 3,148.148 KB
Memory After: 3,148.703 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.05200 seconds
Time After: 0.05220 seconds
Time Taken: 0.00020 seconds
Memory Before: 3,527.117 KB
Memory After: 3,526.680 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.05232 seconds
Time After: 0.05236 seconds
Time Taken: 0.00004 seconds
Memory Before: 3,525.398 KB
Memory After: 3,526.047 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.05301 seconds
Time After: 0.05334 seconds
Time Taken: 0.00033 seconds
Memory Before: 3,694.531 KB
Memory After: 3,695.805 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.05647 seconds
Time After: 0.05670 seconds
Time Taken: 0.00023 seconds
Memory Before: 3,904.023 KB
Memory After: 3,904.445 KB
Memory Used: 0.422 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('c9d903e44c47cc67996eb9f560ab7186', 0, '3.133.157.170', 'cc99d48d73a409916299fd259a944487', 1746015566, '/album.php?explain=1', 0, 0, 0, 0, 0, 0, 3, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0, 0, '')
Time Before: 0.05809 seconds
Time After: 0.05819 seconds
Time Taken: 0.00010 seconds
Memory Before: 4,031.922 KB
Memory After: 4,031.813 KB
Memory Used: -0.109 KB