Photo view: significant faster than on android
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
Your photo view is significant faster than on android.
On android we are using webdav search, which then gets back all images on server (on big instances, this even might take ~15s for 10k images), after that we fetch the metadata info for this files, and after that we have to list them (which is the fastest part).
So all in all this takes 15-20s for 5k images.
What and how are you doing that it is this amazing fast?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by examining the iOS photo view's loading flow and comparing it with the Android WebDAV search, metadata fetch, and listing sequence described in the report. Done would require a clearly specified faster approach, but the issue does not define a requested change or acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios, swift
- Domain
- mobile-dev, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100