tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

live-server very slow for some reason (like 3G network) #420

Open trusktr opened 11 months ago

trusktr commented 11 months ago
Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting

Issue description

npx live-server . is running really slow, as if all content is on a really slow 3G network. npx serve . is working fine without issues. But this just started happening to me in the past few days, and live-server has not been updated for a while (about a year), so maybe something else changed in my system that is affecting live-server but not serve.

Software details

trusktr commented 11 months ago

I tried five-server, a drop-in alternative for live-server, and it is not having the issues. Might be worth perusing what the diff is.