It might be valuable to disable caching templates when doing dev work: as per config-dist.php
$CFG->cachetemplates = false; //NOT FOR PRODUCTION SERVERS!
There is a way to do this through the UI (Site Admin > Appearance > Templates > Cache templates [cachetemplates], but having this be done via a startup flag or something would be helpful to surface this setting I always seem to forget about.
It might be valuable to disable caching templates when doing dev work: as per
config-dist.phpThere is a way to do this through the UI (Site Admin > Appearance > Templates > Cache templates [cachetemplates], but having this be done via a startup flag or something would be helpful to surface this setting I always seem to forget about.