I installed DotNetNuke version 4.9.2 and I’m watching the primed cache states using Firebug and YSLOW…
All the images and javascript are cached on the client, unless I replace them… So If I upload a new LOGO image, it is no longer cached. The existing ones are cached. If i replace an existing .js file (I ran one through the minifier), it is no longer cached. If i replace the new file with the original file, they are once again cached.
I couldn’t find any documentation on this… any ideas? Thanks!
I found this reference:
Here’s the code:
Found this reference at : http://www.ifinity.com.au/Blog/Technical_Blog/EntryId/55/DotNetNuke-Caching-and-a-performance-problem/
Hope I was able to help at least or point you in the right direction.