santu_hear2u Posted November 24, 2007 Share Posted November 24, 2007 There are a number of tricks that you can use to squeeze the last bit of performance from your scripts. These tricks won't make your applications much faster, but can give you that little edge in performance you may be looking for. More importantly it may give you insight into how PHP internals works allowing you to write code that can be executed in more optimal fashion by the Zend Engine. Please keep in mind that these are not the 1st optimization you should perform. There are some far easier and more performance advantageous tricks, however once those are exhausted and you don't feel like turning to C, these maybe tricks you would want to consider. you can find the excelent PHP Code Optimization Tricks in the following link.download it http://www.ziddu.com/download.php?uid=Z6qdlJmnZqrnlpSlbaealZGnarCZmw%3D%3D6 Quote Link to comment https://forums.phpfreaks.com/topic/78644-php-code-optimization-tricks/ 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.