-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a device filter slows down a performance #379
Comments
Test with |
@ildar170975 minor improvement in speed but still causes the tablet to respond slowly. Example - When that component is disabled in the dashboard selecting another tab in the dashboard responds almost immediately. With the original config above it takes probably 20-30 seconds to response. With last-changed it takes 10-20 seconds. |
What about a normal desktop PC? Does it have slow performance too? In my experience, I may notice slow performance only when number of rows is large. |
@ildar170975 The performance issues are not noticeable on my desktop. I removed the device rows (the three below) and the performance does appear much better. Is this expected?
|
My experience:
No idea.... To test it, here is what you can do: |
I think your on to something. I switched to try sensor instead of binary_sensor (as my alarm panel has both) and the performance issue was still there when using the device filter. Then I switched to this
Basically removed the device filter and just said to include the sensor domain and the performance is really good again (even though I have extra items being returned that I don't want). Is there just a bug with how the device filter is applying? or is this a known performance issue? |
|
Thanks - updated both. |
Yes this is correct, been having same performance issues. I was able to improve it by minimizing how many entities i have on the exclude filter. I was able to accomplish this by using - hidden_by: '*' filter and disabling visibility on entities i dont want showing up in auto-entities. It was especially slow when editing auto-entities cards now it is much better. |
Hello,
I've been trying to figure out why my fire tablets are running slowly (i know - they are always slow) but i believe it is being caused by the auto-entities card. When I remove it from my dashboard the performance returns to normal.
I am running v1.12.1
Here is my YAML. Any ideas why this might be causing slowness? I have a lot of entities in my instance and the goal of this it to show me open security related items (doors, windows, garage doors, etc)
Is there a good way to optimize?
Thank you
M
The text was updated successfully, but these errors were encountered: