rake assets:precompile taking extremely long to complete
In my dev sandbox RAILS_ENV=production rake assets:precompile is taking over 4 minutes to complete. Is this normal. On heroku it is taking over 10 minutes to do the job and sometimes is timing out. Is there any way to disect this and/or speed it up? UPDATE I profiled the CSS vs JS phases of compilation 3.7 s js 175 s css The numbers were made by instrumenting here ---------------------- /Users/bradphelan/.rvm/gems/ruby-1.9.2-p180@gobbq/gems/sprockets-2.1.2/lib/sprockets/processing.rb ---------------------- 266 # Assign a compressor to run on `application/javascript` assets. 267 # 268 # The