I have a chat app built with Flutter. When I send a message, it doesn't appear immediately in the chat; instead, it waits for a real-time event from Appwrite. Specifically, the message is written to the Appwrite document, and then a real-time trigger updates the chat to show the message to everyone, including the sender. I've measured the response time, and it's typically around 490 to 600 ms, which is acceptable. However, at times, there’s a delay of 2 to 3 seconds. Is there any way to fix this?
Recommended threads
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Need help to create a wrapper which let ...
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...