PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. You need to tweak Apache, PHP and other things.
Here are some good articles about php (read as PHP tips) performance optimization.
=> How to install and configure Alternative PHP Cache - The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
=> Cluesheet - Tips for PHP Developers - Excellent collection.
=> Getting Rich with PHP 5 OSCON 2006- Notes and slides
=> Accelerating PHP Applications - More notes and slides.
=> A HOWTO on Optimizing PHP - This article explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them.
=> 5 PHP Performance Tips You Probably Don’t Want To Hear
=> Howto: Apache and php web server by hiding version information.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- 10 Greatest Open Source Software Of 2009
- My 10 UNIX Command Line Mistakes
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email this to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: Dec/20/2006


{ 0 comments… add one now }