model caching reloading in development is making things slow

This is very odd. The behavior of this really was out of nowhere because all I was doing was adding Benchmark.realtime to do some harmless benchmarking, and now I can't get it so that AR models dont have to reload each time a AR model is called, or atleast not take .25 seconds each time it is called.

How can I get my rails app to working so it doesnt take so long just to call "Photo" or "Book" AR model.

Change config.cache_classes in development.rb

Fred