
I'm running appwrite self hosted on a contabo vps, version 1.6.0. I experience very slow login in my web app (>10s), and the appwrite admin panel also seems very slow.
TL;DR
Developers are experiencing slow login and operations; error messages regarding logging provider and DSN issues are appearing. The CPU usage exceeds 100% during login, causing delays. This is happening on a Contabo VPS with Appwrite version 1.6.0.
**Solution:** Check the DSN configuration, ensure it includes the required scheme. Update to the latest version of Appwrite if possible, as improvements may have been made to performance.
I ran top during the login process and php was using > 100% CPU.

TypeScript
Failed to initialize logging provider: Unable to parse DSN: scheme is required
[Error] Timestamp: 2024-11-12T11:21:03+00:00
[Error] Method:
[Error] URL: /apple-touch-icon-precomposed.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1051
Failed to initialize logging provider: Unable to parse DSN: scheme is required
[Error] Timestamp: 2024-11-12T11:21:03+00:00
[Error] Method:
[Error] URL: /apple-touch-icon.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1051
Failed to initialize logging provider: Unable to parse DSN: scheme is required
185.177.116.106 is not a publicly accessible domain. Skipping SSL certificate generation.
Recommended threads
- Invalid document structure: unknown attr...
Unexpected error while trying to add a domain. Not sure if this has any relation to this, but I have updated to v1.6.2 from v1.6.0 recently.
- console messaging - Error 500
Hello, on my self hosted instance (1.6.0) after I tried to use the messaging feature and press "send" for a test message, I get "Error 500" for the messaging t...
- Selfhosting problem
I'm migrating from cloud to self-hosted. I tried using 'Export to self-hosted instance' and use my free Ngrok domain as Endpoint self-hosted instance, but I got...
