Actions
Feature #21833
closedIntroduce bootsnap for faster bootup times
Description
Rails 5.2 will integrate bootsnap for faster boot loading loading. On my dev setup, this brings booting time down from 10s down to 6s, which is almost half.
http://weblog.rubyonrails.org/2017/11/27/Rails-5-2-Active-Storage-Redis-Cache-Store-HTTP2-Early-Hints-Credentials/
https://github.com/Shopify/bootsnap
Unfortunately, this cannot be used in Red Hat production because we are not using Bundler on our RPM installations there. For Debian where Bundler is in use, this should work just fine - I haven't measured speed improvement there.
Updated by Lukas Zapletal about 7 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5045 added
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Rejected
- Triaged set to No
Could not get this working.
Updated by Anonymous over 6 years ago
- Category changed from Packaging to Rails
- Status changed from Rejected to Closed
Actions