BrowserSync extremely slow

前端 未结 4 1742
梦如初夏
梦如初夏 2020-12-08 02:25

I would love to use BrowserSync for development. However, page loading (not only reloading after changes) is extremely slow.

I use the proxy mode. Brows

4条回答
  •  既然无缘
    2020-12-08 03:10

    The solution is quite simple - but illogical imho. I had my local instance running under http://project.local. Changing it to http://project.dev solved the issue. I'm running OS X.

提交回复
热议问题