Skip to content
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

Performance problems with large file lists #3817

Closed
DanielAW opened this issue Jun 22, 2013 · 5 comments
Closed

Performance problems with large file lists #3817

DanielAW opened this issue Jun 22, 2013 · 5 comments

Comments

@DanielAW
Copy link

( Edited title.Jan)

For better performance while loading folders with huge number of elements in it it would maybe faster when only the first 100 elements will be displayed.
The rest of the elements could be accessed by page turning: Lazy Loading

See: http://www.primefaces.org/showcase/ui/datatablePagination.jsf
(I know evil Java ;-)

@jancborchardt
Copy link
Member

Please just state the problem, we will decide on proper solutions and implementations. Pagination for example makes no sense for file lists, or any lists for that matter. It is highly intrusive and creates extra work for people. A better solution for this would be to handle this via virtual lists, for example like described in http://sergimansilla.com/blog/virtual-scrolling/
I edited the title accordingly.

And as always, we’re happy about pull requests. @DanielAW can you work on that? Also join us in #owncloud-dev on IRC.

@DanielAW
Copy link
Author

@jancborchardt
I would try to imlement that. But it will take time for me to study the code. Im not totally familiar with PHP.
I would give me a maximum time limit of 1 month. Whould that be ok?

@jancborchardt
Copy link
Member

@DanielAW sure that’s ok! We’re an open source project and I’m not your boss. :) Just make sure to join #owncloud-dev on IRC so we can help you with any questions. Also, this specific issue is probably better solved with JS/AJAX than with PHP. Anyway, if you look into it you’ll probably know better what works good. :)

cc @icewind1991 @butonic just for info.

@DeepDiver1975
Copy link
Member

please sync up with @raghunayyar as he will work on improvements on the files app as well soon.

:marvel_team_up:

@jancborchardt
Copy link
Member

This is a duplicate of #251 by the way. Closing hence, let’s continue there. :)

@lock lock bot locked as resolved and limited conversation to collaborators Aug 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants