My deployments are taking more time because of the asset precompilation process. I am using capistrano. I tried a couple of things to speed up this. 1) Overwriting the assets:precompile task, just to skip the precompilation process if no assets have been changed from the last time to this time. 2) Using turbo sprockts gem, https://github.com/ndbroadbent/turbo-sprockets-rails3 Here is the reference http://stackoverflow.com/questions/9016002/speed-up-assetsprecompile-with-rails-3-1-3-2-capistrano-deployment The first one is working fine, but i want to with more standard way, with the turbo sprockets gem. I tested the gem in my local machine its giving an improvement of 1/3 of the total time. However i think it should perform better than that. Most of my assets are coming from the the custom UI gem i use for the application. Does anyone tried that before? or could you suggest anything better those two solutions? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Tue, Jan 8, 2013 at 5:10 AM, venkata reddy <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> My deployments are taking more time because of the asset > precompilation process. I am using capistrano. > > I tried a couple of things to speed up this. > > 1) Overwriting the assets:precompile task, just to skip the > precompilation process if no assets have been changed from the last > time to this time.Why would you waste your time on such a meaningless task? And I literally mean meaningless. If you are deploying more than once a day and that deployment is disrupting your life, you''ve problems in your development process, and if it''s disrupting your life, you''ve problems with your job. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.