Back

appwrite cloud currently slow response? react native, app store

  • 0
  • React Native
  • Apple
  • Cloud
7oaker
24 Dec, 2024, 20:18

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

TL;DR
Developers are experiencing slow response times in their React Native app using Appwrite Cloud. They are encountering delays when making database queries and accessing data. The issue seems to have arisen suddenly without any recent updates to the app. Suggestions include checking network connection, testing ping speed to cloud.appwrite.io, and providing more details about the specific API calls and services affected. It is noticed that the general performance of Appwrite Cloud remains consistent.
7oaker
24 Dec, 2024, 20:19

66d453f2003155309653

Eldad
24 Dec, 2024, 20:20

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.

7oaker
24 Dec, 2024, 20:23

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.

Eldad
24 Dec, 2024, 20:48

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?

D5
24 Dec, 2024, 20:59

How many results are being returned?

D5
24 Dec, 2024, 20:59

What are the response times?

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more