-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Download der Foto Vorschaubilder dauert sehr lange #3016
Comments
This is mostly a problem of the server as the server has to generate preview images in the correct sizes. You can also use https://github.com/rullzer/previewgenerator to generate the previews in advance and not on demand. |
while again the preview generator would have to generate the previews in the requested resolution, right? |
Preview generator is generation most common fixed sizes and then serves the one that fist best, e.g: (only an example, not the real sizes) If you then need 92x92 you'd get 128x128, which is a slight overhead in size, but is faster than generating the exact on. |
Ok, so I can reproduce this:
Is it possible to download the list and images like it is in the web app? So fetch the list by scrolling down. I think this will speed up that page, Is it possible to load the images in async and parallel? |
@Zeromax ok, you are talking about the photo section. This is unfortunaly known and currently a search limitation of the server. We hope to have a better way on next server release (NC15). |
Ah OK. I thought it is related. Thanks for the clarification. |
@tobiasKaminsky is there a ticket for the search limitation on the server? The foto section simply does not work... |
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you! |
Actual behaviour
Download der Foto Vorschaubilder dauert sehr lange. Viele Bilder werden überhaupt nicht angezeigt.
Expected behaviour
Download der Vorschaubilder muss schneller werden. Sonst ist das Fotoerlebnis schlecht.
Steps to reproduce
Environment data
Android version:
Device model:
Stock or customized system:
Nextcloud app version:
Nextcloud server version:
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
NOTE: Be super sure to remove sensitive data like passwords, note that everybody can look here! You can use the Issue Template application to prefill some of the required information: https://apps.nextcloud.com/apps/issuetemplate
The text was updated successfully, but these errors were encountered: