Hello, I know this might sound counter-productive, but is there any way to cache specific documents (or even all documents) for development? The problem is that there seems to be something in the Umbraco code that tells the site "on the first time goto the database and refresh your (local) cache", however, when developing every time you recompile the site, this happens, resulting in HUGE waits to reload a page.
I have tried setting up all kinds of cache options (including Macro caching) but none of it takes affect until the site has loaded initially from the database. What I need is a way to say "use the cache xml file until i tell you otherwise.
Cache for development?
Hello, I know this might sound counter-productive, but is there any way to cache specific documents (or even all documents) for development? The problem is that there seems to be something in the Umbraco code that tells the site "on the first time goto the database and refresh your (local) cache", however, when developing every time you recompile the site, this happens, resulting in HUGE waits to reload a page.
I have tried setting up all kinds of cache options (including Macro caching) but none of it takes affect until the site has loaded initially from the database. What I need is a way to say "use the cache xml file until i tell you otherwise.
Umbraco 6.1
is working on a reply...