A service worker can request just the bare minimum of data it needs from the server... and then it can programmatically transform that data into a full HTML document.
{...}
By only requesting the contents of a page, the networks payloads become substantially smaller, and the pages can load quite a bit faster.
- Source
- Link to Original 🔗
- Published
- Categories
- Frontend
- Tags
- service worker, PWA, web performance
Explore Other Notes
⬅ Newer
The free market is elusive
...when the web was young, the free market in ideas was open to anyone with access to a library’s internet connection.But the web rewards network effects and network effects …
Older ➡
Select your poison
A great overview of why a custom select component can be …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A service worker can request just the bare minimum of data it needs from the server... and then it can programmatically transform that data into a full HTML …</p> </body> </html>
- Murray Champernowne