Skip to main content Help Control Panel

YACS CMS : Open source !

Community «   Discussion forum «   Post your requirements here «   full page cache in render_skin «  

Comment: full page cache in render_skin

<< Previous Next >>

Comment inspired from Bernard

Bernard:

in shared/global.php, line 925 in 6.9.

// cache full page content for one minute --we are aiming to save on spikes if(is_callable(array('cache', 'put')) && is_callable('ob_get_contents')) Cache::put($script_cache_id, ob_get_contents(), 'global', 60);

by NickR on Oct. 21 2006