We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#6250 - Changing any public config options should trigger template cache flush
Automated response: Changing any public config options should trigger template cache flush
Because public config values are stored in JavaScript configOptionsJson variable through a Tempcode symbol, changing any public configuration options should trigger an automatic template cache flush so this value is updated and is not stale.
This hotfix makes setting any public config option flush specifically the _cms and global template caches (rather than doing a full template cache flush, which is not necessary). These are responsible for holding public config values for JavaScript.
Because public config values are stored in JavaScript configOptionsJson variable through a Tempcode symbol, changing any public configuration options should trigger an automatic template cache flush so this value is updated and is not stale.
This hotfix makes setting any public config option flush specifically the _cms and global template caches (rather than doing a full template cache flush, which is not necessary). These are responsible for holding public config values for JavaScript.