owncloud-archive / documents

ownCloud Documents is collaborative editing of rich-text documents.
http://owncloud.org/
137 stars 55 forks source link

infinite scroll #28

Open VicDeo opened 11 years ago

VicDeo commented 11 years ago

to implement

jancborchardt commented 11 years ago

What does currently happen? All are just shown, or a »load more« button?

VicDeo commented 11 years ago

@jancborchardt All are shown

LukasReschke commented 10 years ago

I'd like to bump this, due to the I/O costly preview generation with LibreOffice an instance with a lot of documents gets DoS'd since the generation is suboptimally implemented in core.

I think for now infinite scroll might be a good solution since not all previews have to get generated then. (Which should btw. happen in the background as cronjob, but that is a core issue...)

LukasReschke commented 10 years ago

It also requires a lot of memory since on high-density screens (i.e. my retina MBP) a lot of images with 400x400 pixels are loaded which doesn't perform very good if you have a few thousand documents ;-)