You are here

constant BOOST_AGGRESSIVE_GZIP in Boost 6

4 uses of BOOST_AGGRESSIVE_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_cache_set in ./boost.module
Replaces/Sets the cached contents of the specified page, if stale.
boost_chk_htaccess_doc in ./boost.install
Check htaccess file for given rules.

File

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

Code

define('BOOST_AGGRESSIVE_GZIP', BOOST_GZIP ? variable_get('boost_aggressive_gzip', TRUE) : FALSE);