I have a VPS Hosted Appwrite in Australia(Sydney & Melbourne) and Both are Slow. So If I click on a Menu Button in Appwrite Console, it takes 2-3 sec to load the page and I'm in Singapore.
But I just Used Appwrite Cloud and Its Fast. I think Appwrite team said it is Hosted somewhere in Europe. I'm just Curious to know How is it fast. Thanks
Not a 100% sure if they do this, but i'll try to explain in layman's terms.
Most cloud providers have multiple servers. Meaning that there isn't just one server with their product. There's multiple locations around the world that host the product, which makes it easier for end users to get good latency. Kind of like how a CDN works.
The core team can clarify if this is in fact what they do, or i'm just saying random things lol
Hey there π We only support 1 region for now, which is in Europe (frankfurt, I believe).
We will be adding more regions support and edge CDN in the future.
You can try to host your VPS in Europe as well to see if that makes difference to your speeds. While Appwrite Cloud is scaled really well, there is no reason for self-hosted instances with 1 project to be slow.
[SOLVED] Out of Curiosity, Appwrite Cloud is Fast
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...