Tips & Tricks To Make Your Site or App Efficient

Hi All,

I’ve been trying to optimize my site to focus on performance and speed and have seen multiple people refer to efficiently setting up workflows and design.

In general, what tips/tricks have you used to successfully accomplish this? What are things to avoid?

Thanks!

Hello JP29,

Bubble has dedicated a whole section in the manual to this topic:

https://manual.bubble.io/architecture-optimization-and-limits-of-the-bubble-engine/performance-and-scaling

I think as the developers they are the most qualified to answer this question.

But if you want a summary avoid unnecessary database calls and when the information does not need to be stored permanently use a state variable instead.

Cheers

1 Like

Oh wow, good to know this exists. Thanks for sharing!