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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/83034-optimized-php-code/#findComment-422379 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.