Here is my use-case :
I'me developping Static Site Generator and stuff for them.
I would like to host on static pages (like gitlab-pages or github-pages) some demo of my stuff.
So I can't use server-side tricks to simulate slow connexion.
My demo page should look like this :
- see my stuff in normal mode
- see my stuff before optimisation with a simulated 56k connection
- see my stuff after optimisation with a simulated 56k connection
I've not found any service-worker built for this.
Any Idea where i can found one or how i can build one for this ?