How can I filter XHR requests by name in Chrome developer tools / Firebug

前端 未结 3 1769
臣服心动
臣服心动 2021-02-14 00:48

My problem is the webapp I am working on is pinging the server at short interval so I have many lines coming in Network tab of Chrome developer tools.

  • First proble
相关标签:
3条回答
  • 2021-02-14 01:22

    Make use of negative text filters recently announced here (they should make it to the stable release in the near future if not already).

    Chrome developer docs don't yet appear well updated but what is documented is available at

    Chrome developer docs - Sorting and filtering

    0 讨论(0)
  • 2021-02-14 01:36

    This feature was added in September 2012: https://code.google.com/p/chromium/issues/detail?id=117702#c4

    Cmd/Ctr-F to filter in developer tools Network tab.

    0 讨论(0)
  • 2021-02-14 01:38

    Firebug's Net panel currently only allows to sort the requests, it doesn't allow filtering besides by type (HTML, CSS, JS, XHR, Images, Flash and Media). Though there are two requests covering this:

    • Issue 3560: Search in Net panel to act as a filter
    • Issue 4829: Custom Filters for Net Panel (other panels?)
    0 讨论(0)
提交回复
热议问题