-
Generally, the response time of our cloud is good, but sometimes and increasingly often the response time increases into an abnormal range (well over 10,000ms).
Here is an example where you can see the normal and abnormal reaction time:
Currently, no 1:1 calls via Talk want to work either, then the Nextcloud does not respond at all. Currently there are about 30 users active at most.Does anyone have an idea what this is due to?
In the log file I can only find the following recurring errors:
Box GET /well-known-handler/openid-configuration 404 Not Found No custom well-known config 1.976 ms - 71 Box GET /well-known-handler/openid-configuration 404 Not Found No custom well-known config 0.685 ms - 71
But the htaccess file (not .htaccess file!) already contains the following rules:
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt RewriteRule ^$ /remote.php/webdav/ [L,R=302] RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L] RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L] RewriteRule ^\.well-known/webfinger /public.php?service=webfinger [QSA,L] RewriteRule ^\.well-known/nodeinfo /public.php?service=nodeinfo [QSA,L] RewriteRule ^\.well-known/carddav https://%{HTTP_HOST}/remote.php/dav/ [R=301,L] RewriteRule ^\.well-known/caldav https://%{HTTP_HOST}/remote.php/dav/ [R=301,L] RewriteRule ^remote/(.*) remote.php [QSA,L] RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L] RewriteCond %{REQUEST_URI} !^/\.well-known/(acme-challenge|pki-validation)/.* RewriteRule ^(?:\.|autotest|occ|issue|indie|db_|console).* - [R=404,L] </IfModule>
-
-
@fbartels Thanks for the tip! I also had that as a first guess and have already increased the memory for redis a few weeks ago. Unfortunately, since then no improvement. Also I have increased the memory for mysql, unfortunately also without success.