Hello everyone! Maybe someone can help me with my question - I would be very grateful again:
I have connected Xano and load data for my events via the API. We already have 30,000 page views per month on our current live site. We expect the new Toddle site to quickly have over 100,000 page views.
I am now interested in how I can optimize the API requests in order to improve performance and avoid placing an unnecessary load on Xano. It would be enough for me if the events were updated once a day in the frontend. Theoretically, the API does not have to be requested with every page view... that's my amateur thinking haha
There are a few other API requests that I would also only need to update once a day. Does it matter with the 100,000 page views because the number of views is not significant? Or are there ways to store the data “statically” in Toddle. I'm not familiar enough with this because Toddle renders on the server side.