Featured
Web Performance
Better Pagespeed score on Plesk sites using compression & leveraging browser cache in Apache & Nginx
Posted on 2017-06-17.Compression In Apache using deflate module To configure compression in Apache, check if the module deflate exists first: httpd -M | grep deflate If this returns the following, the module is available. deflate_module (shared) Then configure it by creating /etc/httpd/conf.d/deflate.conf with this configuration. <IfModule...
Recent Comments