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 |