-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"top-ads for audit" and "top-domains for audit" very slow when total items is less than 10 #2056
Comments
The slowness seems to be inside
Full |
Thanks for you input. Please note, however, that we are getting close to release Pi-hole v6.0 featuring a completely rebuilt API. There is no Telnet anymore. |
... and no audit... |
Interestingly, on a possible related note, if the audit log has 11 or more entries for blocked domains and I click audit on an entry, almost instantly the domain will disappear from the list and added to audit database. Otherwise 10 or less blocked domains in list, clicking the audit button on an entry will cause the list to take many seconds to update and sometimes cause the entire dns server to stop responding for a minute or longer. Forget trying to click audit button on multiple entries at once because the entire dns server will fall over and often require a restart. |
Can you elaborate? Is audit log gone entirely or just through the api? |
Yes it is. There were likely only a few users and it was never fully implemented, hard to explain and caused more issues than is solved. |
I used it, obviously, but like you said I was one of a few users who used it. Audit log was really handy for my block list project. I understand though. Thanks for your reply. |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
Versions
Platform
Expected behavior
>top-ads for audit
should be the same speed regardless of the size of the list.Actual behavior / bug
Using the Audit log page in Pi-hole Admin is extremely slow generally because the auto-refresh takes on average about 4.3 seconds.
Steps to reproduce
Steps to reproduce the behavior:
time echo '>top-ads for audit >quit' | nc -vv localhost 4711
Shell example:
When there are 10 or more items it is near instant:
The text was updated successfully, but these errors were encountered: