chucker
chucker copied to clipboard
Identify network requests that are taking more than x amount of time where x is configurable?
:warning: Is your feature request related to a problem? Please describe
I would like to Identify network requests that are taking more than x amount of time. where x is configurable.
:bulb: Describe the solution you'd like
I would like a filter, sort of button just to filter out these requests.
:raising_hand: Do you want to develop this feature yourself?
- [x] Yes
- [ ] No
I would like a filter, sort of button just to filter out these requests.
I'm unsure we want this specific filter. So far the only filter we have is a search button. If we wish to introduce filters, we'll probably have to follow an holistic approach. I can see how a user would like to filter only errored requests, or only POST
requests. "Slow" requests could be one of that.
On the other hand, having maybe a "sorting" capability will also solve your needs and will be easier to develop/maintain