Hacker News new | ask | show | jobs
by erquhart 2294 days ago
Couple of clarifications:

- Netlify is multi-cloud: https://www.netlify.com/products/edge/

- Content from a headless CMS like Contentful is generally retrieved at build time, not rendered in the browser

1 comments

Doesn't matter if it's multi-cloud or not, the HTTP server Netlify are using still has HTTP/2 issues

Suggest you look at at few more Contentful sites in DevTools the Contentful site itself has no content in it's HTML and requests all content as JSON which is then rendered via JS components.

The content is in all the page-data.json responses in this waterfall - https://www.webpagetest.org/result/200307_EQ_e60b0b3388b452b...