switching from monster card (fast) to auto entities (slow)
See original GitHub issueWanted to move my last few monsters cards to auto entities, because it’s marked as deprecated.
The thing is my card gets extremely slow with auto entities, it’s gets stuck when scrolling it. When I switch back to monster card it works flawlessly.
This is an example:
- type: custom:monster-card
show_empty: false
card:
type: entities
title: 'On'
filter:
include:
- entity_id: "automation.*"
state: "on"
- type: custom:auto-entities
show_empty: false
card:
type: entities
title: 'On'
filter:
include:
- entity_id: "automation.*"
state: "on"
Why does it work fine with monster card?
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Auto-entities - Automatically fill cards with entities
@thomasloven I tried to moved from monster-card to auto-entities but I have an issue with Boolean attribute. The following card was working with ......
Read more >OWNER GUIDE - Power-Pole
SPEED CONTROL. The Dash Switch has 3 speed settings (slow, medium, or fast). Pressing and releasing the “Speed Control” button will toggle through...
Read more >Tutorials/Improving frame rate - Minecraft Wiki - Fandom
Frame rate (also known as FPS) is the frequency rate at which a video device produces unique consecutive images called frames. Frames are...
Read more >Slow rendering - Android Developers
If your app suffers from slow UI rendering, then the system is forced to skip frames and the user will perceive stuttering in...
Read more >Cult of the Lamb Tips Guide: 10 Things the Game Doesn't Tell ...
Tarot cards are the key to surviving in Cult of the Lamb's dungeons, so it's critical you locate them when going from room...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Load times should be shorter now.
(Monstercard did have a measureable delay, but that doesn’t really matter, I’m just nitpicking)
Well, not really.
For me still monster card worked instantly and auto entities takes a moment to load. Would like to leave it open to see if other users that switch from monster to auto have this too.