Closed (fixed)
Project:
Aggregate cache
Version:
7.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2012 at 05:21 UTC
Updated:
20 Aug 2013 at 08:01 UTC
I noticed in the sites/default/files folder the js and css sub-folders have a lot of aggregate files that Drupal may not be using.
Does the Aggregate Cache module remove old aggregate files before creating new ones?
Comments
Comment #1
jbrauer commentedI haven't yet looked at how this module handles it but generally with front-end caches like varnish or others you don't want the files to be deleted right away. The HTML files calling an older css aggregate may still be in the cache and still referencing the old aggregate.
Comment #2
catchAgrcache uses the same directories as core, so it's covered by https://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_... (see callers of that function).