My dashboard keeps on hanging

A lot of times, when I open up the app in edit mode, it gets hanged while fetching initial queries, generally when the query time is 1s and then it gets stuck there

Hi @Abhishek_Anita Thanks for reaching out! How many queries are running on page load? Are they querying a lot of data (i.e. thousands of records)? What are the resource types?

Our performance best practices doc suggests limiting the number of queries that trigger on page load. It may be worth switching some of the queries to be triggered manually to see if that helps for page load performance :crossed_fingers: