|
|
|
|
|
by nicoburns
1370 days ago
|
|
In my experience, it's not even the framework that's the problem. Client-side rendered React is plenty fast for example. Not as fast as server-rendered (or even better, static) HTML, but fast enough (measured in a few hundreds of ms) that you won't notice the difference. It's generally things like loading lots of 3rd party scripts, or not paying to how many network roundtrips are required on the critical loading path which make it slow. |
|
Gotta be honest, I’m grimacing already. An order of magnitude too much.