-
-
Save gerhard/138672 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# all defaults | |
matthew@bumble:~$ cat /etc/apache2/mods-enabled/deflate.conf | |
<IfModule mod_deflate.c> | |
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css | |
</IfModule> | |
matthew@bumble:~$ cat /etc/apache2/mods-enabled/deflate.load | |
LoadModule deflate_module /usr/lib/apache2/modules/mod_deflate.so | |
# gzip test @ http://www.gidnetwork.com/tools/gzip-test.php | |
Results for: http://matthewrudy.com | |
Web page compressed? Yes | |
Compression type? gzip | |
Size, Markup (bytes) 3,576 | |
Size, Compressed (bytes) 1,229 | |
Compression % 65.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment