Closed bertrand-benoit closed 2 years ago
Thanks for your answer, even with a performance value of 1, the issue is the same.
Anyway, because I disabled favicon, why the application is fetching icon for each password? I do not want this feature, I just want it to answer my search (there is no need to list everything, or to fetch any icon). How can I fully disable the favicon feature?
Please, How can I fully disable the favicon feature?
There really isn't a way to disable this. Setting the service to none just means that the api always responds with the default image.
You can check the following (counter intuitive) method. Set the performance level to 0. Then open the developer tools of Firefox and enable the option "Disable Cache" in the Network tab. Then check the passwords app and see if now only one icon is fetched at a time.
Ok many thanks, I'll try this very soon.
Anyway, please, could you consider adding on option allowing to 100% disable this favicon feature please? I think it may be a quick win update, and believe on some server (like Gandi, with limited PHP fpm), it would be a drastically performance improvement.
System Information
Server:
Client:
Steps to reproduce
Expected result
Almost immediat answer for only one password on about 500.
Actual result
Server 100% down (503 unavailable) because of too much simultaneous requests (the server has limited PHP fpm which are quickly reached).
Nextcloud log
Nextcloud log
``` - Open the Nextcloud admin settings - Open the "Log" section - Click the "Copy" icon, then Copy Raw ```Browser log
Browser log
``` [...] Hundreds of 503 error ... Failed sending heartbeat, got: 503 UserStatus.vue:161 Slowing down notifications: instance is in maintenance mode. [...] ```