Showing posts with label Compression. Show all posts
Showing posts with label Compression. Show all posts

Friday, July 5, 2013

Kiểm tra khả năng nén website của server thông qua: Deflate và Gzip

Trang web này hỗ trợ bạn check tính năng nén trên server (hosting) mà bạn đang sử dụng. Nó sẽ check 2 module mở trộng của php đó là: mod_deflate và mod_gzip Điều này rất quan trọng, nếu 2 tính năng này được mở trên server thì bạn có thể tận dụng lới thế nén dữ liệu của nó để tối ưu tốc độ tải trang web của mình. Để có thể biết được server của mình có hỗ trợ hay không, bạn chỉ việc vào trang: http://www.gidnetwork.com/tools/gzip-test.php Rồi nhập...

How to Enable Gzip Compression

Why use gzip to compress your webpages? Compressing your HTML and CSS files with gzip typically saves around 50 to 70 percent of the file size. This means that it takes less time to load your pages, and it also means less bandwidth is used over all. It is pretty much the standard now and if you are not using it for some reason, your webpages are slower than your competitors. How to enable Gzip on your website Compression is enabled by adding...