Time Before: 0.00020 seconds
Time After: 0.00021 seconds
Time Taken: 0.00001 seconds
Memory Before: 412.023 KB
Memory After: 413.859 KB
Memory Used: 1.836 KB
Time Before: 0.00022 seconds
Time After: 0.01334 seconds
Time Taken: 0.01311 seconds
Memory Before: 413.844 KB
Memory After: 414.656 KB
Memory Used: 0.813 KB
SET @@sql_mode = ''
Time Before: 0.01354 seconds
Time After: 0.01371 seconds
Time Taken: 0.00017 seconds
Memory Before: 414.625 KB
Memory After: 414.680 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','crondata')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 15 | Using where |
Time Before: 0.01401 seconds
Time After: 0.01463 seconds
Time Taken: 0.00062 seconds
Memory Before: 415.797 KB
Memory After: 1,136.039 KB
Memory Used: 720.242 KB
Time Before: 0.01373 seconds
Time After: 0.02285 seconds
Time Taken: 0.00913 seconds
Memory Before: 414.469 KB
Memory After: 1,674.109 KB
Memory Used: 1,259.641 KB
SELECT *
FROM datastore
WHERE title IN ('wol_spiders','modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 6 | Using where |
Time Before: 0.02332 seconds
Time After: 0.02384 seconds
Time Taken: 0.00053 seconds
Memory Before: 1,675.648 KB
Memory After: 1,931.859 KB
Memory Used: 256.211 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, 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 | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.02427 seconds
Time After: 0.02471 seconds
Time Taken: 0.00044 seconds
Memory Before: 1,864.773 KB
Memory After: 2,009.219 KB
Memory Used: 144.445 KB
Time Before: 0.02395 seconds
Time After: 0.02475 seconds
Time Taken: 0.00080 seconds
Memory Before: 1,858.492 KB
Memory After: 1,929.984 KB
Memory Used: 71.492 KB
SELECT * FROM style WHERE (styleid = 78 AND userselect = 1) OR styleid = 78 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.02626 seconds
Time After: 0.02648 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,041.734 KB
Memory After: 2,194.055 KB
Memory Used: 152.320 KB
SELECT title, template FROM template WHERE templateid IN (46,48,871,868,872,75,74,76,71,70,529,877,407,408,409,245,248,445,446,447,448,449,742,664,663,665,668,878,429,434,433,431,432,410,876,194,867,244,115,179,180,151,197,397,398,400,874,396,196,198,199,200,216,309,321,322,324,323,875,401,402,744,751,752,753,754,755,556,605,606,603,403,573,575)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 74 | Using where |
Time Before: 0.02777 seconds
Time After: 0.02840 seconds
Time Taken: 0.00064 seconds
Memory Before: 2,228.641 KB
Memory After: 2,493.758 KB
Memory Used: 265.117 KB
SELECT cron.* FROM cron AS cron LEFT JOIN product AS product ON (cron.product = product.productid) WHERE cron.nextrun <= 1789309510 AND cron.active = 1 AND (product.productid IS NULL OR product.active = 1) ORDER BY cron.nextrun LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cron | range | nextrun | nextrun | 4 | 5 | Using index condition; Using where | |
| 1 | SIMPLE | product | eq_ref | PRIMARY | PRIMARY | 77 | func | 1 | Using where |
Time Before: 0.03076 seconds
Time After: 0.03099 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,514.477 KB
Memory After: 2,530.484 KB
Memory Used: 16.008 KB
UPDATE cron SET nextrun = 1789313100 WHERE cronid = 3 AND nextrun = 1789309500
Time Before: 0.03104 seconds
Time After: 0.03560 seconds
Time Taken: 0.00457 seconds
Memory Before: 2,515.898 KB
Memory After: 2,515.930 KB
Memory Used: 0.031 KB
SELECT MIN(nextrun) AS nextrun FROM cron AS cron LEFT JOIN product AS product ON (cron.product = product.productid) WHERE cron.active = 1 AND (product.productid IS NULL OR product.active = 1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cron | ALL | 23 | Using where | ||||
| 1 | SIMPLE | product | eq_ref | PRIMARY | PRIMARY | 77 | func | 1 | Using where |
Time Before: 0.03598 seconds
Time After: 0.03619 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,516.320 KB
Memory After: 2,532.391 KB
Memory Used: 16.070 KB
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('cron', '1789309500', 0)Time Before: 0.03621 seconds
Time After: 0.03635 seconds
Time Taken: 0.00014 seconds
Memory Before: 2,516.320 KB
Memory After: 2,516.289 KB
Memory Used: -0.031 KB
SELECT user.joindate, user.userid, user.membergroupids, user.posts, user.reputation, user.usergroupid, user.displaygroupid, user.customtitle, user.username, user.ipoints, userpromotion.joinusergroupid, userpromotion.reputation AS jumpreputation, userpromotion.posts AS jumpposts, userpromotion.date AS jumpdate, userpromotion.type, userpromotion.strategy, usergroup.title, usergroup.usertitle AS ug_usertitle, usertextfield.rank FROM user AS user INNER JOIN userpromotion AS userpromotion ON (user.usergroupid = userpromotion.usergroupid) LEFT JOIN usergroup AS usergroup ON (userpromotion.joinusergroupid = usergroup.usergroupid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) WHERE user.lastactivity >= 1789306621
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | user | range | usergroupid,lastactivity | lastactivity | 4 | 1 | Using index condition | |
| 1 | SIMPLE | userpromotion | ref | usergroupid | usergroupid | 4 | wckediden_vb3.user.usergroupid | 1 | Using index condition |
| 1 | SIMPLE | usergroup | eq_ref | PRIMARY | PRIMARY | 2 | wckediden_vb3.userpromotion.joinusergroupid | 1 | Using where |
| 1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | wckediden_vb3.user.userid | 1 |
Time Before: 0.03687 seconds
Time After: 0.03718 seconds
Time Taken: 0.00031 seconds
Memory Before: 2,519.148 KB
Memory After: 2,534.703 KB
Memory Used: 15.555 KB
SELECT minposts, title FROM usertitle ORDER BY minposts ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | usertitle | ALL | 3 | Using filesort |
Time Before: 0.03754 seconds
Time After: 0.03771 seconds
Time Taken: 0.00017 seconds
Memory Before: 2,533.297 KB
Memory After: 2,549.555 KB
Memory Used: 16.258 KB
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('crondata', 'a:1:{s:18:\"promotions_lastrun\";i:1789309510;}', 1)Time Before: 0.03779 seconds
Time After: 0.04670 seconds
Time Taken: 0.00891 seconds
Memory Before: 2,550.203 KB
Memory After: 2,550.141 KB
Memory Used: -0.063 KB