Summary: | hold N previews in memory (i.e. multi-level preview caching) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | elvis.angelaccio, justin.zobel, kfm-devel, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Harald Sitter
2020-06-26 11:10:12 UTC
> At the best of times that will simply result in the job poking the thumbnailer and the thumbnailer reading the cache file from disk, over and over again What's wrong with this? Repeated disk access? > At the worst of times the previewable content has caching disabled entirely (Text thumbs, directory thumbs) Can't we enable caching for those? (In reply to Elvis Angelaccio from comment #1) > > At the best of times that will simply result in the job poking the thumbnailer and the thumbnailer reading the cache file from disk, over and over again > > What's wrong with this? Repeated disk access? Repeated disk access. But also general speed. When going up and down a dir structure there's a noticeable delay in the same thumbs appearing. I'm sure part of it is KIO's fault though (as per the bugs below). > > At the worst of times the previewable content has caching disabled entirely (Text thumbs, directory thumbs) > > Can't we enable caching for those? https://bugs.kde.org/show_bug.cgi?id=423541 https://bugs.kde.org/show_bug.cgi?id=423736 https://bugs.kde.org/show_bug.cgi?id=423538 |