|
|
|
|
|
by thebean11
1710 days ago
|
|
> If your request to fetch new data and patch the DOM takes 5ms Even in the US people are still dealing with pretty bad internet in a lot of places. Even with the best internet, and assuming it takes 0ms to handle the request, 5ms sounds insanely optimistic. I'm in a big city and my ping (to my ISP's datacenters in the same city) is 10-20ms... |
|
Another locus of optimization might be development speed and cost. An SPA is really two apps, a front-end, and a back end.
It costs 2x to do an SPA, and all things being equal, features come out 1/2 as fast.
Which wins the app with latency, or the app that gets features twice as fast?