How can I make Rails 3 assets precompile faster?
I have a running Rails 3.2.1 application, that I'm deploying via Capistrano with the deploy/assets which runs the deploy:assets:precompile task. Everything works just fine, except that the compilation itself is really slow. I don't have that much CSS and JavaScript (about 8200 lines total). It generally takes about 1-3 minutes to compile the assets, which is about 90% of the whole deployment time. Is there any way to optimize this? Maybe use a different procedure to compile the assets or somehow optimize it? I'm running the app on Linode 512 on 1.9.2-p290, Rails 3.2.1 and using therubyracer