How to test a site for low bandwidth?

前端 未结 5 1871
無奈伤痛
無奈伤痛 2021-01-02 15:35

I\'m developing a web application for mobile browsers. Right now most of development is done on local machines (with local apache) and I\'d like to test how it behaves in lo

5条回答
  •  时光取名叫无心
    2021-01-02 15:42

    I usually just install Fiddler on the client and run the site whilst running Fiddler. It can simulate 56K speeds and it can also keep track of how much data has been received so you can check exactly how much bandwidth your site uses.

提交回复
热议问题