[TYPO3-core] RFC #7351: Improve DB query cache usage
Michael Stucki
michael at typo3.org
Sat Feb 2 02:31:13 CET 2008
Hi Masi,
this is a great improvement!
> This is an SVN patch request.
>
> Type: Feature
>
> Bugtracker references: http://bugs.typo3.org/view.php?id=7351
>
> Branches: trunk
>
> Description: For access control queries use a time rounded down to
> minutes. This will allow a better usage of the Mysql's query cache.
Found only two mistakes:
- 1st hunk: $SIM_ACCESS_TIME = $SIM_ACCESS_TIME
- tslib_fe, hunk #3:
+ $GLOBALS['SIM_ACCESS_TIME'] = $simTime - ($simTime % 60);;
(double semicolon at the end of the line)
Code review: +1
Functional check: +1
Thanks for taking care of this bugger!
- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list