Moodle + Gzip or ob_gzhandler

Moodle + Gzip or ob_gzhandler

by Genner Cerna -
Number of replies: 0
Hope Moodle can integrate Gzip just like Joomla or apply a script to the template.


<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
Average of ratings: -