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
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. read...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...