This document was generated from CDN thread
Created by: David Bradshaw on 01-05-2013 04:44:55 AM
How do I stop sever-side caching on the App-server? I've set the following properties and disabled caching in FireFox as well.
customization.default.enable = true
last.modified.check=true theme.css.fast.load = false
theme.images.fast.load = false
theme.javascript.fast.load = false
What else do I need to set to disable ALL caching of JS, CSS and Images. As this is currently preventing me from doing any development work.
Cheers,
Dave.
Subject: RE: Disable JS and CSS caching
Replied by: Ratnadeep Ray on 02-05-2013 02:13:25 AM
Hi David,
If you are using IE, then better disable Script error messages also.
BTW disabling the JS related caches, how is it affecting your work? Is it displaying any error messages?
Regards,
Ratnadeep.
Subject: RE: Disable JS and CSS caching
Replied by: Moiz Raja on 03-05-2013 11:24:05 AM
David,
The names of the properties are
theme.css.fast.load = true
javascript.fast.load = true
not theme.javascript.fast.load