View Single Post
  #24 (permalink)  
Old 08-11-2007, 01:35 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Re: Site Performance - Tips & Tricks

Hi,
Using 'echo' is faster than 'print' because it is a language construct, not a function.

and also using include ‘/some/file.php’ instead of include(’/some/file.php’).
Same for require and the _once equivalents.

These will lead to increase the performance of the site.
__________________

J.Vijayanand
Reply With Quote