floorplan take 10 second to load #377
Replies: 2 comments 1 reply
-
Firstly we can’t read your yaml because you didn’t format it. Secondly, browser load times are dependent on factors factors such as your network, your server, your SVG size….you will need to look at all these things. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Found the issue. My CSS file was empty, I had to add This resolved the issue, and now it's instant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured the floorplan as follows:
`
path: floorplan
theme: Google Dark Theme
panel: true
type: panel
badges: []
cards:
console_log_level: info
defaults:
hover_action: hover-info
tap_action: more-info
image: /local/custom_ui/floorplan/paradise-320.svg
cache: true
rules:
stylesheet: /local/custom_ui/floorplan/paradise.css
full_height: true
type: custom:floorplan-card
`
and according to browser inspect, it takes 10 seconds to load.
Is this normal or bug?
Version : 1.0.39 running on Raspberry Pi4 as a docker.
Beta Was this translation helpful? Give feedback.
All reactions