TYPO3 sourcecode profiling
<< Back to Developer manuals page
This page is about TYPO3 source code profiling and optimization.
Level: advanced php programmer
Collection of links maybe helpful for profiling TYPO3
- 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
- Installing Kcachegrind on OSX
- Profiling ... with kcachegrind
- Profiling TYPO3 with XHProf
- Debugging, Profiling and Monitoring TYPO3