Echo JS 0.11.0

<~>
tracker1 1753 days ago. link 1 point
It's worth noting, that if you're actually building applications that are used internally or tooling that does work, that is different from a general use web search or ecommerce site.

If you can load an SPA within 2-3 seconds initial load and everything else being very fast (under 100ms or so max, <10ms as goal), then you will generally be fine and well ahead of many web applications.  Of course, just because you have a captive audience is no excuse not to do due diligence, I'm only suggesting that it's a *LOT* of effort to wire up donut caching and server rendering for an application scenario that really doesn't need it.

Replies