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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...