Time Before: 0.00045 seconds
Time After: 0.00062 seconds
Time Taken: 0.00018 seconds
Memory Before: 513.281 KB
Memory After: 538.211 KB
Memory Used: 24.930 KB
Time Before: 0.00066 seconds
Time After: 0.00084 seconds
Time Taken: 0.00018 seconds
Memory Before: 538.148 KB
Memory After: 539.063 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00092 seconds
Time After: 0.00098 seconds
Time Taken: 0.00006 seconds
Memory Before: 539.617 KB
Memory After: 540.156 KB
Memory Used: 0.539 KB
SELECT * FROM datastore WHERE title IN ('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 | 16 | Using index condition |
Time Before: 0.00129 seconds
Time After: 0.00169 seconds
Time Taken: 0.00040 seconds
Memory Before: 542.891 KB
Memory After: 543.742 KB
Memory Used: 0.852 KB
Time Before: 0.00100 seconds
Time After: 0.00270 seconds
Time Taken: 0.00170 seconds
Memory Before: 539.406 KB
Memory After: 1,257.070 KB
Memory Used: 717.664 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.00349 seconds
Time After: 0.00367 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,350.055 KB
Memory After: 1,350.555 KB
Memory Used: 0.500 KB
SELECT * FROM session WHERE sessionhash = 'f64ad84a9c732bd64ae32f5d5fc077cf' AND lastactivity > 1745701976 AND idhash = 'f171f08ed81ea7b496abea392c2d5885'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | const | PRIMARY,guest_lookup,last_activity | PRIMARY | 34 | const | 1 |
Time Before: 0.00411 seconds
Time After: 0.00420 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,372.367 KB
Memory After: 1,372.945 KB
Memory Used: 0.578 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, 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.00461 seconds
Time After: 0.00484 seconds
Time Taken: 0.00023 seconds
Memory Before: 1,383.531 KB
Memory After: 1,383.617 KB
Memory Used: 0.086 KB
Time Before: 0.00384 seconds
Time After: 0.00489 seconds
Time Taken: 0.00105 seconds
Memory Before: 1,365.258 KB
Memory After: 1,429.484 KB
Memory Used: 64.227 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.00564 seconds
Time After: 0.00572 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,949.617 KB
Memory After: 1,950.109 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.03590 seconds
Time After: 0.03607 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,212.445 KB
Memory After: 2,213.055 KB
Memory Used: 0.609 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.03702 seconds
Time After: 0.03709 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,836.859 KB
Memory After: 2,837.414 KB
Memory Used: 0.555 KB
SELECT a.contenttypeid FROM attachment AS a WHERE a.attachmentid = 39
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.05274 seconds
Time After: 0.05291 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,880.828 KB
Memory After: 2,881.383 KB
Memory Used: 0.555 KB
SELECT a.userid, a.attachmentid, a.state, a.contentid, a.filename, a.contenttypeid, fd.userid as uploader, fd.extension, fd.filedataid, fd.dateline, fd.filesize, at.extension, at.mimetype, at.contenttypes, thread.forumid, thread.threadid, thread.postuserid, post.visible AS post_visible, thread.visible AS thread_visible FROM attachment AS a INNER JOIN filedata AS fd ON (a.filedataid = fd.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) LEFT JOIN post AS post ON (post.postid = a.contentid) LEFT JOIN thread AS thread ON (post.threadid = thread.threadid) WHERE a.attachmentid = 39 AND a.contenttypeid = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | const | PRIMARY,filedataid,contenttypeid | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | fd | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | at | const | PRIMARY | PRIMARY | 22 | const | 1 | |
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.08600 seconds
Time After: 0.08630 seconds
Time Taken: 0.00030 seconds
Memory Before: 2,912.172 KB
Memory After: 2,912.281 KB
Memory Used: 0.109 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'nopermission_loggedout' 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.08689 seconds
Time After: 0.08721 seconds
Time Taken: 0.00031 seconds
Memory Before: 2,920.906 KB
Memory After: 2,921.344 KB
Memory Used: 0.438 KB
SELECT title, template FROM template WHERE templateid IN (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 | 39 | Using index condition |
Time Before: 0.08783 seconds
Time After: 0.08820 seconds
Time Taken: 0.00037 seconds
Memory Before: 3,093.852 KB
Memory After: 3,095.055 KB
Memory Used: 1.203 KB
UPDATE session SET location = '/attachment.php?attachmentid=39&d=1423795483&explain=1', inforum = 0, inthread = 0, badlocation = 1, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = 'f64ad84a9c732bd64ae32f5d5fc077cf'
Time Before: 0.09119 seconds
Time After: 0.09133 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,407.453 KB
Memory After: 3,407.539 KB
Memory Used: 0.086 KB