TYPO3 sourcecode profiling
From TYPO3Wiki
<< Back to Developer manuals page
This page is about TYPO3 source code profiling and optimization.
Level: advanced php programmer
See TYPO3 profiling project page for details
Write note here about tricks to optimize TYPO3 source code.
- Some figures about the speed of the DBAL extension under different circumstances
- a discussion about memory usage on TYPO3-dev
- char <-> string -> overhead -> speed discussion about PHP code snippet to test string quoting performance on TYPO3-dev
- going through a big array see discussion after the function description
