I have setup so many instances over the months on different servers and the web ui always takes 40s to a minute to load per page I have always used redis for caching and the best methods even the aio docker image(s) are really slow.
kind of just been living with it for the past month or so but its really annoying when others are saying theirs takes seconds to load.
cpu is low 0.2% but ram seems fine using 2GB and looking at the logs in the web ui the only one i have really gotten is
[PHP] Error: Doctrine\DBAL\Exception\DriverException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 7 FATAL: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request. at /var/www/html/3rdparty/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php#91
PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json
from 192.168.200.200 by admin at 2023-06-24T15:08:05+00:00
well i guess someone proficient with that kind of stuff can do something with that^^ i am not but this sounds like it could be part (or root) of the problem