Track the load progress of your Bundler-based projects

Find slow loading gems in your Bundler-based projects!Bumbler tracks how long the main require of each gem takes, for example with gem 'bar' it tracks require 'bar'. If the gem name and the require name are different, add require: manually for correct time tracking, for example gem 'bar-foo', require: 'bar_foo'. This require tracking can sometimes lead to false positives, because of dependencies, for example foo requires rails which leads to foo being marked as slow.
Track the load progress of your Bundler-based projects #ruby #rubydeveloper #rubyonrails #bundler-based https://rubyonrails.ba/single/track-the-load-progress-of-your-bundler-based-projects

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles