开发者

Is rails application slower if it has 'require ruby-debug' in config/environment.rb?

开发者 https://www.devze.com 2023-04-02 16:30 出处:网络
Does h开发者_如何转开发aving \'require ruby-debug\' in config/environment.rb slows down a rails application?It should include an extra overhead in the class hierarchy. You should only use it in develo

Does h开发者_如何转开发aving 'require ruby-debug' in config/environment.rb slows down a rails application?


It should include an extra overhead in the class hierarchy. You should only use it in development (and maybe test?) mode, not in production.

0

精彩评论

暂无评论...
验证码 换一张
取 消