Query-ing the log with show all queries becomes unresponsive

Please follow the below template, it will help us to help you!

*If you are Experiencing issues with a Pi-hole install that has non-standard elements

Using standard elements all the way.

Expected Behaviour:

Query-ing the log for all queries (all entries) and then search for a certain query - for example search for the phrase "itv.lan." (including the dot).
Versions:
Pi-hole v5.14.2 FTL v5.19.2 Web Interface v5.17
Ubuntu 22.04.1 LTS

Actual Behaviour:

After selecting show all queries with show all entries the session becomes unresponsive. In addition, the browsers (i.e. FF) returns the stop-bar with a message stating that the page is slowing down FF.
I also tried Chrome and Edge - both with similar results.
In all cases no results are presented unless the stop-button is clicked. The search-bar is still not responsive.

Debug Token:

74vtBNly

With warm regards - Will

Your debug log suggests you are running two Pi-hole's?

If that's the case and your network would be aware of both of them, make sure you are addressing them by distinctive names, so the UI won't get confused by starting to talk to one and then continue with the respective other.

Also, which client did you use to request to show all queries?
Perhaps your 192.168.139.162?

*** [ DIAGNOSING ]: contents of /var/log/pihole

-rw-r--r-- 1 pihole pihole 17K Dec  1 12:00 /var/log/pihole/FTL.log
   -----head of FTL.log------
   [2022-12-01 00:33:20.759 40525M] Rate-limiting 192.168.139.162 for at least 5 seconds

That may also hint at an excessive count of queries, which could also slow down processing.

Let's check your most recent 24 hours.
Run on your Pi-hole host, what's the output of:

echo ">stats >quit" | nc localhost 4711

Thank you for the quick response.

There is only one pi-hole.
The client used to show all qeries is called pandora and had IP-adres 192.168.139.41 at the time of the request.

The client with IP 192.168.139.162 is a snmp type of monitoring system.
It runs device discoveries from time-to-time and may show lots of DNS-requests.

Below the stats for the last 24hrs.
Doesn't look like alarming values... or?

root@sdns:/home/will# echo ">stats >quit" | nc localhost 4711
domains_being_blocked 1147792
dns_queries_today 71076
ads_blocked_today 10798
ads_percentage_today 15.192188
unique_domains 2873
queries_forwarded 9735
queries_cached 45613
clients_ever_seen 79
unique_clients 79
dns_queries_all_types 71076
reply_UNKNOWN 5226
reply_NODATA 7866
reply_NXDOMAIN 7911
reply_CNAME 10306
reply_IP 36298
reply_DOMAIN 2394
reply_RRNAME 825
reply_SERVFAIL 13
reply_REFUSED 0
reply_NOTIMP 0
reply_OTHER 0
reply_DNSSEC 0
reply_NONE 0
reply_BLOB 237
dns_queries_all_replies 71076
privacy_level 0
status enabled

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.