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
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Appwrite cloud DB server error 500
Getting this error
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...