View Single Post
Old 06-05-2008, 15:38   #3 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
In development, we split up our files and maintain anywhere from 5-20 separate CSS files (helps avoid conflicts in SVN). When we're done, they all get concatenated and compressed into one to three files. Same with JavaScript to a degree.

Fewer files = fewer server requests = faster site.
  Reply With Quote