what is Gzip Compression?

Gzip Compression is process of reduces transfer time before sending them over to the browser.
 
Compression allows your web server to provide smaller file sizes that load faster for your website users. Compression of your HTML and CSS files with gzip typically saves around fifty to seventy percent of the file size. This means that it takes less time to load your pages, and less bandwidth is used over all.
 
Gzip Compression is process of reduces transfer time before sending them over to the browser.
 
Last edited:
Back
Top