Hi, I've just installed Fiddler to test one of my dnn sites, which is very slow.
When looking at bbc.co.uk or cnn.com or msn.com I get
- a lot of HTTP Result = 200 and
- a few Result = 302 in the results column
- cache "max-age" or expiry for most of the items
When looking at my site I get
- a lot of Result = 304
- cache = "no-cache"
This sort of confirms that there is something wrong...
What does "HTTP Result=304" and "Cache=no-cache" mean?
How can I improve this?
I am running IIS 7.5
It is a DNN 7.2.1 site but it was always slow (at least slower that I would expect it to be)
oliver