Menu

Close
  • Home
  • About Me
  • Projects
  • Contact
  • Twitter
  • Facebook
  • Subscribe
Menu

Thomas Ardal

Freelance software consultant and entrepreneur building SaaS applications like elmah.io

Follow @ThomasArdal Follow @elmah_io

Caching

3 posts
Page 1 of 1

YSlow rule #10 – Reduce DNS Lookups

Thomas Ardal on Caching, DNS, Google Chrome, Internet Explorer, YSlow | 02 Jun 2011

Most of us (me included) don’t think much about the way DNS works. Browsers, on the other hand, use DNS pretty much every day. For the uninformed, I will start by explaining how DNS works. If you already know this, feel free to skip the following paragraph. As you…

YSlow rule #9 - Make JavaScript and CSS External

Thomas Ardal on Caching, CSS, Firebug, Minimize HTTP requests, Performance optimization, Unobtrusive JavaScript, YSlow | 17 May 2011

We’ve briefly touched this subject a number of times already. Making your JavaScript and CSS external simply means moving it from your HTML header to their own files, referenced as an external file in the header. So why does Yahoo think that this is a good idea? We’ve…

YSlow rule #4 - Add an Expires or a Cache-Control Header

Thomas Ardal on Action filters, ASP.NET MVC, Caching, YSlow | 17 Mar 2011

We have reached rule number 4 in our journey into the exciting world of the YSlow rule set. Rule number 4 is all about caching. We have tackled the caching area a bit in some of the previous posts, but in this post I will dig more into this important…

Page 1 of 1
Copyright © 2025 Thomas Ardal