-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Icon Caching #16767
Comments
Thanks for the feedback, caching wouldn't help see #16755 (comment) |
Thank you for your feedback, we're working on improving performance and progress is being tracked in #4180. Thumbnails are a tricky one as caching them in Files increases memory usage significantly and is not always faster than loading from the shell. |
Showing the "Common" Folder icon for folders is slow compared to Windows Explorer. Seems the "Files" isn't scanning all the icons of the items when you open a folder rather wait the user to scroll in As far it increases memory usage significantly i prefer to use more RAM to have more responsive UI! Thank you |
Many folder thumbnails display a preview of the folder contents. Even if most folders shared the same icon, adding the logic to check each item for a custom icon would complicate the code and slow down performance (we've tried this in the past).
I acknowledge that performance can be improved, and we are seeking ways to enhance thumbnail performance. Please refer to #4180 for further updates in this area. |
What feature or improvement do you think would benefit Files?
Hello,
It seems files is refreshing icons every time you open a folder which causing a delay.
Caching them like Windows Explorer will make it faster. (or use windows icon caching)
Thank you
Requirements
Caching to a SQLite db or use the icons from windows explorer cache.
Files Version
3.9
Windows Version
Windows 11 24H2
Comments
No response
The text was updated successfully, but these errors were encountered: