Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Faster CSS! Re: Faster CSS!

#120091
Bonzai
Participant

It’s better to have all your styles in one CSS, the more css files you have, the more HTTP requests your site has to make. The same goes for your javascript files. Here’s a great video by Chris to help with improving site performance: [https://css-tricks.com/video-screencasts/114-lets-do-simple-stuff-to-make-our-websites-faster/](https://css-tricks.com/video-screencasts/114-lets-do-simple-stuff-to-make-our-websites-faster/ “”)