Paul Buchheit: Make your site faster and cheaper to operate in one easy step
paulbuchheit.blogspot.com
Paul Buchheit: Make your site faster and cheaper to operate in one easy step
1–10 of 60 posts
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#2Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#3If you're really worried about the performance hit of gzipping, you can cache gzipped versions of static resources.
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#4Umm I am confused. Is this about compressing the web page itself? I think what takes most of the time to load on my website is the advertisers rather than the content itself. So perhaps this is about large websites like amazon which have large detabases?
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#5Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#6Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#7One scenario where using gzip might not be a good idea is when serving content less than 2-4 kB, like some thumbnails.
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#8One scenario where using gzip might not be a good idea is when serving content less than 2-4 kB, like some thumbnails.
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#9The same applies for S3 uploads. You can pass cache headers in the upload request which will later be used on all downloads.
Re: Paul Buchheit: Make your site faster and cheaper to operate in one easy step
#10/etc/init.d/apache2 restart