-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance benchmarks in README #24
Comments
FWIW, I've been seeing a ~50% improvement in boot times, using a file-based caching solution instead of the xattr implementation (see #25). (The xattr implementation may be faster, but it only supports OSX.) I've been experimenting with booting Without caching, the app loads in ~30 seconds, with caching it loads in ~15 seconds. When loading only English locale, the app loads in ~5.7 seconds without caching, and ~2.7 seconds with. |
I'll add this to the readme |
Thanks for the suggestion 😄 |
The README is a pleasure to read, and quite extensive!
That said, I was expecting to see some benchmark comparisons (with vs without bootsnap) against one or more large rails apps... OSS ones like Discourse perhaps?
Can't wait to try out this gem in dev and hopefully eventually (partially) in production. Thanks for the amazing work!
The text was updated successfully, but these errors were encountered: