Actions
Feature #23302
closedCan't deactivate cache menu for admins
Start date:
2010-07-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:
Description
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)
Files
Actions