Time Before: 0.00017 seconds
Time After: 0.00021 seconds
Time Taken: 0.00003 seconds
Memory Before: 429.023 KB
Memory After: 431.664 KB
Memory Used: 2.641 KB
Time Before: 0.00044 seconds
Time After: 0.00069 seconds
Time Taken: 0.00026 seconds
Memory Before: 431.617 KB
Memory After: 432.508 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00083 seconds
Time After: 0.00090 seconds
Time Taken: 0.00007 seconds
Memory Before: 432.531 KB
Memory After: 432.586 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.00161 seconds
Time After: 0.00171 seconds
Time Taken: 0.00010 seconds
Memory Before: 433.859 KB
Memory After: 520.492 KB
Memory Used: 86.633 KB
Time Before: 0.00092 seconds
Time After: 0.00529 seconds
Time Taken: 0.00437 seconds
Memory Before: 432.375 KB
Memory After: 716.609 KB
Memory Used: 284.234 KB
SELECT * FROM session WHERE sessionhash = 'dac359a3ebe9228286a00f2117b24b45' AND lastactivity > 1745145670 AND idhash = 'a343045c9b8fcb69fd4ccab48cc5a1ea'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | const | PRIMARY | PRIMARY | 98 | const | 1 |
Time Before: 0.00647 seconds
Time After: 0.00705 seconds
Time Taken: 0.00058 seconds
Memory Before: 722.352 KB
Memory After: 739.039 KB
Memory Used: 16.688 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.00744 seconds
Time After: 0.00759 seconds
Time Taken: 0.00015 seconds
Memory Before: 729.680 KB
Memory After: 786.242 KB
Memory Used: 56.563 KB
Time Before: 0.00548 seconds
Time After: 0.00765 seconds
Time Taken: 0.00216 seconds
Memory Before: 720.070 KB
Memory After: 776.750 KB
Memory Used: 56.680 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.00921 seconds
Time After: 0.00953 seconds
Time Taken: 0.00031 seconds
Memory Before: 910.984 KB
Memory After: 927.359 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.00979 seconds
Time After: 0.01094 seconds
Time Taken: 0.00114 seconds
Memory Before: 912.516 KB
Memory After: 929.141 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.01124 seconds
Time After: 0.01131 seconds
Time Taken: 0.00007 seconds
Memory Before: 922.836 KB
Memory After: 971.398 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.01242 seconds
Time After: 0.01260 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,048.375 KB
Memory After: 1,113.758 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.01422 seconds
Time After: 0.01565 seconds
Time Taken: 0.00143 seconds
Memory Before: 1,172.453 KB
Memory After: 1,188.984 KB
Memory Used: 16.531 KB
UPDATE session SET location = '/board/poll.php?do=showresults&explain=1&pollid=4', inforum = 18, inthread = 50 WHERE sessionhash = 'dac359a3ebe9228286a00f2117b24b45'
Time Before: 0.01683 seconds
Time After: 0.01699 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,250.648 KB
Memory After: 1,250.523 KB
Memory Used: -0.125 KB