Everytime when I change something in templates I have to clear cache manually. Is there some way to disable templates caching in development mode?
Navigate to admin/structure/views/settings/advancedCheck the Disable Views Data Caching option.
If you are using PHP5.5, then I would suggest configuring opcache in php.ini
opcache.revalidate_freq=0
This value sets the time frequency when views should be updated from cache. This value is usually 60 seconds or so. Setting it to 0 will make your cache update every time.
According to this request, change your application cache driver to array
for the local environment.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With