Actions
Bug #20583
closedSelect queries in caching framework should use $GLOBALS['ACCESS_TIME'] instead of time()
Start date:
2009-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
all select queries in the DB backend of the caching framework should use $GLOBALS['ACCESS_TIME'] instead of calling time() directly. Using a time value that changes only once per minute will improve the mysql query cache hit rate.
patch will follow when http://bugs.typo3.org/view.php?id=11285 is done
(issue imported from #M11287)
Actions