Time Before: 0.00444 seconds
Time After: 0.01025 seconds
Time Taken: 0.00581 seconds
Memory Before: 1,701.266 KB
Memory After: 2,504.266 KB
Memory Used: 803.000 KB
Time Before: 0.01028 seconds
Time After: 0.01065 seconds
Time Taken: 0.00037 seconds
Memory Before: 2,504.250 KB
Memory After: 2,504.906 KB
Memory Used: 0.656 KB
SET @@sql_mode = ''
Time Before: 0.01082 seconds
Time After: 0.01090 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,504.875 KB
Memory After: 2,504.930 KB
Memory Used: 0.055 KB
SELECT *
FROM datastore
WHERE title IN ('smiliecache','bbcodecache','mailqueue','bookmarksitecache','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 17 | Using index condition |
Time Before: 0.01129 seconds
Time After: 0.01500 seconds
Time Taken: 0.00371 seconds
Memory Before: 2,507.344 KB
Memory After: 3,196.336 KB
Memory Used: 688.992 KB
Time Before: 0.01091 seconds
Time After: 0.01663 seconds
Time Taken: 0.00572 seconds
Memory Before: 2,504.688 KB
Memory After: 4,006.539 KB
Memory Used: 1,501.852 KB
SELECT *
FROM datastore
WHERE title IN ('attachmentcache','profilefield','noticecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 3 | Using index condition |
Time Before: 0.01847 seconds
Time After: 0.01860 seconds
Time Taken: 0.00013 seconds
Memory Before: 4,292.805 KB
Memory After: 4,309.109 KB
Memory Used: 16.305 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.30' AND idhash = '2f26302f7ec04deeac6e23b15eeeb02d' 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 | 145 | const,const,const | 2 | Using where |
Time Before: 0.01893 seconds
Time After: 0.01908 seconds
Time Taken: 0.00015 seconds
Memory Before: 4,299.648 KB
Memory After: 4,316.453 KB
Memory Used: 16.805 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_inlinemod AS phrasegroup_inlinemod, 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 = 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.01960 seconds
Time After: 0.02043 seconds
Time Taken: 0.00083 seconds
Memory Before: 4,305.805 KB
Memory After: 4,490.797 KB
Memory Used: 184.992 KB
Time Before: 0.01868 seconds
Time After: 0.02050 seconds
Time Taken: 0.00182 seconds
Memory Before: 4,296.438 KB
Memory After: 4,398.188 KB
Memory Used: 101.750 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, post.pagetext AS description, thread.* FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 64892
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.02152 seconds
Time After: 0.02174 seconds
Time Taken: 0.00022 seconds
Memory Before: 4,447.367 KB
Memory After: 4,464.258 KB
Memory Used: 16.891 KB
SELECT * FROM style WHERE (styleid = 11 AND userselect = 1) OR styleid = 11 ORDER BY styleid ASC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | style | system | PRIMARY | 1 |
Time Before: 0.02283 seconds
Time After: 0.02324 seconds
Time Taken: 0.00042 seconds
Memory Before: 4,551.188 KB
Memory After: 4,791.875 KB
Memory Used: 240.688 KB
SELECT *
FROM datastore
WHERE title IN ('routes','attachmentcache','profilefield','noticecache')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 152 | 4 | Using index condition |
Time Before: 0.02888 seconds
Time After: 0.02901 seconds
Time Taken: 0.00013 seconds
Memory Before: 5,570.531 KB
Memory After: 5,586.883 KB
Memory Used: 16.352 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.* FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) WHERE threadid = 64892 ORDER BY postid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid | 4 | const | 1 | Using where; Using filesort |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | st78591_forum2026.post.userid | 1 | |
| 1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | st78591_forum2026.user.userid | 1 | Using where |
Time Before: 0.03141 seconds
Time After: 0.03203 seconds
Time Taken: 0.00062 seconds
Memory Before: 5,661.242 KB
Memory After: 5,719.805 KB
Memory Used: 58.563 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 11 AND postparsed.languageid = 2) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 11 AND sigparsed.languageid = 2) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) WHERE post.postid IN (192578)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | avatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | 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 | icon | const | PRIMARY | PRIMARY | 2 | const | 1 | Unique row not found |
| 1 | SIMPLE | customavatar | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | editlog | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | postparsed | const | PRIMARY | PRIMARY | 8 | const,const,const | 1 | Unique row not found |
| 1 | SIMPLE | sigparsed | const | PRIMARY | PRIMARY | 8 | const,const,const | 1 | |
| 1 | SIMPLE | sigpic | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
Time Before: 0.03311 seconds
Time After: 0.03380 seconds
Time Taken: 0.00069 seconds
Memory Before: 5,686.164 KB
Memory After: 5,751.383 KB
Memory Used: 65.219 KB
SELECT title, template FROM template WHERE templateid IN (726,725,727,728,1760,2259,1787,1788,1790,1796,1795,1534,1999,1984,1985,1987,1986,1989,1991,1992,1993,1996,1998,1673,1675,1677,1679,1681,1535,2053,2055,2056,2052,2123,2124,1972,1971,1973,1978,1976,2151,1734,1735,1918,1728,1727,1730,1731,1752,1750,3148,2941,2218,2297,721,720,722,712,711,718,719,717,716,1961,2269,1531,1908,1909,1910,2287,0,0,2248,2250,1930,1931,1933,1934,2166,2213,2212,1552,2214,1748,1747,1751)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 85 | Using index condition |
Time Before: 0.03498 seconds
Time After: 0.03608 seconds
Time Taken: 0.00111 seconds
Memory Before: 5,894.227 KB
Memory After: 6,134.531 KB
Memory Used: 240.305 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.04210 seconds
Time After: 0.04226 seconds
Time Taken: 0.00015 seconds
Memory Before: 6,882.375 KB
Memory After: 6,898.758 KB
Memory Used: 16.383 KB
UPDATE session SET location = 'showthread.php?t=64892', inforum = 334, inthread = 64892, badlocation = 0, useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' WHERE sessionhash = '92a171b6b5b910de365e60c468c41a00'
Time Before: 0.04611 seconds
Time After: 0.04640 seconds
Time Taken: 0.00029 seconds
Memory Before: 7,005.125 KB
Memory After: 7,004.922 KB
Memory Used: -0.203 KB
INSERT INTO threadviews (threadid) VALUES (64892)
Time Before: 0.04643 seconds
Time After: 0.04657 seconds
Time Taken: 0.00014 seconds
Memory Before: 7,001.789 KB
Memory After: 7,001.836 KB
Memory Used: 0.047 KB