Chrome devtools - Throttle network after page load

大兔子大兔子 提交于 2019-12-24 10:25:34

问题


I'd like to test my webpages loading steps, but as I'm lazy, I would love to avoid changing the throttling settings every time after my page has been loaded.

Here would be the perfect flow:

  1. page loads without throttling
  2. after this load, all requests are slowed down with +/- 10s ping

This way, I wouldn't have to change throttling for page reloading during dev but I still have really slow to test my loader steps.

来源:https://stackoverflow.com/questions/52790399/chrome-devtools-throttle-network-after-page-load

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!