constant BOOST_GZIP in Boost 6
Same name and namespace in other branches
- 7 boost.module \BOOST_GZIP
9 uses of BOOST_GZIP
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_admin_generate_htaccess in ./
boost.admin.inc - Generate htaccess code.
- boost_chk_htaccess_doc in ./
boost.install - Check htaccess file for given rules.
- boost_chk_htaccess_doc_subdir in ./
boost.install - Check htaccess file if needed subdir references are in it.
- boost_get_all_filenames in ./
boost.module - Returns all possible filenames given the input and current settings
File
- ./
boost.module, line 14 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_GZIP', function_exists('gzencode') ? variable_get('page_compression', TRUE) : FALSE);