Closed (fixed)
Project:
Speedy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2012 at 02:50 UTC
Updated:
21 May 2012 at 17:00 UTC
Jump to comment: Most recent file
Currently the module checks:
if (FALSE && $cache = cache_get('speedy_min_js_files')) {
I have a feeling this was on purpose since the current cache is permanent and there's no mechanism in the module to invalidate the cache.
But, that means the cache is never used. And that we are generating a new cache on each page load.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1563792-1-cache.patch | 1.04 KB | johnalbin |
Comments
Comment #1
johnalbinI made the cache “temporary” so that it is cleared along with other cache when "the cache is cleared". http://api.drupal.org/api/drupal/includes%21cache.inc/function/cache_set/7
Comment #2
mfer commentedCommitted. Thanks for catching this. My debug code was still lingering around.
Comment #3.0
(not verified) commentedFix broken code comment.