GetSimple Support Forum

Full Version: Disable cache?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

is there a way to disable caching completely? Maybe nice otherwise, but during development, it's a pain ...

Thanks!

Regards,
Ralf.
caching of what?
stylesheet ?
api calls ?

browser caching?
you can add stuff to your htaccess file, but usually your browsers console has a toggle for cache when in dev mode
(2014-12-30, 05:27:59)shawn_a Wrote: [ -> ]caching of what?

Thanks for the quick reply, Shawn.

I mean caching of everything, or as much as possible. Browser is my own problem, of course (but it's no problem here).
The caching I have noticed so far, is the data\cache folder, and data\other\i18n_menu_cache.xml -which is probably not yours.
I found I need to delete those files after every change I make to pages.xml or any of the pages xml files. Quite annoying, especially when I forget to delete them ...
You should never have to touch those, manually or otherwise.

What changes are you making where and how ?