Time Before: 0.00038 seconds
Time After: 0.00041 seconds
Time Taken: 0.00004 seconds
Memory Before: 448.320 KB
Memory After: 450.961 KB
Memory Used: 2.641 KB
Time Before: 0.00047 seconds
Time After: 0.00130 seconds
Time Taken: 0.00082 seconds
Memory Before: 450.914 KB
Memory After: 451.805 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00163 seconds
Time After: 0.00192 seconds
Time Taken: 0.00029 seconds
Memory Before: 451.828 KB
Memory After: 451.883 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.00284 seconds
Time After: 0.00487 seconds
Time Taken: 0.00203 seconds
Memory Before: 453.125 KB
Memory After: 554.258 KB
Memory Used: 101.133 KB
Time Before: 0.00198 seconds
Time After: 0.01212 seconds
Time Taken: 0.01014 seconds
Memory Before: 451.672 KB
Memory After: 693.875 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 | 114 | Using where |
Time Before: 0.01294 seconds
Time After: 0.01348 seconds
Time Taken: 0.00054 seconds
Memory Before: 698.477 KB
Memory After: 714.977 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.01447 seconds
Time After: 0.01605 seconds
Time Taken: 0.00158 seconds
Memory Before: 704.609 KB
Memory After: 769.172 KB
Memory Used: 64.563 KB
Time Before: 0.01224 seconds
Time After: 0.01620 seconds
Time Taken: 0.00396 seconds
Memory Before: 696.227 KB
Memory After: 758.242 KB
Memory Used: 62.016 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.02021 seconds
Time After: 0.02081 seconds
Time Taken: 0.00061 seconds
Memory Before: 894.188 KB
Memory After: 958.750 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.02383 seconds
Time After: 0.02525 seconds
Time Taken: 0.00141 seconds
Memory Before: 1,034.734 KB
Memory After: 1,133.414 KB
Memory Used: 98.680 KB
SELECT * FROM search AS search WHERE completed = 1 AND searchid = 322750
| 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.02854 seconds
Time After: 0.02914 seconds
Time Taken: 0.00061 seconds
Memory Before: 1,178.828 KB
Memory After: 1,195.406 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(49) 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.03003 seconds
Time After: 0.03057 seconds
Time Taken: 0.00054 seconds
Memory Before: 1,186.219 KB
Memory After: 1,202.672 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 (49)
| 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.03165 seconds
Time After: 0.03243 seconds
Time Taken: 0.00077 seconds
Memory Before: 1,188.211 KB
Memory After: 1,205.148 KB
Memory Used: 16.938 KB
UPDATE session SET lastactivity = 1778914139, location = '/search.php?explain=1&searchid=322750', incalendar = 0 WHERE sessionhash = '7bb306b86c7f34b15e4846efbe6701e7'
Time Before: 0.03602 seconds
Time After: 0.03646 seconds
Time Taken: 0.00044 seconds
Memory Before: 1,318.711 KB
Memory After: 1,318.586 KB
Memory Used: -0.125 KB