Always On Top - Reading its config file (settings.json) way too often #36586
Labels
Issue-Bug
Something isn't working
Product-Always On Top
Refers to the idea of a Always on Top Powertoy
Microsoft PowerToys version
0.87.1
Installation method
GitHub
Running as admin
No
Area(s) with issue?
Always on Top
Steps to reproduce
Enable the Always On Top feature. Monitor its activity using Process Monitor or a similar tool.
✔️ Expected Behavior
The tool should load its settings file once and keep its config in memory (it's tiny).
If any other PowerToy tools exhibit the same behaviour then they could also benefit from such a change.
❌ Actual Behavior
The program reads its
settings.json
file every single time window focus changes, which is very inefficient.In the interests of improving SSD performance and longevity, I'll be disabling this feature for now, just like I disable the Indexing service.
Other Software
No response
The text was updated successfully, but these errors were encountered: