Hi all,
during development I often find that my changes to a page don’t show in the browser because of the cache and therefore always hit either the "Clear Cache" button or I uncheck "Cachable" option for the pages I am working on.
Is there a global cache setting somewhere? It think it would be great to be able to globally disable the cache for development purposes.
Henrik
There’s a setting in the system configuration named ’cacheable default’, if you set this to no it will disable caching of documents on creation. It doesn’t act retrospectively, any documents you’ve already created will need to be set manually from the document edit pane. Other than that us the ’!’ notation to stop snippets, chunks etc. being cached, i.e. change ’[[’ say to ’[!’. I use these settings on my dev system.
Use MODx, or the cat gets it!