IIS/ASP/Caching
Discussion
One issue you will come accross in this Ted, is that of the Major ISPs being gits.
Its the Same with dns, they throw the TTls out the window, and dont follow RFC guidelines, instead opting to impose their own TTLs on domains, and not refresh their core routers until 2-3am.
Even if you have a 5 min ttl, ntl wont adopt or check until the next day.
The same is true of their caching/transparent proxying, in an effort to limit their b/w bills, and to stop DDOS (so they say!) they tend to limit the number of 'fresh' times a page is access to their own rules.
So whilst you might SAY only cache for 5 mins, whether they do or not is another matter, given that tho, they do tend to be fair on dynamicly generated content.
I know within PHP we can set pages to cache or not, as we make an active use of this on some of our pages, but within ASP, I shall ask my Developerss.
Its the Same with dns, they throw the TTls out the window, and dont follow RFC guidelines, instead opting to impose their own TTLs on domains, and not refresh their core routers until 2-3am.
Even if you have a 5 min ttl, ntl wont adopt or check until the next day.
The same is true of their caching/transparent proxying, in an effort to limit their b/w bills, and to stop DDOS (so they say!) they tend to limit the number of 'fresh' times a page is access to their own rules.
So whilst you might SAY only cache for 5 mins, whether they do or not is another matter, given that tho, they do tend to be fair on dynamicly generated content.
I know within PHP we can set pages to cache or not, as we make an active use of this on some of our pages, but within ASP, I shall ask my Developerss.
Thanks, that's useful.
PHP or ASP it should be the same techique I guess as from what I understand it's just what tags to put in the HTTP header. I was wondering whether to turn on the public-cache option at the IIS level.
Basically everything's being told 'don't cache' currently, but there are areas of the site that it would make sense for me to allow to be cached.
PHP or ASP it should be the same techique I guess as from what I understand it's just what tags to put in the HTTP header. I was wondering whether to turn on the public-cache option at the IIS level.
Basically everything's being told 'don't cache' currently, but there are areas of the site that it would make sense for me to allow to be cached.
Gassing Station | Computers, Gadgets & Stuff | Top of Page | What's New | My Stuff



something just went over my head but I'm not sure what though