Lately I’ve been having speed issues in home assistant. Not so much the operation at home (or I don’t notice it), but when I make adjustments.
For example, calling up an automation takes much longer to load.
Also when I adjust a dashboard and I go to the “raw configuration editor” and search for something via CTRL+F, the view doesn’t jump to that line.
Home assistant runs on an Odroid N2+
I’m working on a Windows laptop (with Google Chrome with all extensions disabled).
Browser console can be shown in code inspector in chrome, other browsers have similar tools.
Metrics like memory, swap etc can be gathered by a command like “top” inputted in a command line.
I’m seeing the same issue on my RPi5 8GB.
It seems to find the string I’m searching for - I tried that with a careful ‘Search & Replace’ - but the editor doesn’t jump to the respective line to show it to me.
Just tried to reproduce your issue and I haven’t been able to.
Search & Replace works perfectly fine here - first click of Replace takes me to the string I’m interested in. Second click replaces the string.
I still haven’t updated to the July (2025.7.x) release for what it’s worth.
That might be good for you in this case - I’m on 2025.7.1
I tend to avoid the .0 versions for exactly for this kind of reason, but it seems like I got caught out this time anyway.
I’m up-to-date with everything on Home Assistant, but still no solution.
Could the problem be the size of automations.yaml ? I tried to reduce it rewriting some stuff, but it had a size of 688 KB. Most of my automations load quick, but I have f.e. a big automation which (just to give an idea) when I paste it in notepad and save it takes 58 KB.
When I copy my complete dashboard via the raw configuration editor in notepad and save it, I have a file of 919 kb. I tough this was the problem (to big), but even with another small dashboard I have that problem.