calmchess Posted December 24, 2007 Share Posted December 24, 2007 How do I know if my php code is optimized and running as effiecently as possible ? I want to cause as few performance problems as possible. Link to comment https://forums.phpfreaks.com/topic/83034-optimized-php-code/ Share on other sites More sharing options...
DyslexicDog Posted December 24, 2007 Share Posted December 24, 2007 You can use timers and record them to a database. If you give each timer a name and follow timing statistics on your code you can locate slow areas that could cause problems. Link to comment https://forums.phpfreaks.com/topic/83034-optimized-php-code/#findComment-422379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.