Project

General

Profile

Feature #60045

Updated by Christian Kuhn over 9 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. 

Back