You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Open the browser debug utils to observe sent requests and received responses
Open the gallery app
Open any photo album
Click on the "gallery view" icon
Let some picture thumbnails load while observing the request timings and response codes
refresh the page
Again, let some picture thumbnails load while observing the request timings and response codes
Expected behaviour
After reloading the page the thumbnails should not (1) be loaded again from the server but instead from local cache, or at least (2) should not be recreated on server-side as the corresponding thumbnails were already created and stored on first load of the photos.
Actual behaviour
Loading of the thumbnails after relading the page takes exactly as long as the first time. Response times of 6-12s indicate that the thumbnails are even recreated. Checking the CPU load with "top" confirms this: High CPU load for php-fpm processes.
Server configuration detail
Operating system: Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64
Webserver: nginx/1.14.0 (fpm-fcgi)
Database: pgsql PostgreSQL 9.5.7 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005, 64-bit
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Client configuration
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Operating system:
Logs
Browser log
Insert your webserver log here
Nextcloud log
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Previews should not be recreated, so there may be a bug there, but you are correct that they are not cached by the browser. This is a known limitation that we'll try to fix in the future.
Steps to reproduce
Expected behaviour
After reloading the page the thumbnails should not (1) be loaded again from the server but instead from local cache, or at least (2) should not be recreated on server-side as the corresponding thumbnails were already created and stored on first load of the photos.
Actual behaviour
Loading of the thumbnails after relading the page takes exactly as long as the first time. Response times of 6-12s indicate that the thumbnails are even recreated. Checking the CPU load with "top" confirms this: High CPU load for php-fpm processes.
Server configuration detail
Operating system: Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64
Webserver: nginx/1.14.0 (fpm-fcgi)
Database: pgsql PostgreSQL 9.5.7 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005, 64-bit
PHP version: 7.2.5-0ubuntu0.18.04.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, apc, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imagick, json, exif, mysqli, pdo_mysql, pdo_pgsql, pgsql, Phar, remctl, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 13.0.4 - 13.0.4.0
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
Array
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
Client configuration
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Operating system:
Logs
Browser log
Nextcloud log
Browser log
Insert your browser log here, this could for example include:
The text was updated successfully, but these errors were encountered: