Visual Studio 2008 忽略负载测试结果中的 ajax 调用

发布于 2024-09-02 23:23:15 字数 94 浏览 3 评论 0原文

在 Visual Studio 2008 负载测试中,我可以仅收集 Ajax 调用以外的平均值(没有 x-microsoftajax: Delta=true 标头的调用)吗?

In visual studio 2008 load tests can I collect averages only for other than ajax calls (ones that don't have x-microsoftajax: Delta=true header)?

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

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

发布评论

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

评论(1

抱着落日 2024-09-09 23:23:15

回答我自己的问题。到目前为止,我可以应用两种解决方案:

  1. 将 ajax 调用放入相关请求中。页面时间的计算方法是对初始页面加载时间和所有 Ajax 请求(以及其他相关请求)进行求和,
  2. 在 Web 测试中将 Ajax 请求的“记录结果”设置为 False。这将导致这些页面调用在计算页面平均响应时间时将被忽略,但在计算平均请求响应时间时仍然会被使用。
  3. 这可能是正确的解决方案。人们可以使用事务来对请求进行分组。只需右键单击Web测试节点并选择“添加交易”

也许还有其他IDE。我想听到更多建议,因为我仍然缺少一些东西。

Answering my own question. There are two solutions I was able to apply so far:

  1. Put ajax calls into dependent requests. This results in page time is calculated by summing initial page load time and all ajax requests (and other dependent requests)
  2. Setting "Record Results"to False on Ajax request in web test. This will result in these page calls will be ignored when calculating page average response time, but will still be used when calculating average request response time.
  3. This will probably be the right solution. One can use transactions to group requests. Just right click on web test rood node and select "Add transaction"

Maybe there are other ides. I would like to hear more suggestions, because I fill like still missing something.

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