Hi I have an app with a page that shows graphs and tables from Google Data Studio (they are simply embedded using an HTML element).
It works, but it takes a lot of time to load the graphs and tables, and now we’re getting more and more traffic and want to improve the UX.
As the data retrieved from Data Studio is updated only once per day, is there a way to cache the content of the page so that it shows the same version for 24h without making the call to Data Studio? In other words, can we cache a specific page so that it only refreshes every 24h? That would avoid the loading time to fetch the data from Data Studio. Any mechanism or workaround you have in mind would be much appreciated!
Thanks!