Please help us help you and fill where relevant:
Your LimeSurvey version: Community Edition — 6.16.3+251215
Own server or LimeSurvey hosting: Ubuntu 24.x
Survey theme/template: Custom
==================
Problem:
I am trying to develop a custom theme and need to disable the front-end cache as clicking the clear cache button in Global Settings takes too long during rapid development.
What I have tried:
- I've modified the
Code:
/application/config/config.php
file, changing the setting
which is supposed to disable caching, but doing so and clearing all caches and making css changes does not work.
- I've search the docs, but haven't found anything.
- I've searched these forums but only found the
reco from many years ago.
I'm new to LimeSurvey so maybe there is something more obvious I am missing, any help to make it easier to develop themes for this great platform would be appreciated.