Feature #21833
Introduce bootsnap for faster bootup times
Pull request:
Fixed in Releases:
Found in Releases:
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.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal about 3 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
#2
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5045 added
#3
Updated by Lukas Zapletal over 2 years ago
- Triaged set to No
- Status changed from Ready For Testing to Rejected
Could not get this working.
#4
Updated by Anonymous over 2 years ago
- Fixed in Releases 1.20.0 added
#5
Updated by Anonymous over 2 years ago
- Status changed from Rejected to Closed
- Category changed from Packaging to Rails
Fixes #21833 - added bootsnap development dependency