Tag: gzip
Web Page Compression: Enable gzip Encoding and Caching
Website load is one factor Google been considered to rank websites in their search engine. The next tutorial explain a step to improve loading time in your website. This step is focusing on gzip encoding and caching, it compress the content from your server to the client browser. The reduced file size is what speeds up…
Compress files with Gzip and Zip in CentOS
Gzip Type the following command to compress a file at a shell prompt -> The file will be compressed and saved as filename.ext.gz Type the following command to expand a compressed file -> The filename.ext.gz is deleted and replaced with filename.ext Type the following command to compress multiple files at a shell prompt -> this…