Everything from

Minimum Code

1 resource from Minimum Code we point founders to, and the questions each answers.

📄 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
Open minimum-code.com
eChai Partner Brands