RailsCasts Pro episodes are now free!

Learn more or hide this

Andrew's Profile

GitHub User: scarfacedeb

Site: https://plus.google.com/u/0/105503712425549108522

Comments by Andrew

Avatar

Very useful, thank you!

How can you tell how much loading time is too much?
For example, my home page takes ~340 ms to load in dev environment.
Is it too long or not?

I understand that it all depends on the complexity of my app, but I'm struggling with this because this's my first rails project and I simply doesn't know what performance time is OK.

Avatar

Exactly what I was looking for! Thanks.

Does anybody know how to use Gon in helper methods?