rake assets:precompile is fast (<10 seconds) both locally and when I run it on the hero:
rake assets:precompile
heroku run time rake assets:precompile --trace (clear first)
heroku run time rake assets:precompile --trace
It takes about 10 minutes to deploy to the hero.
How can I understand what the problem is and fix it?
For reference, I tried all of this:
We are on Rails 3.2.13, Ruby 2.0.0p353
memcached/redis, , :
redis/memcached w/Heroku (http://addons.heroku.com/) ,
- ( config/environments/production.rb):
config/environments/production.rb
config.assets.cache_store = [ :redis_store, { url: ENV['REDIS_URL'] || 'redis://127.0.0.1/0', namespace: 'assets' }]
< 30 , .
Source: https://habr.com/ru/post/1531551/More articles:Camera does not open in WebView - androidscipy or numpy implementation of coordinate smoothing algorithm - pythonКакая специальность шаблона используется в этом примере кода? - c++How to notify (or send a message) a swing client from an application server (EJB)? - javaRelativeLayout does not display all buttons - androidsetting and receiving asp.net mvc4 cookies - c #RelativeLayout inside ScrollView - Android - javaMySQL: lossless "group by" - sqlXtext get project root directory from validator - xtextЗамените экземпляр объекта .NET объектом IronPython - pythonAll Articles