constant BOOST_ASYNCHRONOUS_OUTPUT in Boost 6
3 uses of BOOST_ASYNCHRONOUS_OUTPUT
- boost_admin_boost_performance_page in ./
boost.admin.inc - Form builder; Displays Boost's configuration page.
- boost_exit in ./
boost.module - Implementation of hook_exit(). Performs cleanup tasks.
- _boost_ob_handler in ./
boost.module - PHP output buffering callback for static page caching.
File
- ./
boost.module, line 69 - Provides static file caching for Drupal text output. Pages, Feeds, ect...
Code
define('BOOST_ASYNCHRONOUS_OUTPUT', variable_get('boost_asynchronous_output', TRUE));