📄 Article
✓ Link checked
Free
Intermediate
Why we picked it Workload and speed problems share a cause: work your app repeats needlessly. This lays out the cache once and reuse pattern (do a search, store it in a custom state, reference it everywhere) that both speeds pages and cuts cost. Concrete tactics you can apply to a specific slow page.
How to optimize Workload Units in your Bubble app
From Minimum Code by Tom (Minimum Code) 15 min read
- Do a heavy search once and cache it in a custom state
- Reuse the cached list instead of re searching per element
- Cutting repeated searches speeds pages and lowers workload together