Hacker News new | ask | show | jobs
by Navarr 3186 days ago
Summary: Service Workers on the Edge Server.

Very interesting, especially since it allows for a Cloudflare ESI system.

Wonder if many will take advantage of it

1 comments

What is ESI in this context? Edge Server Infrastructure?
Edge Side Includes. Imagine putting some sort of template syntax in a file, that file is cached, and when it's called from cache it grabs a file from the remote server based on the template syntax.
Notably, implementing ESI directly at Cloudflare's edge enables them to cache page fragments, rather than fully constructed pages.

That could do wonders both for the size of caches and for cache hit-rates