Rails preloader gem that loads a Rails application into memory once and forks copies for each test run, console, or command so startup is much faster. In the talk, Spring's fork-and-copy model interacted badly with controllers created at boot time: those controllers survived in the parent Spring process and accumulated method-definition work across reloads, producing a progressive slowdown.