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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...