Simulating Slow Internet Connection

前端 未结 16 1688
深忆病人
深忆病人 2020-11-27 09:30

I know this is kind of an odd question. Since I usually develop applications based on the \"assumption\" that all users have a slow internet connection. But, does anybody th

16条回答
  •  执笔经年
    2020-11-27 10:02

    Use a web debugging proxy with throttling features, like Charles or Fiddler.

    You'll find them useful web development in general. The major difference is that Charles is shareware, whereas Fiddler is free.

提交回复
热议问题