I can see WordPress enables Gzip compression on the site
I disabled all plugins to ensure that no plugin enabled that
And also I created a simple php script and it doesn't enable gzip by default by Web Server
So I think WordPress enable Gzip in it's code
How can I prevent WordPress to enable Gzip?
I can see WordPress enables Gzip compression on the site
I disabled all plugins to ensure that no plugin enabled that
And also I created a simple php script and it doesn't enable gzip by default by Web Server
So I think WordPress enable Gzip in it's code
How can I prevent WordPress to enable Gzip?
1 Answer
Reset to default 0- Check
.htaccess
on/home/
and/homr/public_html/
(For example of site root), Probably there are some codes there to add gzip to the web server - a web server can enable the gzip as default
- check
php.ini
file forzlib.output_compression
value, It should be off