Time Before: 0.00029 seconds
Time After: 0.00032 seconds
Time Taken: 0.00003 seconds
Memory Before: 445.750 KB
Memory After: 448.391 KB
Memory Used: 2.641 KB
Time Before: 0.00037 seconds
Time After: 0.00095 seconds
Time Taken: 0.00059 seconds
Memory Before: 448.344 KB
Memory After: 449.234 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00120 seconds
Time After: 0.00143 seconds
Time Taken: 0.00023 seconds
Memory Before: 449.258 KB
Memory After: 449.313 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 | ALL | PRIMARY | 40 | Using where |
Time Before: 0.00212 seconds
Time After: 0.00367 seconds
Time Taken: 0.00154 seconds
Memory Before: 450.555 KB
Memory After: 551.688 KB
Memory Used: 101.133 KB
Time Before: 0.00147 seconds
Time After: 0.01021 seconds
Time Taken: 0.00874 seconds
Memory Before: 449.102 KB
Memory After: 691.305 KB
Memory Used: 242.203 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.242' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 101 | Using where |
Time Before: 0.01085 seconds
Time After: 0.01142 seconds
Time Taken: 0.00057 seconds
Memory Before: 695.906 KB
Memory After: 712.406 KB
Memory Used: 16.500 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 = 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.01238 seconds
Time After: 0.01435 seconds
Time Taken: 0.00197 seconds
Memory Before: 702.266 KB
Memory After: 766.828 KB
Memory Used: 64.563 KB
Time Before: 0.01032 seconds
Time After: 0.01448 seconds
Time Taken: 0.00416 seconds
Memory Before: 693.656 KB
Memory After: 756.102 KB
Memory Used: 62.445 KB
SELECT * FROM style WHERE (styleid = 7 AND userselect = 1) OR styleid = 7 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.01758 seconds
Time After: 0.01803 seconds
Time Taken: 0.00045 seconds
Memory Before: 892.047 KB
Memory After: 956.609 KB
Memory Used: 64.563 KB
SELECT title, template FROM template WHERE templateid IN (0,2486,2304,913,2306,914,916,2427,917,2426,2225,2415,2414,2391,2389,2390,2099,921,920,2480,1983,1982,1984,1979,1978,2255,903,904,2208,2209,2475,2478,2487,2228,2229,2230,2231,2429,2492,2491,2493,2496)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 42 | Using index condition |
Time Before: 0.02047 seconds
Time After: 0.02180 seconds
Time Taken: 0.00132 seconds
Memory Before: 1,032.594 KB
Memory After: 1,131.273 KB
Memory Used: 98.680 KB
SELECT * FROM search AS search WHERE completed = 1 AND searchid = 323046
| 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.02435 seconds
Time After: 0.02476 seconds
Time Taken: 0.00041 seconds
Memory Before: 1,177.266 KB
Memory After: 1,193.844 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(28) 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.02543 seconds
Time After: 0.02584 seconds
Time Taken: 0.00041 seconds
Memory Before: 1,184.656 KB
Memory After: 1,201.109 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 (28)
| 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.02678 seconds
Time After: 0.02743 seconds
Time Taken: 0.00065 seconds
Memory Before: 1,186.648 KB
Memory After: 1,203.586 KB
Memory Used: 16.938 KB
UPDATE session SET location = '/search.php?explain=1&searchid=323046' WHERE sessionhash = '8bcaca82fac749878e61de21b1f839cf'
Time Before: 0.03064 seconds
Time After: 0.03098 seconds
Time Taken: 0.00034 seconds
Memory Before: 1,319.719 KB
Memory After: 1,319.656 KB
Memory Used: -0.063 KB