Eager load makes rails load all of your app on startup which increases startup time.
For example if you just want to load the rails console to check the behaviour of one model then you have to wait for all of the models, controllers etc. to load even though you only wanted to use one of them