Using Bumbler to Reduce Runtime Dependencies
If your project uses Bundler, Bumbler shows you your project’s largest dependencies. You can maybe get rid of some of your largest/slowest dependencies by manually requiring them when you need them. See how it works: http://www.ombulabs.com/blog/ruby/performance/using-bumbler-to-reduce-runtime-dependencies.html
Post a comment