View Single Post
  #40 (permalink)  
Old 11-07-2007, 12:19 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Re: PHP Optimization Tips

Tips:

1. Reduce the use of global variables.

2. Reduce the number of include files used on a page. Also, segment and categorize functions in commonly used include files.
__________________

J.Vijayanand
Reply With Quote