Feature #60045
Updated by Christian Kuhn about 10 years ago
Currently most actions in the tstemplate module will trigger a cache clearing of all pages (@DataHandler->->clear_cacheCmd('all')@)
This is problematic in high performance websites.
A new TSConfig option should be introduced that allows to disable the automatic cache clearing. Then the admin can clear the cache once, after all changes have been made.