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
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Accepted
- Target version changed from 0 to 7.0
- PHP Version changed from 5.3 to 5.5
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Status changed from Accepted to Rejected
Admins can always do everything. This won't change in the near future. And won't be an option for CMS7 at all. I will thus close this issue for the time being.
Actions