sterrenb / flutterhole

A third party Android application for the Pi-Hole® dashboard.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole
MIT License
400 stars 27 forks source link

App UI performance dips dramatically if the number of queries in the history graphs is large (10^6+) #71

Open jdrch opened 4 years ago

jdrch commented 4 years ago

I discovered this on Sunday night when my Pi 3B+ went nuts (my mistake) and fired off nearly 2M queries in the space of a few hours. Somehow that made the app really slow. The actual Pi-hole web UI continued to be responsive, though. Ergo, I think something is wrong with the app.

sterrenb commented 4 years ago

Hi, that sounds about right. Some queries from the app currently retrieve all data, which can add up. Expect better performance in the upcoming beta!

jdrch commented 4 years ago

Expect better performance in the upcoming beta!

Thanks, great to hear :)