A little tool to test the speed of service worker for a page with 300 requests.

Install

npm install

Run

npm run serve

You can also change the port number or run an HTTP2 (HTTPS) server:

npm run serve -- --http2 --port=8081