Time Before: 0.00030 seconds
Time After: 0.00034 seconds
Time Taken: 0.00003 seconds
Memory Before: 448.320 KB
Memory After: 450.961 KB
Memory Used: 2.641 KB
Time Before: 0.00039 seconds
Time After: 0.00110 seconds
Time Taken: 0.00071 seconds
Memory Before: 450.914 KB
Memory After: 451.805 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00140 seconds
Time After: 0.00169 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.00244 seconds
Time After: 0.00406 seconds
Time Taken: 0.00162 seconds
Memory Before: 453.125 KB
Memory After: 554.258 KB
Memory Used: 101.133 KB
Time Before: 0.00174 seconds
Time After: 0.00947 seconds
Time Taken: 0.00773 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.166' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 31 | Using where |
Time Before: 0.00973 seconds
Time After: 0.00992 seconds
Time Taken: 0.00019 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.01024 seconds
Time After: 0.01067 seconds
Time Taken: 0.00043 seconds
Memory Before: 704.648 KB
Memory After: 769.211 KB
Memory Used: 64.563 KB
Time Before: 0.00951 seconds
Time After: 0.01071 seconds
Time Taken: 0.00120 seconds
Memory Before: 696.227 KB
Memory After: 758.281 KB
Memory Used: 62.055 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.01174 seconds
Time After: 0.01192 seconds
Time Taken: 0.00019 seconds
Memory Before: 894.227 KB
Memory After: 958.789 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.01275 seconds
Time After: 0.01314 seconds
Time Taken: 0.00039 seconds
Memory Before: 1,034.773 KB
Memory After: 1,133.453 KB
Memory Used: 98.680 KB
SELECT * FROM search AS search WHERE completed = 1 AND searchid = 30419
| 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.01400 seconds
Time After: 0.01414 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,178.852 KB
Memory After: 1,195.445 KB
Memory Used: 16.594 KB
SELECT postid AS itemid, post.visible AS post_visible, thread.visible AS thread_visible, thread.forumid, thread.threadid, thread.postuserid, post.userid, IF(postuserid = 0, 'self', 'other') AS starter FROM post AS post INNER JOIN thread AS thread ON(thread.threadid = post.threadid) WHERE postid IN(307, 304) AND thread.open <> 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | range | PRIMARY,threadid | PRIMARY | 4 | 2 | Using index condition | |
| 1 | SIMPLE | thread | eq_ref | PRIMARY | PRIMARY | 4 | vbfp_forum.post.threadid | 1 | Using where |
Time Before: 0.01438 seconds
Time After: 0.01458 seconds
Time Taken: 0.00020 seconds
Memory Before: 1,186.711 KB
Memory After: 1,203.242 KB
Memory Used: 16.531 KB
SELECT post.postid, post.title AS posttitle, post.dateline AS postdateline, post.iconid AS posticonid, post.pagetext, post.visible, post.attach, IF(post.userid = 0, post.username, user.username) AS username, thread.threadid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.replycount, IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.firstpostid, thread.prefixid, thread.taglist, thread.pollid, thread.sticky, thread.open, thread.lastpost, thread.forumid, thread.visible AS thread_visible, user.userid FROM post AS post INNER JOIN thread AS thread ON(thread.threadid = post.threadid) LEFT JOIN user AS user ON(user.userid = post.userid) WHERE post.postid IN(307, 304)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | range | PRIMARY,threadid | PRIMARY | 4 | 2 | Using index condition | |
| 1 | SIMPLE | thread | eq_ref | PRIMARY | PRIMARY | 4 | vbfp_forum.post.threadid | 1 | |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbfp_forum.post.userid | 1 |
Time Before: 0.01488 seconds
Time After: 0.01508 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,188.211 KB
Memory After: 1,205.492 KB
Memory Used: 17.281 KB
UPDATE session SET location = '/search.php?explain=1&searchid=30419' WHERE sessionhash = 'e50b84b3539cdcb1ce960fdb479478a0'
Time Before: 0.01616 seconds
Time After: 0.01626 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,319.828 KB
Memory After: 1,319.766 KB
Memory Used: -0.063 KB