View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006376 | OXID eShop (all versions) | 4.08. Cache | public | 2016-04-16 17:08 | 2016-09-30 11:57 |
Reporter | keywan.ghadami | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.10.2 / 5.3.2 | ||||
Summary | 0006376: Admin backend clear not enabled content cache (EE) | ||||
Description | in admin backend mode the shop clears the content cache even if that is disabled | ||||
Steps To Reproduce | disable content cache, save something in admin backend watch database queries you should see that delete from oxcache is executed | ||||
Additional Information | it does not seam to have an high impact deleting an not active cache but together with other related issues this issue causes performance problems because it is executed to often. see Base.php(6.x) or oxbase.php (5.x) and look for function _resetCache $cache->reset(); suggested solution is to add an condition in oxcache->reset method that checks if the content cache is enabled | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
created an pull request with my suggested solution https://github.com/OXID-eSales/oxideshop_ee/pull/8 |