Status Cron executed with success Cron executed with success
Run Date 07-Apr-2025 07:00
Cron Output
Query No 5
Query Info 1) DELETE FROM xyz_recipe_search WHERE lastSearch < 1741410001 (0.0013 seconds) ----> 16 entries affected
2) UPDATE xyz_tags AS u LEFT JOIN ( SELECT t.id AS tag_id, COUNT(rt.entry_id) AS count_r, COUNT(at.entry_id) AS count_a FROM xyz_tags AS t LEFT JOIN xyz_recipe_tag AS rt ON t.id = rt.tag_id LEFT JOIN xyz_article_tag AS at ON t.id = at.tag_id GROUP BY rt.tag_id, at.tag_id ) AS j ON u.id = j.tag_id SET u.count_r = j.count_r, u.count_a = j.count_a (0.0506 seconds)
3) DELETE FROM xyz_tags WHERE count_r + count_a = 0 OR (count_r <= 1 AND count_a <= 1 AND createTime < 1736226001) (0.0004 seconds) ----> 0 entries affected
4) UPDATE xyz_article SET cache = NULL (0.03 seconds) ----> 2476 entries affected
5) UPDATE xyz_recipe SET cache = NULL (0.1834 seconds) ----> 12044 entries affected