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

OwnCloud doesn’t work well with many images #25704

Closed
dult opened this issue Aug 5, 2016 · 6 comments
Closed

OwnCloud doesn’t work well with many images #25704

dult opened this issue Aug 5, 2016 · 6 comments

Comments

@dult
Copy link

dult commented Aug 5, 2016

Steps to reproduce

  1. Have a folder with 6000 image files and over 24gb of data.
  2. Search made from outside the folder shows image links that can be opened.
    (search made from inside the folder only returns image links of images that had been scrolled to).

Expected behaviour

Clicking/opening in new window should load the image for download.

Actual behaviour

Server starts loading then freezes.

Specs

CentOS 7.2 X86_64 Standard

Intel Xeon E3-1230
16GB RAM DDR3 ECC
2x 1TB SATA 3
RAID 1 Hardware

SQLite
PHP5.6

ownCloud 8.2.7 Stable

Fresh install from 8.2.

From ownCloud files.

Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
Doesn't show nothing in chrome and firefox.

Activated apps.
Activity
Deleted files
First Run Wizard
Gallery
Mail Template Editor
Notifications
PDF Viewer
Provisioning API
Share Files
Text Editor
Updater
Versions
Video Viewer

'**_', 'passwordsalt' => '**_', 'secret' => '/**_', 'trusted_domains' => array ( 0 => '**_', ), 'datadirectory' => '/home/**_/public_html/data', 'overwrite.cli.url' => 'http://**_', 'dbtype' => 'sqlite3', 'version' => '8.2.7.1', 'logtimezone' => 'UTC', 'installed' => true, 'theme' => '', 'loglevel' => 2, 'maintenance' => false, ); **Are you using external storage, if yes which one: NO **Are you using encryption: NO **Are you using an external user-backend, if yes which one: NO ### Client configuration Chrome, IE11, Firefox Windows 10, ### Webserver log [server.txt](https://github.com/owncloud/core/files/403681/server.txt) ### ownCloud log (data/owncloud.log) [owncloud.txt](https://github.com/owncloud/core/files/403677/owncloud.txt)
@hodyroff
Copy link
Contributor

Can you reproduce this with the newest version 9.1.0, please?

@dult
Copy link
Author

dult commented Aug 24, 2016

I've updated my owncloud to 9.1.

It still can't open images when clicked in the folder with 6000 images.

What extra information is necessary?

@PVince81
Copy link
Contributor

Does it also hang if you try opening the very first image inside the folder without scrolling down ?

If it's slow, then it means the gallery app (which is the one providing the popup image) maybe first tries to render all 6000 rows before opening the popup, which is likely to be slow.

@PVince81 PVince81 added this to the backlog milestone Dec 21, 2016
@PVince81
Copy link
Contributor

Note: it is likely a bug in the gallery app because that's the one that opens the slideshow preview.

@ownclouders
Copy link
Contributor

Hey, this issue has been closed because the label needs info is set and there were no updates for 14 days. Feel free to reopen this issue if you deem it appropriate.

@lock
Copy link

lock bot commented Aug 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 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

4 participants