Enabling gzip, deflate compression on your website on apache via .htaccess
Compressing your website files, especially the text files, with mod_gzip or mod_deflate on Apache not only save heaps of network bandwidth, but also speed up downloading your website up to 70%. Most web servers can compress hosted website files in gzip format before sending them for download. To enable compression, configure your web server to…