测试慢速连接

发布于 2024-08-17 15:02:51 字数 258 浏览 5 评论 0原文

我听说当她在家时我的网站崩溃了。她过去没有遇到过该网站的问题,唯一的因素似乎是当她在家时,她的互联网连接是拨号的。

我的网站只有 140KB,但它确实使用了 Scriptaculous 和 jsMath 库。后一个加载时出错。我怀疑这两者之间存在竞争条件。

有没有一种简单的方法可以限制我自己的互联网连接以进行测试?我确实在虚拟机上运行 Windows 来测试该平台。 (Mac 主机)仅限制虚拟机就足够了。这是所有网站都应该做的标准测试吗?

谢谢,戴夫

I am hearing of a report that my website crashes, when she is at home. She has not had a problem with the website in the past, and the only factor seems to come when she is at home, where her internet connection is dialup.

My site is only 140KB, but it does use Scriptaculous and jsMath libraries. The latter one has an error when loading. I suspect a race condition between these two.

Is there an easy way to throttle my own internet connection for testing purposes? I do run Windows on a VM for testing that platform. (Mac host) Throttling just the VM would be sufficient. It this a standard test that all websites should do?

Thanks, Dave

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

oО清风挽发oО 2024-08-24 15:02:51

当用户说“崩溃”时,需要考虑以下几点:

  • 是否是网络通信问题?

你对此无能为力。测试这个甚至很难。

  • 是浏览器(客户端)性能吗?

这个,你可以测试一下。在多台机器(有些比其他机器慢很多)和多个操作系统上使用多个浏览器进行测试

There are a couple of things to think about when a user says "crash":

  • Is it the network communication?

You can't really do much about this one. Its even hard to test this one.

  • Is it browser (client side) performance?

This, you can test. Test with multiple browsers, on multiple machines (some a lot slower than others), and on multiple OS's

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文