nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

thumbnail generation stops #524

Closed ghost closed 4 years ago

ghost commented 5 years ago

thumbnail generation in semi-large(not really that large) folders hangs. I don't know the exact number of photos I scroll through before I stop seeing thumbnails, probably around 200 or 300. Does anyone have any insight into what[typically] is causing the generation to stop? I'd be happy to help, but imagine some people already have ideas about what's causing it, would like to not start from scratch.

ghost commented 5 years ago

I just scrolled through a large photo folder in gallery view on a newer computer and the performance was much better(though it did eventually get much, much slower) - making me think maybe TOO much is being asked of the client/browser. Is virtual scroll an option, i.e. just load a few pages worth of pictures at a time, not thousands? I'm not 100% certain, but it really seems like a browser performance issue

skjnldsv commented 5 years ago

Hey this is probably coming fro your setup. Hello! I will need your browser console log to investigate this issue. Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.

How to access your browser console (Click to expand) # Chrome - Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. - Alternative method: 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. 2. Click the “console” tab. # Safari - Press CMD + ALT + I to open the Web Inspector. - See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) # IE9 1. Press F12 to open the developer tools. 2. Click the “console” tab. # Firefox - Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). - or, if Firebug is installed (recommended): 1. Press F12 to open Firebug. 2. Click on the “console” tab. # Opera 1. Press CTRL + SHIFT + I to open Dragonfly. 2. Click on the “console” tab.
ghost commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.