Actions
Bug #20683
closedUse $_SERVER['REQUEST_TIME'] instead of time() where it makes sense
Start date:
2009-06-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Performance improvement tip from:
http://ilia.ws/files/phptek2007_performance.pdf
time() is a function call whereas $_SERVER['REQUEST_TIME'] is a static variable which should be fast than the function call.
(issue imported from #M11430)
Files
Actions