Hi there, Im currently with my app in the process to reduce the number of api call as much as I can for performance purpose, currently I have a lot of components who make api call ( especially this kind of structure who make my app running slowly : parents container who check the result of the api calls of the child components )
I already know that I can use the Caching feature with Xano who speed up the api calls but its only for static datas so I cannot enable it for everything, would like to know if you guys have some tips for this situation, Im trying use the local session storage for reduce the api calls but not sure if it's optimal.
Thanks a lot!