Project

General

Profile

Feature #23302

Updated by Mathias Schreiber over 9 years ago

Clearing the whole page cache on large websites will cause massive performance issues. 
 Because of this, clearing the cache is deactived for regular users by default. 

 Nonetheless, all admins can clear the cache and there is no possibility to control this behavior. 

 By default, cache clearing should be available for admins but it should also be possible to deactive it by using the same TSConfig options as for regular users: 

 options.clearCache.all = 0 
 options.clearCache.pages = 0 




 




 (issue imported from #M15286)

Back