|
|
|
|
|
by ushakov
1526 days ago
|
|
faster load times is achieved by not using javascript, (pre-) rendering content on server and caching with CDN this is how Wikipedia does it for the last 20(?) years and they sure won’t be changing that any time soon PWA is a whole different topic |
|
No it's not, as hydration is used to improve the initial load times for PWAs. Afterwards PWAs will load offline first.
> faster load times is achieved by not using javascript, (pre-) rendering content on server and caching with CDN
Yes you can make sites not using JS and should in certain scenarios, that's not relevant here.
> this is how Wikipedia does it for the last 20(?) years and they sure won’t be changing that any time soon
Wikipedia is a web site, not a web app. It works really well as a site and thus uses technologies meant for web sites.