Time Before: 0.00028 seconds
Time After: 0.00032 seconds
Time Taken: 0.00004 seconds
Memory Before: 427.000 KB
Memory After: 429.641 KB
Memory Used: 2.641 KB
Time Before: 0.00036 seconds
Time After: 0.00070 seconds
Time Taken: 0.00034 seconds
Memory Before: 429.594 KB
Memory After: 430.484 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00084 seconds
Time After: 0.00091 seconds
Time Taken: 0.00007 seconds
Memory Before: 430.508 KB
Memory After: 430.563 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.00197 seconds
Time After: 0.00271 seconds
Time Taken: 0.00074 seconds
Memory Before: 431.836 KB
Memory After: 518.469 KB
Memory Used: 86.633 KB
Time Before: 0.00093 seconds
Time After: 0.00605 seconds
Time Taken: 0.00512 seconds
Memory Before: 430.352 KB
Memory After: 714.586 KB
Memory Used: 284.234 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.190.160.6' AND idhash = '7ce7b5e7eac29f70879adde1acfc4d2b' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 1180 | Using where |
Time Before: 0.00646 seconds
Time After: 0.00730 seconds
Time Taken: 0.00083 seconds
Memory Before: 720.297 KB
Memory After: 736.523 KB
Memory Used: 16.227 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_poll AS phrasegroup_poll, 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.00912 seconds
Time After: 0.01024 seconds
Time Taken: 0.00111 seconds
Memory Before: 726.805 KB
Memory After: 783.367 KB
Memory Used: 56.563 KB
Time Before: 0.00622 seconds
Time After: 0.01031 seconds
Time Taken: 0.00409 seconds
Memory Before: 718.047 KB
Memory After: 774.063 KB
Memory Used: 56.016 KB
SELECT poll.*, thread.threadid FROM poll AS poll INNER JOIN thread AS thread ON (thread.pollid = poll.pollid AND thread.open <> 10) WHERE poll.pollid = 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | poll | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | thread | ref | pollid | pollid | 4 | const | 1 | Using where |
Time Before: 0.01343 seconds
Time After: 0.01386 seconds
Time Taken: 0.00043 seconds
Memory Before: 907.195 KB
Memory After: 923.570 KB
Memory Used: 16.375 KB
SELECT IF(visible = 2, 1, 0) AS isdeleted, thread.* FROM thread AS thread WHERE thread.threadid = 50
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01426 seconds
Time After: 0.01449 seconds
Time Taken: 0.00023 seconds
Memory Before: 908.727 KB
Memory After: 925.352 KB
Memory Used: 16.625 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.01528 seconds
Time After: 0.01537 seconds
Time Taken: 0.00010 seconds
Memory Before: 919.047 KB
Memory After: 967.609 KB
Memory Used: 48.563 KB
SELECT title, template FROM template WHERE templateid IN (17904,17908,17646,17654,17693,17694,17698,17699,17700,17701,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 | 35 | Using where |
Time Before: 0.01677 seconds
Time After: 0.01937 seconds
Time Taken: 0.00260 seconds
Memory Before: 1,044.586 KB
Memory After: 1,109.969 KB
Memory Used: 65.383 KB
SELECT user.userid, user.usergroupid, user.displaygroupid, user.username, voteoption, user.infractiongroupid FROM pollvote AS pollvote INNER JOIN user AS user ON (pollvote.userid = user.userid) WHERE pollid = 4 ORDER BY username ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | pollvote | ref | pollid,userid | pollid | 4 | const | 3 | Using temporary; Using filesort |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pmorg.pollvote.userid | 1 |
Time Before: 0.02274 seconds
Time After: 0.02360 seconds
Time Taken: 0.00086 seconds
Memory Before: 1,168.180 KB
Memory After: 1,184.711 KB
Memory Used: 16.531 KB
INSERT IGNORE INTO session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate) VALUES ('c3a6a8d5c6df21742fd284bae71c2ba0', 0, '18.190.160.6', '7ce7b5e7eac29f70879adde1acfc4d2b', 1732346841, '/board/poll.php?do=showresults&explain=1&pollid=4', 0, 0, 0, 18, 50, 0, 0, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 0, 0)
Time Before: 0.02489 seconds
Time After: 0.02505 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,247.234 KB
Memory After: 1,246.734 KB
Memory Used: -0.500 KB