1. Expires Header (for static) 2. Cache-Control Headers (for less static) 3. KeepAliveTimeout (might be a double edged sword)
and you can set the first 2 on Amazon S3
21–25 of 25 posts
1. Expires Header (for static) 2. Cache-Control Headers (for less static) 3. KeepAliveTimeout (might be a double edged sword)
and you can set the first 2 on Amazon S3
I think there are 3 things that should be applied to anyone serving images. 1. Expires Header (for static) 2. Cache-Control Headers (for less static) 3. KeepAliveTimeout (might be a double edged sword) and you can set the first 2 on Amazon S3
Wow, that is really fast. This article is really detailed and has given me lots of things to look at tonight. I'm assuming based on the WPMinify mention that this is a WP site - would be curious to know if the speed improvements were all in html/css/js and caching, or if there was anything done to WP as well.
Thanks! We use WP Engine to host the site, which they have a pretty nice system set in place to host WordPress. They have a page on their system architecture here: http://wpengine.com/our-infrastructure/ Basically, it just comes down to caching in a brilliant way. But other than that, we did not do anything special to WordPress itself.