View Single Post
  #47 (permalink)  
Old 11-08-2007, 04:13 AM
Gopisoft Gopisoft is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Posts: 117
Gopisoft is on a distinguished road
Default 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.
Reply With Quote