You are here

constant BOOST_PERM_GZIP_FILE_PATH in Boost 6

7 uses of BOOST_PERM_GZIP_FILE_PATH
boost_cache_css_js_files in ./boost.module
Cache css and or js files.
boost_cache_delete in ./boost.module
Deletes files in the cache.
boost_clear_cache_submit in ./boost.admin.inc
Flushes boost page cache
boost_drush_cache_clear_all in ./boost.drush.inc
Clears all Boost cached data.
boost_requirements in ./boost.install
Implementation of hook_requirements().

... See full list

File

./boost.module, line 117
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

define('BOOST_PERM_GZIP_FILE_PATH', implode('/', array_filter(explode('/', str_replace(BOOST_ROOT_CACHE_DIR . '/' . BOOST_NORMAL_DIR, BOOST_ROOT_CACHE_DIR . '/' . BOOST_PERM_GZ_DIR . '/', BOOST_FILE_PATH)))));