I am using markdown card to collect data from sensors containing data-sets through their attributes,
date:
- day 1
- day 2
- etc ..15
value:
- val1
- val2
- ..15
val_comment
- valcom1
- ....15
The markdown card constructs tables with (above case) 3 columns and 15 rows, using template and applies CSS. A dashboard contains 4 tables of similar setup.
The thing is, the tables are quickly displayed, but the css formatting can take 3-5 seconds
I am no expert in this but I assume that the css runs client-side and my laptop is not really sow so I am wondering if I can track the performance in some way, possibly it is running into loops or errors…the logs do not show anything