Best practice: restricting access to authorized users AND minimizing API calls

When reviewing my Xano dashboard API requests, I notice many instances of auth/me calls that are back to back. I think this is because I have page level ‘Private access’ set to authorized users, then the on-page collections have authorization required on the endpoints. I have some pages that have several collections called, so the auth/me gets called 4x on entering the page.

Is there a better way to do this? I don’t notice any performance issues at the moment, but currently I have 3-4 users at one time on the app. I suspect that if I 10x the users, things will start to slow down, so I’d like to get ahead of this now.

TIA