That is a common question, but I would like to hear some expert opinions.
I'm starting a new PHP project that I would like to keep an eye on. What I want to track is:
- included files - frameworks that use index.php and bootstrap files and load many files on page load
- sql dumps - this one is easier because most frameworks have DB logging (as well as ORM frameworks and so on)
- time load
- memory tracking - memory statistics for different areas of the project
- crash tests - maximum request per second for a given page
There are probably some benchmarking and debugging facilities that could be used for some purpose. What are the best practices for these parameters?