Hello everyone, I’m facing an issue with fetching data from a Supabase query in FlutterFlow. I need to count the number of rows and display the result in the UI, but the query takes a long time to load. As a result, the loading indicator is visible for an extended period. Any suggestions on optimizing the query or improving performance?
Optimizing Supabase Query Performance for Fetching Data in FlutterFlow
Database & APIs
I have tried reducing the number of Supabase queries by fetching only one query per table. I also used a count function in the SQL editor and stored the result in another table in Supabase to calculate the total rows directly in the database. Then, I displayed that single value in FlutterFlow. However, the query is still taking time to load.
No
1
3 replies