Queries constantly running

I'm working on an app with multiple pages. Lately, when I edit the home page/dashboard, the queries that are running the app keep running and don't stop until I leave the dashboard. I'm attaching a few screenshots. Anybody know what's happening? I don't think this was an issue before - it's preventing me from using some of the capabilities on the dashboard such as edit and add.


Screenshot 2023-10-30 at 2.31.28 PM
Screenshot 2023-10-30 at 2.31.21 PM

2 Likes

Same here. Refresh helps but it is quite annoying as it happens very often.

1 Like

I started to notice it late last week...

Check if any query have run query periodically

Agreed with @agaitan026 :slightly_smiling_face:

It would also be helpful to see the debug console as it lists all of the triggered queries. Oftentimes if you expand the query in the debugger, it has more information about why the query ran

1 Like