Time Before: 0.00027 seconds
Time After: 0.00029 seconds
Time Taken: 0.00001 seconds
Memory Before: 411.969 KB
Memory After: 413.805 KB
Memory Used: 1.836 KB
Time Before: 0.00030 seconds
Time After: 0.02209 seconds
Time Taken: 0.02179 seconds
Memory Before: 413.789 KB
Memory After: 414.602 KB
Memory Used: 0.813 KB
SET @@sql_mode = ''
Time Before: 0.02238 seconds
Time After: 0.02255 seconds
Time Taken: 0.00016 seconds
Memory Before: 414.570 KB
Memory After: 414.625 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.02302 seconds
Time After: 0.02399 seconds
Time Taken: 0.00097 seconds
Memory Before: 415.742 KB
Memory After: 1,135.984 KB
Memory Used: 720.242 KB
Time Before: 0.02258 seconds
Time After: 0.03279 seconds
Time Taken: 0.01021 seconds
Memory Before: 414.414 KB
Memory After: 1,674.055 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.03323 seconds
Time After: 0.03386 seconds
Time Taken: 0.00063 seconds
Memory Before: 1,675.594 KB
Memory After: 1,931.805 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.03431 seconds
Time After: 0.03472 seconds
Time Taken: 0.00042 seconds
Memory Before: 1,864.719 KB
Memory After: 2,009.164 KB
Memory Used: 144.445 KB
Time Before: 0.03403 seconds
Time After: 0.03476 seconds
Time Taken: 0.00074 seconds
Memory Before: 1,858.438 KB
Memory After: 1,929.930 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.03636 seconds
Time After: 0.03659 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,041.680 KB
Memory After: 2,194.000 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.03795 seconds
Time After: 0.03849 seconds
Time Taken: 0.00054 seconds
Memory Before: 2,228.586 KB
Memory After: 2,493.703 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 <= 1789308613 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.04160 seconds
Time After: 0.04183 seconds
Time Taken: 0.00022 seconds
Memory Before: 2,514.422 KB
Memory After: 2,530.430 KB
Memory Used: 16.008 KB
UPDATE cron SET nextrun = 1789312200 WHERE cronid = 8 AND nextrun = 1789308600
Time Before: 0.04189 seconds
Time After: 0.04806 seconds
Time Taken: 0.00617 seconds
Memory Before: 2,515.852 KB
Memory After: 2,515.883 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.04867 seconds
Time After: 0.04897 seconds
Time Taken: 0.00030 seconds
Memory Before: 2,516.273 KB
Memory After: 2,532.344 KB
Memory Used: 16.070 KB
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('cron', '1789308600', 0)Time Before: 0.04900 seconds
Time After: 0.04918 seconds
Time Taken: 0.00018 seconds
Memory Before: 2,516.273 KB
Memory After: 2,516.242 KB
Memory Used: -0.031 KB
SELECT version() AS version
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | No tables used |
Time Before: 0.04978 seconds
Time After: 0.05002 seconds
Time Taken: 0.00025 seconds
Memory Before: 2,515.352 KB
Memory After: 2,531.734 KB
Memory Used: 16.383 KB
CREATE TABLE IF NOT EXISTS aaggregate_temp_1789308600 ( attachmentid INT UNSIGNED NOT NULL DEFAULT '0', views INT UNSIGNED NOT NULL DEFAULT '0', KEY attachmentid (attachmentid) ) ENGINE = MEMORY
Time Before: 0.05007 seconds
Time After: 0.14810 seconds
Time Taken: 0.09803 seconds
Memory Before: 2,515.984 KB
Memory After: 2,515.859 KB
Memory Used: -0.125 KB
LOCK TABLES aaggregate_temp_1789308600 WRITE, attachmentviews WRITE
Time Before: 0.14813 seconds
Time After: 0.14880 seconds
Time Taken: 0.00067 seconds
Memory Before: 2,516.133 KB
Memory After: 2,516.148 KB
Memory Used: 0.016 KB
INSERT INTO aaggregate_temp_1789308600 SELECT attachmentid, COUNT(*) AS views FROM attachmentviews GROUP BY attachmentid
Time Before: 0.14882 seconds
Time After: 0.14904 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,516.055 KB
Memory After: 2,516.094 KB
Memory Used: 0.039 KB
UNLOCK TABLES
Time Before: 0.14905 seconds
Time After: 0.14915 seconds
Time Taken: 0.00010 seconds
Memory Before: 2,515.578 KB
Memory After: 2,515.641 KB
Memory Used: 0.063 KB
TRUNCATE TABLE attachmentviews
Time Before: 0.14916 seconds
Time After: 0.20490 seconds
Time Taken: 0.05574 seconds
Memory Before: 2,515.617 KB
Memory After: 2,515.672 KB
Memory Used: 0.055 KB
UPDATE attachment AS attachment INNER JOIN (SELECT * FROM aaggregate_temp_1789308600 ORDER BY attachmentid) AS aggregate USING (attachmentid) SET attachment.counter = attachment.counter + aggregate.views
Time Before: 0.20493 seconds
Time After: 0.20522 seconds
Time Taken: 0.00029 seconds
Memory Before: 2,516.242 KB
Memory After: 2,516.164 KB
Memory Used: -0.078 KB
DROP TABLE IF EXISTS aaggregate_temp_1789308600
Time Before: 0.20524 seconds
Time After: 0.27174 seconds
Time Taken: 0.06650 seconds
Memory Before: 2,515.703 KB
Memory After: 2,515.672 KB
Memory Used: -0.031 KB