DEV Community

Augusts Bautra
Augusts Bautra

Posted on • Updated on

Improving Rails boot time

  1. bootsnap
  2. bumbler
  3. require: false for heavy gems
  4. turn expensive constants (especially file reads) into class methods for lazyloading
  5. spring (comes with some caveats)

See also

Top comments (0)