I'm now still in development my own CMS. can somebody inform me the list of function in PHP to check the performance of my script,
example:
- check how much resource needed to run my script
- check MySQL query time
- check script execution time and etc.
or maybe even if possible the javascript to check my JS script performance too
thanks