Smaller HTML payloads with Service Workers | Philip Walton

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.

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 …

  • <!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 Adcock.
Journal permalink