Time Before: 0.00018 seconds
Time After: 0.00019 seconds
Time Taken: 0.00001 seconds
Memory Before: 411.797 KB
Memory After: 413.633 KB
Memory Used: 1.836 KB
Time Before: 0.00021 seconds
Time After: 0.01046 seconds
Time Taken: 0.01026 seconds
Memory Before: 413.617 KB
Memory After: 414.430 KB
Memory Used: 0.813 KB
SET @@sql_mode = ''
Time Before: 0.01075 seconds
Time After: 0.01092 seconds
Time Taken: 0.00017 seconds
Memory Before: 414.398 KB
Memory After: 414.453 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.01140 seconds
Time After: 0.01226 seconds
Time Taken: 0.00086 seconds
Memory Before: 415.570 KB
Memory After: 1,135.813 KB
Memory Used: 720.242 KB
Time Before: 0.01093 seconds
Time After: 0.02169 seconds
Time Taken: 0.01076 seconds
Memory Before: 414.242 KB
Memory After: 1,673.883 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.02225 seconds
Time After: 0.02284 seconds
Time Taken: 0.00059 seconds
Memory Before: 1,675.422 KB
Memory After: 1,931.633 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.02329 seconds
Time After: 0.02368 seconds
Time Taken: 0.00039 seconds
Memory Before: 1,864.547 KB
Memory After: 2,008.992 KB
Memory Used: 144.445 KB
Time Before: 0.02302 seconds
Time After: 0.02371 seconds
Time Taken: 0.00069 seconds
Memory Before: 1,858.266 KB
Memory After: 1,929.758 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.02517 seconds
Time After: 0.02538 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,041.508 KB
Memory After: 2,193.828 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.02717 seconds
Time After: 0.02774 seconds
Time Taken: 0.00057 seconds
Memory Before: 2,228.414 KB
Memory After: 2,493.531 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 <= 1789308508 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 | 3 | Using index condition; Using where | |
| 1 | SIMPLE | product | eq_ref | PRIMARY | PRIMARY | 77 | func | 1 | Using where |
Time Before: 0.03016 seconds
Time After: 0.03038 seconds
Time Taken: 0.00022 seconds
Memory Before: 2,513.391 KB
Memory After: 2,529.383 KB
Memory Used: 15.992 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.03064 seconds
Time After: 0.03087 seconds
Time Taken: 0.00024 seconds
Memory Before: 2,513.203 KB
Memory After: 2,529.273 KB
Memory Used: 16.070 KB
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('cron', '1789308600', 0)Time Before: 0.03090 seconds
Time After: 0.03106 seconds
Time Taken: 0.00016 seconds
Memory Before: 2,513.203 KB
Memory After: 2,513.172 KB
Memory Used: -0.031 KB