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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...