How to Minimize HTTP Requests?
-
What are the best and simplest programs to minimize HTTP Requests?
- for JS
- Images
- CSS
My site is built on a Bitrix CMS
-
For CSS/JS, I do it manually. Just combine the code from each of the files into 1 file. I also ran a search and found some possible tools they can assist you - http://code.google.com/p/scrinker/
For images, you will want to combine then via css sprites. Use a free CSS sprite generator (like this one) to help you generate the right code.