Add the following to the wp-config.php file.
Always backup your site before making any changes to your site.
PHP:
define('COMPRESS_SCRIPTS', true);
define('COMPRESS_CSS', true);
define('ENFORCE_GZIP', true);
Always backup your site before making any changes to your site.