I've experienced a similar effect but from a fresh operating system reinstall from any of Windows, Mac and Linux. I expect it's due to a fresh disk format and install, so all the files should be unfragmented for faster sequential reads. Also over time the search indices and data builds up which just makes things slower.I haven't used Windows 11 much myself but I just thought I would mention this. I've even seen this effect on an iPad where a fresh install makes searching fast again but over time the search function just becomes excruciatingly slow.
tssva|3 years ago
nateb2022|3 years ago
Another big factor is browser caches -- they degrade the storage medium and slow with age. I disable on-disk and persistent caches entirely in Firefox by setting `cache.disk.enable` to false in `about:config`. I've found that by doing all three, I prevent a lot of needless read/write/thrashing of my storage, and also increase performance a lot since there's less IO going on. With the proper configuration, I've found that any OS can stay fast over time.