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.
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.
Exactly what I was looking for! Thanks.
Does anybody know how to use Gon in helper methods?