Time Before: 0.00031 seconds
Time After: 0.00035 seconds
Time Taken: 0.00003 seconds
Memory Before: 428.305 KB
Memory After: 430.945 KB
Memory Used: 2.641 KB
Time Before: 0.00040 seconds
Time After: 0.00100 seconds
Time Taken: 0.00060 seconds
Memory Before: 430.898 KB
Memory After: 431.789 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00136 seconds
Time After: 0.00153 seconds
Time Taken: 0.00017 seconds
Memory Before: 431.813 KB
Memory After: 431.867 KB
Memory Used: 0.055 KB
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','smiliecache','bbcodecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | ALL | PRIMARY | 40 | Using where |
Time Before: 0.00247 seconds
Time After: 0.00405 seconds
Time Taken: 0.00158 seconds
Memory Before: 433.141 KB
Memory After: 546.273 KB
Memory Used: 113.133 KB
Time Before: 0.00156 seconds
Time After: 0.01338 seconds
Time Taken: 0.01182 seconds
Memory Before: 431.656 KB
Memory After: 680.016 KB
Memory Used: 248.359 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.186' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 110 | Using where |
Time Before: 0.01362 seconds
Time After: 0.01380 seconds
Time Taken: 0.00018 seconds
Memory Before: 684.930 KB
Memory After: 701.156 KB
Memory Used: 16.227 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_reputationlevel AS phrasegroup_reputationlevel, phrasegroup_posting AS phrasegroup_posting, 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 = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01413 seconds
Time After: 0.01459 seconds
Time Taken: 0.00047 seconds
Memory Before: 691.578 KB
Memory After: 760.141 KB
Memory Used: 68.563 KB
Time Before: 0.01342 seconds
Time After: 0.01465 seconds
Time Taken: 0.00123 seconds
Memory Before: 682.367 KB
Memory After: 745.133 KB
Memory Used: 62.766 KB
SELECT * FROM style WHERE (styleid = 7 AND userselect = 1) OR styleid = 7 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.01575 seconds
Time After: 0.01592 seconds
Time Taken: 0.00017 seconds
Memory Before: 887.383 KB
Memory After: 951.945 KB
Memory Used: 64.563 KB
SELECT title, template FROM template WHERE templateid IN (2006,2102,2103,2105,2112,2111,907,2285,911,2284,2008,2010,2012,2014,921,920,2480,1983,1982,1984,1979,1978,2255,903,904,2208,2209,2475,2478,2487,2228,2229,2230,2231,2429,2492,2491,2493,2496)
| 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.01673 seconds
Time After: 0.01708 seconds
Time Taken: 0.00036 seconds
Memory Before: 1,027.883 KB
Memory After: 1,101.578 KB
Memory Used: 73.695 KB
SELECT * FROM announcement WHERE announcementid = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | announcement | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01789 seconds
Time After: 0.01801 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,145.289 KB
Memory After: 1,161.742 KB
Memory Used: 16.453 KB
SELECT announcement.announcementid, announcement.announcementid AS postid, startdate, enddate, announcement.title, pagetext, announcementoptions, views, user.*, userfield.*, usertextfield.*, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight FROM announcement AS announcement LEFT JOIN user AS user ON(user.userid=announcement.userid) LEFT JOIN userfield AS userfield ON(userfield.userid=announcement.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid=announcement.userid) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = announcement.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid=user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid=announcement.userid) WHERE announcement.announcementid = 3 ORDER BY startdate DESC, announcementid DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | sigpic | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | avatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | announcement | const | PRIMARY | PRIMARY | 2 | const | 1 | |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | userfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | usertextfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | customavatar | system | PRIMARY | 1 |
Time Before: 0.01853 seconds
Time After: 0.01884 seconds
Time Taken: 0.00031 seconds
Memory Before: 1,161.953 KB
Memory After: 1,179.203 KB
Memory Used: 17.250 KB
SELECT COUNT(*) AS total FROM announcement AS announcement WHERE startdate <= 1770303754 AND enddate >= 1770303754 AND announcement.forumid IN (17,15,1,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | announcement | range | forumid,enddate | enddate | 6 | 3 | Using where; Using index |
Time Before: 0.01906 seconds
Time After: 0.01916 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,177.047 KB
Memory After: 1,193.438 KB
Memory Used: 16.391 KB
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('5d14e86d25d5bd19e9a178a8ee79ea65', 0, '216.73.216.186', 'ea5a359a73a8141a16de516480d33c34', 1770303754, '/announcement.php?a=3&explain=1&f=17', 0, 0, 0, 17, 0, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0)Time Before: 0.02026 seconds
Time After: 0.02036 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,316.852 KB
Memory After: 1,316.227 KB
Memory Used: -0.625 KB
UPDATE announcement SET views = views + 1 WHERE announcementid IN (3)
Time Before: 0.02038 seconds
Time After: 0.02050 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,314.258 KB
Memory After: 1,314.367 KB
Memory Used: 0.109 KB