Most of the times page loading time is ok… but when it started to hang, it can hang for 15 mins for a page to load… what’s wrong with that… recently has been happening quite frequent… anyone ?
Isnt this also an important thing to be focus on for Bubble??
Do you have large amounts of data being loaded? Or in-correct search values? It shouldn’t take near that long. I’ve got quite a bit of data loading at initial page load and it never takes longer than a handful of seconds.
Usually when the page load is that long it’s because of a dependency failing to load, generally a plugin that is downloading a package.
Try running your app in “safe mode” and checking if the load time goes back to normal. If it does, then its definitely a plugin, and you’ll have to identify the page load using developer tool’s network tab to find the culprit.
If the issue starts happening again, you can access safe mode by hovering over the Preview button for a few seconds and then clicking on one of the Safe Modes
Accessing dev tools differs between browsers/systems. You can generally right click on the page and click “inspect” to open dev tools. You can then access the network tab’s waterfall chart.