On Dec 10, 2004, at 4:17 PM, Greg Beaver wrote:

The biggest hogs in php programming are:

1) unnecessary images and animated crap/unnecessary javascript
2) terrible database usage
3) too much complexity in the design

I would like to add

0) Compilation. Many scripts take longer to compile than execute. Adding a byte-code compiler will often increase performance by an order of magnitude.


It doesn't matter whether you are using OO or functions - if your application has too many lines of code per task, it won't be fast.

-ryan -- http://theryanking.com/blog

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to