Thursday, June 2, 2011

Using CDNs and Browser Caching to Improve Web Site Performance

Web Site performance is of great importance to many developers, and a lot of techniques can be used to increase performance. An example could be using CDNs (Content Delivery Networks) and browser caching, both a very easy to implement in ASP.NET. Just take a look at the blog post Using CDNs and Expires to Improve Web Site Performance written by Rick Anderson. The post focuses on how to do this in MVC, but can easily be adapted to Web Forms, just by writing the full links instead of using the in-page Razor helper.

No comments:

Post a Comment