Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmarin
2289 days ago
Most of Wikipedia works perfectly without Javascript I hope it will continue to do so.
1 comments
k__
2288 days ago
Modern JavaScript runs on the server just fine, they will probably use server side rendering and build time rendering.
link
vorpalhex
2288 days ago
Server side rendering is
slow
and
expensive
. Wikipedia needs to be fast for all of it's users, and needs to be very cost centric.
link
k__
2288 days ago
Static site generation is very cheap in terms of generation and delivery.
link
vorpalhex
2288 days ago
Yes, SSR and static are not the same.
link
karatestomp
2288 days ago
Weird, most of the fastest-feeling sites I use are server-side rendered. Though I doubt they use any JS in that path. Maybe basic html Gmail does but probably it’s Java or something.
link