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 |