I am having this warning in bubble

Hi i am having this warning due to which my app is is slow.

Your page has downloaded more than 4.3 megabytes of data via searches. This can slow down your app, you could look into simplifying it to download less data.

I have a table which has almost 8gb entries but i am not loading that table on this page. then why i am facing this warning.

thank you

Where are you seeing this warning?

in debugger mode on the bottom right side

It is exactly what it states. I’ve had this happen a few times and it was due to some bad practices I had. I was loading large amounts of data.

Go through all your data points (elements and actions where you search for data) in the debugger.

yeah i go through. Is it because i am having that table related to another(that one that i am using do a search for)?
like i have parent table is province and city is related to that province.