1
0
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:
Steve Clay
2008-06-09 20:30:11 +00:00
parent 8cde22b934
commit 4c85da1fb3
14 changed files with 765 additions and 220 deletions

View File

@@ -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'