| Summary: | Sorting is slow for 'type' column | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Brennan Kinney <polarathene-signup> |
| Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | popov895 |
| Priority: | NOR | ||
| Version First Reported In: | 17.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Brennan Kinney
2017-05-17 12:38:18 UTC
Sorting by type needs to check the MIME type, which means it needs to load the file contents. (In reply to Christoph Feck from comment #1) > Sorting by type needs to check the MIME type, which means it needs to load > the file contents. Is there no way to cache the sorted result the next time the directory is accessed with the type column for sorting? If nothing has changed within the directory, such as navigate up/back and then to the directory again...why does the directory contents need to be sorted again? Is memoization not an option? Or in my case an extension column to sort would probably work just as well without requiring to load file contents? (In reply to Christoph Feck from comment #1) > Sorting by type needs to check the MIME type, which means it needs to load > the file contents. Why not to sort by file extension? |