How to increase the css and js file loading speed in rails 3

Hi All

Right now i am working on rails 3 . Is there any possible way to increase the css and js file loading speed (with out asset). please help me

Regards Chandrashekar

Without the Asset Pipeline, the answer is to send less CSS or JS. With JS you could move as much as possible to the bottom of your HTML and include as few files as possible.