Pawel S
Pawel S
I found issues with tabs not responding to taps are related to https://github.com/openhab/openhab-webui/issues/1315 regardless of that the performance is still very bad on a Samsung Galaxy Tab S6 Lite.
looks like the majority of CPU is wasted in glance-helpers.js:findPoints which appears to be called for every badge, removing `console.debug` lines from this function improves load time from 231ms to...
some more recommendations can be found here https://pagespeed.web.dev/report?url=https%3A%2F%2Fdemo.openhab.org%2F
I'm facing the same problem the UI is reloaded both on rotate and on restore. [mueller-ma](https://github.com/mueller-ma) Your patch only fixed reload on rotate, it didn't fix reload on restore (when...