w3c / Unitas

Prototypes for “dynamic pages” :warning: Discontinued, not being maintained
https://w3c.github.io/Unitas/
Other
4 stars 8 forks source link

Explore server-side rendering of pages #85

Open tripu opened 5 years ago

tripu commented 5 years ago

As it is now, the main issue with Unitas is that each page needs a bunch of HTTP requests: high latency, unnecessary traffic.

If we could generate all pages (for all groups, affiliations, users, etc) server-side, on a cron job (or even better, have specific rebuilds triggered by specific events), that would make the pages really fast and usable.