Admin
710ms:
Votes
0
Replies
24
Participants
Unknown
Messages
25
Admin
710ms:
Admin
1100ms is a little slow:
Rank 2: Process
I am taking the current time, and then deducting that from the time the post command finishes.
Rank 2: Process
last test was better just over 1100
Admin
whats the code?
Rank 2: Process
it won't mean a whole lot to you its not a well known platform,
put the milliseconds into tStartTime
put tsNetPostSync(tFinalURL, tRequestHeaders, tData, tResultHeaders,tResult["data"],tBytes) into tResult["data"]
put the milliseconds - tStartTime into tFinalTime
Admin
and what is tsNetPostSync?
Rank 2: Process
its a function that sends the post request with the headers and request body. The sessin is correctly created so my parameters are good...and the final url is .... https://cloud.appwrite.io/v1/account/sessions
Admin
im just worried there's extra thing being done that can make the elapsed time bigger
Rank 2: Process
no, there isnt, not that i know of.... i will do a test using insomnia and i'll come back to report the time
Rank 2: Process
I'm sorry to report ... sending requests through insomnia is just as slow. 😦
Admin
Creating email session takes 1-2 seconds
Admin
any better? maybe 1s instead of 3?
Admin
Creating email session takes 1-3 seconds
Rank 2: Process
yes its better.... last 3 tests were under 1s
Rank 2: Process
but the 4th test took 3s again
Moderator
This looks like a network or routing issue
Rank 2: Process
How could I test where this latency is occuring?
Moderator
Check your connection with:
https://speed.cloudflare.com/
Do you see any drops in speed or increments in the latency during the test?
Rank 2: Process
Rank 2: Process
still slow getting results from appwrite cloud
Moderator
That looks ok
Moderator
I suggest trying with a different project if you didn't tried yet
Rank 2: Process
This project is empty except for 1 user
Admin
we made some changes. how are things now?