|
|
|
|
|
by taurath
2382 days ago
|
|
Technically the framework and payload is gonna be cached by your browser. That they don't server side render anything means all that JS has to load all the content into a big engine, which takes up a bunch of network calls. Also tracking + ads. |
|
Server-side rendering still means the browser has to parse & execute a ton of JS after the initial SSR-rendered page is loaded which is still going to be slow unless you’re running a big CPU with lots of RAM.