View Single Post
  #3  
Old 05-30-2010, 11:03 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Improve frontend performance

I have created about 100 skins and I never touch most of the CSS. It's just not used.

You could always write separate style sheets for each section, then call them using an if statement.

I have done this a few times and it works great, just alot of work. Helps speed out tremendously.

Combining java scripts can be a bit more challenging, at least for me.

Limiting the number of background images using sprites can also cut down on HTTP requests.
__________________
xcart 5.1.2
Reply With Quote