Actions
Bug #74010
closedBypassing cache usage in PageProvider caused by wrong condition
Start date:
2016-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
fluid cache pageprovider sql database
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In method FluidTYPO3\Fluidpages\Provider\PageProvider::getInheritedConfiguration() is a condition for checking the cache. A cache can be empty. So there is no need to query the database if the cache key exists but it contains only an empty array.
Files
Actions