Reputation: 13756
It seems that my browser checks for a new css on every request. Where and how do I indicate the time before checking for a new css?
Upvotes: 0
Views: 2669
Reputation: 1704
Using IIS7 add a far future expires header or cache-control header by following the directions in this technet article.
I'm also a big fan of using the firefox plugin YSLOW for testing this and other performance features of web sites.
Upvotes: 1