Time Before: 0.00033 seconds
Time After: 0.00038 seconds
Time Taken: 0.00004 seconds
Memory Before: 442.570 KB
Memory After: 445.211 KB
Memory Used: 2.641 KB
Time Before: 0.00041 seconds
Time After: 0.00082 seconds
Time Taken: 0.00041 seconds
Memory Before: 445.164 KB
Memory After: 446.055 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00096 seconds
Time After: 0.00103 seconds
Time Taken: 0.00007 seconds
Memory Before: 446.078 KB
Memory After: 446.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','iconcache','searchcloud')
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.00154 seconds
Time After: 0.00179 seconds
Time Taken: 0.00026 seconds
Memory Before: 447.375 KB
Memory After: 534.008 KB
Memory Used: 86.633 KB
Time Before: 0.00105 seconds
Time After: 0.00504 seconds
Time Taken: 0.00399 seconds
Memory Before: 445.922 KB
Memory After: 727.828 KB
Memory Used: 281.906 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.185' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 653 | Using where |
Time Before: 0.00547 seconds
Time After: 0.00578 seconds
Time Taken: 0.00031 seconds
Memory Before: 733.539 KB
Memory After: 750.102 KB
Memory Used: 16.563 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_search AS phrasegroup_search, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_prefix AS phrasegroup_prefix, 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.00761 seconds
Time After: 0.00776 seconds
Time Taken: 0.00014 seconds
Memory Before: 741.211 KB
Memory After: 797.773 KB
Memory Used: 56.563 KB
Time Before: 0.00523 seconds
Time After: 0.00783 seconds
Time Taken: 0.00260 seconds
Memory Before: 731.289 KB
Memory After: 791.000 KB
Memory Used: 59.711 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.00969 seconds
Time After: 0.00976 seconds
Time Taken: 0.00007 seconds
Memory Before: 922.375 KB
Memory After: 970.938 KB
Memory Used: 48.563 KB
SELECT title, template FROM template WHERE templateid IN (0,17918,17736,17737,17738,17739,17857,17859,17860,17858,17657,17847,17846,17823,17821,17822,17531,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 | 42 | Using where |
Time Before: 0.01101 seconds
Time After: 0.01123 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,047.711 KB
Memory After: 1,140.906 KB
Memory Used: 93.195 KB
SELECT * FROM search AS search WHERE completed = 1 AND searchid = 392373
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | search | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01274 seconds
Time After: 0.01311 seconds
Time Taken: 0.00037 seconds
Memory Before: 1,165.469 KB
Memory After: 1,182.047 KB
Memory Used: 16.578 KB
SELECT threadid AS itemid, forumid, visible AS thread_visible, postuserid, IF(postuserid = 0, 'self', 'other') AS starter FROM thread AS thread WHERE threadid IN(213) AND thread.open <> 10
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.01350 seconds
Time After: 0.01390 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,172.891 KB
Memory After: 1,189.344 KB
Memory Used: 16.453 KB
SELECT post.pagetext AS preview, thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid, thread.sticky, thread.prefixid, thread.taglist, thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible, thread.hiddencount, thread.deletedcount, thread.attach, thread.postusername, thread.forumid, thread.replycount, IF(thread.views<=thread.replycount, replycount+1, thread.views) AS views, thread.lastpost, thread.lastposter, thread.lastpostid , user.userid AS postuserid FROM thread AS thread LEFT JOIN user AS user ON(user.userid = thread.postuserid) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid IN (213)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01436 seconds
Time After: 0.01487 seconds
Time Taken: 0.00051 seconds
Memory Before: 1,174.883 KB
Memory After: 1,191.820 KB
Memory Used: 16.938 KB
UPDATE session SET location = '/board/search.php?explain=1&searchid=392373', inforum = 0, inthread = 0 WHERE sessionhash = 'a55e932d5dc4b91dd6b68bbaa2931d66'
Time Before: 0.01674 seconds
Time After: 0.01708 seconds
Time Taken: 0.00033 seconds
Memory Before: 1,305.969 KB
Memory After: 1,305.844 KB
Memory Used: -0.125 KB