Jump to content

PHP Code Optimization Tricks


santu_hear2u

Recommended Posts

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

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/78644-php-code-optimization-tricks/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.