View Single Post
  #80 (permalink)  
Old 08-25-2007, 03:25 AM
venkatbi venkatbi is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 80
venkatbi is on a distinguished road
Default Re: Website Performance Tips & Tricks

Using single includes for several style sheets or scripts

One solution is PHP script that does the job of collating several scripts or CSS style sheets into a single file.The script is dead easy to use and will cache the collated file for you until you change one of the files included in it. This means that your files are automatically packed, cached and the include file updated when you change them. You get the best of both maintenance and speed without having to change anything by hand.

thanks,
venkatbi
Reply With Quote