Re: [Rails] Development mode locally is unexplainable slow

2011-01-24 Thread Ivan Nastyukhin
in development 320 ms is not slow, because rails reload your class - structure. What a problem? On Jan 25, 2011, at 6:13 AM, ChristianP wrote: > Hi guys, > > Recently, my Rails project became oddly slow when running in > development mode locally. Example: > > Processing SessionsController#new (

[Rails] Development mode locally is unexplainable slow

2011-01-24 Thread ChristianP
Hi guys, Recently, my Rails project became oddly slow when running in development mode locally. Example: Processing SessionsController#new (for 127.0.0.1 at 2011-01-24 19:54:41) [GET] Completed in 320ms (View: 27, DB: 6) | 200 OK [http://localhost/login] 320ms is pretty slow, but the issue is, t