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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...