Time Before: 0.00023 seconds
Time After: 0.00026 seconds
Time Taken: 0.00003 seconds
Memory Before: 424.570 KB
Memory After: 427.211 KB
Memory Used: 2.641 KB
Time Before: 0.00028 seconds
Time After: 0.00052 seconds
Time Taken: 0.00024 seconds
Memory Before: 427.164 KB
Memory After: 428.055 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00067 seconds
Time After: 0.00074 seconds
Time Taken: 0.00007 seconds
Memory Before: 428.078 KB
Memory After: 428.133 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 | range | PRIMARY | PRIMARY | 152 | 16 | Using where |
Time Before: 0.00113 seconds
Time After: 0.00153 seconds
Time Taken: 0.00040 seconds
Memory Before: 429.406 KB
Memory After: 516.039 KB
Memory Used: 86.633 KB
Time Before: 0.00076 seconds
Time After: 0.00538 seconds
Time Taken: 0.00462 seconds
Memory Before: 427.922 KB
Memory After: 712.156 KB
Memory Used: 284.234 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.144.95.167' AND idhash = '9b5574b90f0db77473e83b733091260e' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 617 | Using where |
Time Before: 0.00589 seconds
Time After: 0.00626 seconds
Time Taken: 0.00038 seconds
Memory Before: 717.867 KB
Memory After: 734.094 KB
Memory Used: 16.227 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_wol AS phrasegroup_wol, phrasegroup_user AS phrasegroup_user, phrasegroup_messaging AS phrasegroup_messaging, phrasegroup_cprofilefield AS phrasegroup_cprofilefield, phrasegroup_reputationlevel AS phrasegroup_reputationlevel, phrasegroup_infractionlevel AS phrasegroup_infractionlevel, 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 = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.00845 seconds
Time After: 0.00874 seconds
Time Taken: 0.00029 seconds
Memory Before: 724.875 KB
Memory After: 833.500 KB
Memory Used: 108.625 KB
Time Before: 0.00560 seconds
Time After: 0.00882 seconds
Time Taken: 0.00322 seconds
Memory Before: 715.617 KB
Memory After: 828.695 KB
Memory Used: 113.078 KB
SELECT * FROM style WHERE (styleid = 6 AND userselect = 1) OR styleid = 6 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.01529 seconds
Time After: 0.01536 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,023.094 KB
Memory After: 1,071.656 KB
Memory Used: 48.563 KB
SELECT title, template FROM template WHERE templateid IN (17545,17566,17534,17535,17537,17544,17543,17440,17442,17444,17446,17480,17479,17481,17482,17716,17714,17869,17875,17547,17548,17549,17550,17551,17552,17553,17554,17555,17556,17560,17558,17559,17557,17561,17565,17567,17568,17577,17571,17572,17573,17574,17576,17546,17564,17569,17578,17580,17579,17575,17747,17766,11515,10694,17912,17415,17414,17416,17411,17410,17687,9293,17639,17640,17641,17907,17910,17919,17660,17661,17662,17663,17861,17924,17923,17925,17928)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 77 | Using where |
Time Before: 0.01656 seconds
Time After: 0.01692 seconds
Time Taken: 0.00036 seconds
Memory Before: 1,159.883 KB
Memory After: 1,306.031 KB
Memory Used: 146.148 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, usercsscache.cachedcss, IF(usercsscache.cachedcss IS NULL, 0, 1) AS hascachedcss, usercsscache.buildpermissions AS cssbuildpermissions FROM user AS user LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid) LEFT JOIN usercsscache AS usercsscache ON (user.userid = usercsscache.userid) WHERE user.userid = 8
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 | usercsscache | system | PRIMARY | 0 | const row not found | |||
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 | avatar | const | PRIMARY | PRIMARY | 2 | const | 1 | |
1 | SIMPLE | customavatar | system | PRIMARY | 1 | ||||
1 | SIMPLE | customprofilepic | system | PRIMARY | 1 |
Time Before: 0.01891 seconds
Time After: 0.01946 seconds
Time Taken: 0.00055 seconds
Memory Before: 1,334.266 KB
Memory After: 1,352.266 KB
Memory Used: 18.000 KB
SELECT MAX(dateline) AS lastpost, COUNT(*) AS total FROM usernote AS usernote WHERE userid = 8
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.02085 seconds
Time After: 0.02090 seconds
Time Taken: 0.00005 seconds
Memory Before: 1,400.609 KB
Memory After: 1,417.016 KB
Memory Used: 16.406 KB
SELECT blockid, requirement FROM profileblockprivacy WHERE userid = 8
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.02118 seconds
Time After: 0.02124 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,410.148 KB
Memory After: 1,426.266 KB
Memory Used: 16.117 KB
SELECT pf.profilefieldcategoryid, pfc.location, pf.* FROM profilefield AS pf LEFT JOIN profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid) WHERE pf.form = 0 AND pf.hidden = 0 ORDER BY pfc.displayorder, pf.displayorder
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | pfc | system | PRIMARY | 0 | const row not found | |||
1 | SIMPLE | pf | ALL | 11 | Using where; Using filesort |
Time Before: 0.02158 seconds
Time After: 0.02167 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,410.602 KB
Memory After: 1,428.539 KB
Memory Used: 17.938 KB
SELECT album.*, picture.pictureid, picture.extension, picture.idhash, album.moderation, picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height FROM album AS album LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0) WHERE album.userid = 8 AND album.state IN ('public') AND album.visible > 0 ORDER BY album.lastpicturedate DESC LIMIT 2
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.02232 seconds
Time After: 0.02240 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,433.289 KB
Memory After: 1,449.141 KB
Memory Used: 15.852 KB
UPDATE user SET profilevisits = profilevisits + 1 WHERE userid = 8
Time Before: 0.02246 seconds
Time After: 0.02594 seconds
Time Taken: 0.00348 seconds
Memory Before: 1,433.258 KB
Memory After: 1,433.258 KB
Memory Used: 0.000 KB
SELECT user.userid, user.username, user.usergroupid, user.displaygroupid, profilevisitor.visible, user.infractiongroupid FROM profilevisitor AS profilevisitor INNER JOIN user AS user ON (user.userid = profilevisitor.visitorid) WHERE profilevisitor.userid = 8 AND (visible = 1 OR profilevisitor.visitorid = 0) ORDER BY profilevisitor.dateline DESC LIMIT 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.02622 seconds
Time After: 0.02951 seconds
Time Taken: 0.00329 seconds
Memory Before: 1,433.891 KB
Memory After: 1,449.805 KB
Memory Used: 15.914 KB
SELECT socialgroup.groupid, socialgroup.name, socialgroup.description, socialgroup.dateline, sgicon.dateline AS icondateline, sgicon.thumbnail_width AS iconthumb_width, sgicon.thumbnail_height AS iconthumb_height FROM socialgroupmember AS socialgroupmember INNER JOIN socialgroup AS socialgroup ON (socialgroup.groupid = socialgroupmember.groupid) LEFT JOIN socialgroupicon AS sgicon ON sgicon.groupid = socialgroup.groupid WHERE socialgroupmember.userid = 8 AND socialgroupmember.type = 'member' ORDER BY socialgroup.name
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.02992 seconds
Time After: 0.02998 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,436.820 KB
Memory After: 1,452.672 KB
Memory Used: 15.852 KB
SELECT SQL_CALC_FOUND_ROWS visitormessage.*, user.*, visitormessage.ipaddress AS messageipaddress ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb, filedata_thumb, NOT ISNULL(customavatar.userid) AS hascustom FROM visitormessage AS visitormessage LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) WHERE visitormessage.userid = 8 AND (visitormessage.state IN ('visible')) ORDER BY visitormessage.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.03063 seconds
Time After: 0.03091 seconds
Time Taken: 0.00028 seconds
Memory Before: 1,516.016 KB
Memory After: 1,531.492 KB
Memory Used: 15.477 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.03108 seconds
Time After: 0.03115 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,530.430 KB
Memory After: 1,546.883 KB
Memory Used: 16.453 KB
SELECT COUNT(*) AS messages, MAX(visitormessage.dateline) AS dateline FROM visitormessage AS visitormessage WHERE visitormessage.userid = 8 AND (visitormessage.state IN ('visible') OR (visitormessage.postuserid = 0 AND state = 'moderation'))
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.03163 seconds
Time After: 0.03170 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,539.719 KB
Memory After: 1,555.813 KB
Memory Used: 16.094 KB
SELECT COUNT(*) AS albumcount, SUM(album.visible) AS picturecount FROM album AS album WHERE album.userid = 8 AND album.state IN ('public')
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.03241 seconds
Time After: 0.03247 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,532.406 KB
Memory After: 1,548.813 KB
Memory Used: 16.406 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate) VALUES ('17d644b49ff7baa7f753bbdb2cfcfdd7', 0, '3.144.95.167', '9b5574b90f0db77473e83b733091260e', 1735984094, '/board/member.php?explain=1&u=8', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0)
Time Before: 0.03391 seconds
Time After: 0.03410 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,674.234 KB
Memory After: 1,673.609 KB
Memory Used: -0.625 KB