Delay proxy for http resources
Slow loading resources (images, scripts, etc) can break your application.
With this proxy you can simulate unexpected network conditions when loading a specific resource.
Change your link to:
https://deelay.me/<delay in milliseconds>/<original url>
eg. https://deelay.me/5000/https://picsum.photos/200/300
Run in your terminal
$ npm install -g deelay $ deelay Starting delay on port 4567
To test it run
$ curl localhost:4567/1000/http://mysite.com/image.gif