Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 iphone 应用程序并进行测试,我正在使用 localhost 服务器发送/接收请求/响应。
但是在3G或其他移动数据网络上实际下载和上传速度似乎非常快。
我想用较慢的互联网连接测试我的应用程序。
有什么办法可以减慢我的 macbook 的 apache 服务器的速度吗?
谢谢!
将“slug”放入处理您的请求的服务器代码中,例如您正在调用的 PHP 模块。一个简单的 slug 将是一个 for 循环,它将在服务器程序响应之前捆绑服务器程序。或者复制大文件的东西。
您需要进行试验,直到获得正确的延迟。