mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 21:02:30 +02:00
Added/improved ab tests. Prepended "minify_" to cache filenames.
This commit is contained in:
@@ -196,7 +196,7 @@ class Minify {
|
||||
// the goal is to use only the cache methods to sniff the length and
|
||||
// output the content, as they do not require ever loading the file into
|
||||
// memory.
|
||||
$cacheId = self::_getCacheId();
|
||||
$cacheId = 'minify_' . self::_getCacheId();
|
||||
$encodingExtension = self::$_options['encodeMethod']
|
||||
? ('deflate' === self::$_options['encodeMethod']
|
||||
? '.zd'
|
||||
|
Reference in New Issue
Block a user