-
Notifications
You must be signed in to change notification settings - Fork 58
Fixing performance issues programme #18
Comments
From @cbxk1xg on March 12, 2015 23:16 I would be pleased to help you guys with the code. As I wrote earlier, I developed similar stuff before. And I guess it's more an user experience thing than a performance issue. But I do also have some ideas to improve the performance. |
That's great news! :)
In the app itself, we could have this:
But I also would like to hear what you thought of :) |
From @libasys on March 31, 2015 5:51 A new idea to fix performance issue, i have changed the gallery searching mechanism. In OC core you have a function called searchRaw. With this function you can search explicite for a file. My idea, I place or rename an image to "cover.jpg" in a folder. Now with the search function above, we only search for folders with "cover.jpg". With this mechanism you have a simple structure and a big performance improvement. The 2. part, i use the cover.jpg as thumbnail for the folder and as info, so if you add iptc information to this file like title, than the folder gets the title of the cover.jpg! So you need no startpath and no scanning for all files. You have the control what is shown up in the gallery! No need to walk from folder to subfolder and soon! |
Could I ask you to open a separate issue for this so that people can voice their opinion? |
occ command to generate thumbnails: owncloud/gallery#387 |
There is now a PR to show thumbnails before the row is completed: #511 |
Thumbnails are generated via external app |
From @oparoz on February 28, 2015 12:19
This is a meta ticket which tracks all the various work being done to improve the performance of the app
Please support and comment on individual tickets if you want to help as it's difficult to track what's important to backers otherwise.
Loading the app
Getting thumbnails
core
solution Migrate preview generation to async job execution owncloud/core#11685For issues in
core
, see this meta ticket: owncloud/core#13609Things should be much better on oC 8.1+, once core can generate thumbnails in seconds rather than minutes for large media files.
Feel free to add your thoughts and to raise new issues to address specific problems.
Copied from original issue: owncloud/gallery#43
The text was updated successfully, but these errors were encountered: