Hi! I’m using and HTML element on my Bubble app to show an iframe that loads a table (or a graph) from a Google Sheets.
It’s simple: On your Sheets graph press on the 3 dots (top right) and select “Publish”, then copy the embed code and paste it on the Bubble HTML element.
The problem is sometimes it takes ages for the graph/table to be displayed on the frontend. It’s a random loading time (sometimes it’s fast, sometimes it takes 10s), which makes the user experience really bad. I’ve tried boosting the capacity of the app, but it seems that’s not the problem, so it could be a problem with the loading speed of Sheets graphs/tables via a iframes.
Is there a way to speed up the loading speed of such Sheets iframes?
At the end, I want to show an updated version of a graph or a table on my Bubble app. Actually, a bunch of them (but only 1-2 are shown at a time).
Thanks!