
11-08-2007, 04:13 AM
|
| D-Web Sr.Programmer | | Join Date: Feb 2007
Posts: 117
| |
Re: PHP Optimization Tips Hi, Optimize the Web Server File I/O Operations- Keep DirectoryIndex file list as short as possible.
- Whenever possible disable .htaccess via AllowOverride none.
- Use Options FollowSymLinks to simplify file access process in Apache.
- If logs are unnecessary disable them.
- If logging is a must, log everything to 1 file and break it up during the analysis stage.
Thanks,
R.Gopi. |