Enable Gzip To Speedup the Loading time

Hello,

Mod_deflate is an apache module that can be used to compress data using gzip compression before sending it to the user. For bandwidth intensive websites, using this feature can offer a benefit, as the server is compressing data before sending it you will be using less bandwidth. The major drawback to using mod_deflate however is that the server may need to use more resources to compress each file and this in turn can cause performance issues on older servers. As our Hosting included unlimited bandwidth, using mod_deflate to reduce bandwidth usage is not usually a concern for users.

If The data's are compress the page loading speed will be increased.You can enable the compression from cPanel > Software > Optimize Website

Check on the Radio Button : Compress "ALL" Content and Click on Update settings.

If you have any issue please don't hesitate to contact us we are happy to assist you anytime.

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

How To Free Up Disk Space On cPanel Accounts ?

Having too much information stored on your server can cause all sorts of issues. If you get a...

How to Backup and Restore Emails in Horde?

In this tutorial, we can check how to backup and restore emails in Horde. In cPanel, it is...

How to edit/delete/upload/download the files from file manager?

Login into cPanel using provided URL and its credentials Go to Files section Click on file...

Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini file Create...

How to enable/disable allow_url_fopen and allow_url_include functions

allow_url_fopen: For security reason, in shared hosting account allow_url_fopen is disabled by...