View Single Post
  #29 (permalink)  
Old 08-14-2007, 07:41 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Re: Website Performance - Tips & Tricks

We can speed up the site by means of following...

If you use Javascript functions or STYLE tags, then put all of these into a file called
common.inc and use the following:

<? require 'common.inc'; ?>

on any page that you want these function included.
__________________

J.Vijayanand
Reply With Quote