GZIP on a Shared Server

22 views
Skip to first unread message

Colin

unread,
Nov 18, 2009, 9:48:33 AM11/18/09
to Make the Web Faster
Most web hosts in a shared environment do not enable GZIP even on
Apache 2. This stops most of the smaller websites from using GZIP. I
use GZIP on my dedicated server and have enabled it on a VPS while
doing some testing.

This is a very simple change (deleting 2 "#"s if I recall correctly)
to the Apache 2.X config files and a very simple addition to the
website .htaccess file.

While GZIP is a small addition to the CPU processes, I understand that
the net result is less server load, rather than more, as the
connections are completed and the code sent more quickly releasing the
CPU for other activities.

Colin G

niklasr

unread,
Nov 26, 2009, 6:24:22 AM11/26/09
to Make the Web Faster
Sure, experiments and theory indicate gzip/deflate good for output
while zlib good for internal store (compress a persistence)
depends on formats

Andrea Giammarchi

unread,
Nov 26, 2009, 6:57:06 AM11/26/09
to make-the-...@googlegroups.com
I pre deflate/gzip every static content, and it can be easily distributed over the infrastructure, so there is no overhead at all for whatever server: http://code.google.com/p/php-client-booster/

Have a look


--

You received this message because you are subscribed to the Google Groups "Make the Web Faster" group.
To post to this group, send email to make-the-...@googlegroups.com.
To unsubscribe from this group, send email to make-the-web-fa...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/make-the-web-faster?hl=en.



InspireMedia

unread,
Dec 3, 2009, 1:09:17 AM12/3/09
to Make the Web Faster
I checked with GoDaddy and they do enable gzip for requests:
http://help.godaddy.com/article/4485
Reply all
Reply to author
Forward
0 new messages