I try to understand the page unload behavior in Basic UI.
I use a customized page, with several Widgets - the page gets loaded quite fast.
However, when the page gets unloaded - when choosing the Settings for the menu - everything is noticeable delayed. It takes several seconds until the Settings menu gets displayed.
It seems the delay is caused by items retrieving persistent data before unloading the website.
I removed some widgets for testing and the unload time gets improved.
I’m just wondering this is a normal behavior, as I didn’t expect to see that persistent data gets retrieve when the page gets closed?!
any idea @Lolodomo?
I use some widgets with persistent data but also repeaters. Last does consume performance- this is clear to me. Just wondering, why it impacts the performance when unloading the page?
You are right - my fault, its Main UI, not Basic UI.
I have several own developed widgets with gauge and charts using persistent data.
In addition one widget is using repeaters to indicate issues with network sensors, battery state, etc.
Loading the page is very fast. Also changing the different pages with the tabs (Home, Klima, Rollo, etc.) is instantly updating the content.
However, when I want to open the settings menu to open the Things, Items or Model page it takes several seconds to get the “Settings page” displayed.
I removed some widgets for testing and this improve loading the settings page.
I’m just wondering why loading the Main page with all the widget is very fast. But it takes very long to unload the page???