custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
GNU General Public License v3.0
198 stars 23 forks source link

Huge CPU load on server side - probably when using "modify" #81

Closed ildar170975 closed 10 months ago

ildar170975 commented 1 year ago

I have a test page with ~5..7 cards. Every card shows a flex-table-card with ~5 rows. Every card represents some example of using modify option. Nothing super complex, just like this:

Every time I open this page I observe a huge CPU load on a server side. If an average CPU load (measured by top command) is 5..20%, now I see it about 95%. I have to reboot the host then.

image

Using Chrome, Win10x64 as a client. Using x86 mini PC as a server (Debian). HA in Container.

daringer commented 10 months ago

this might also be solved by #103

ildar170975 commented 10 months ago

Seems to be solved!