i have my app Breezer in the app store and since about yesterday it is unusable because everything like loading data is very slow. I'm not sure what is the reason as i did not change or update the app in the meantime
66d453f2003155309653
Please share more information. Are all API calls slow? specific requests or specific service? Is it specific to your database? what queries are you making?
Looking at Cloud's monitor there is not change in general performance vs previous weeks.
mainly i use asynch javascript function like export const signIn = async (email, password) => { account.getSession("current"); when the user clicks a button which calls databases.createDocument() it takes about 6 seconds till i get response also const snusUsage = await databases.listDocuments( config.databaseId, config.userSnusUsageCollectionId, [Query.limit(5000)] // Set limit to 5000 ); for exampel this code, but there is not a lot of data yet inside? do you have any idea, cannot debug a lot now as it is an app on the phone.
How are you checking this? have you tested your network connection? do you have network logs?
Can you check your ping speed to cloud.appwrite.io?
How many results are being returned?
What are the response times?
Recommended threads
- appwrite push function (CLI) does not wo...
Hi! I am trying to deploy my function with appwrite CLI. Till today, it worked every time, very well, but because of some reason I am getting this output when u...
- Error 400 Invalid success param: URL hos...
Error 400 Invalid success param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, * Type: general_argument_invalid getting this issue for r...
- Problem with `appwrite push function` - ...
Hi! I am trying to deploy my function with appwrite CLI. Till today, it worked every time, very well, but because of some reason I am getting this output when u...