mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Show Filter Blocking Stats #522
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rashidjehangir on GitHub (Feb 8, 2019).
Hi Guys, it would be great to have statistics of which filters is blocking ads/trackers so we can discard filters that are not useful or redundant.
@ameshkov commented on GitHub (Feb 23, 2021):
Additionally, people request a way to see how many times an individual rule was used: #2719 #2709
@Cebeerre commented on GitHub (Nov 11, 2023):
Hi ! Is this something actually on the roadmap ? I'm currently doing this "per client" blocking filter (#435 ) with some sed magic but I've no idea if the filter lists are really being used ...
Thanks !
@ainar-g commented on GitHub (Nov 13, 2023):
It is likely blocked on #2290, since doing per-fliter statistics by expanding the current statistics database is likely to cause a lot of additional complexity. Actually making per-client filtering-rule engines has higher priority right now.