Seeing about 124ms response time from the server when doing a post to api.website.com with the app hosted on app.website.com
I thought it was due to cloudflare. In my local setup
api.server.local:9090 (appwrite) app on localhost:3000 produces 640ms response time. Are there any ways to reduce this ?
Now, I know it's not THAT slow but I would expect it to be near-instant, shouldn't it be ?
That's def. not normal lol
how much do you think it should be ?
On localhost?
somewhere around 5ms or less lmao
I mean tbf it's not localhost its another computer, but on my local network
😦
You are hosting on an other computer in the same network?
Have you tried doing the request on the computer where you host it?
Recommended threads
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...
- Can't update to 1.9.0
I'm trying to update from 1.8.1 to 1.9.0 but I keep getting this error: ```http://appwrite/v1/health/version => Operation timed out after 2001 milliseconds wit...
- Function executions not getting logged b...
Hello, I have just upgraded on a self-hosted 1.8.1 to 1.9.0 and I have a strange bug where my functions are no longer showing executions in the console, howeve...