An unhandled error has occurred.
Reload
X
UIZFORGE
Exams
Pricing
Career Paths
Resources
EN
Login
Sign Up
1
/ 5
Intermediate
Performance testing shows one page creates thousands of small requests because a nanoflow retrieves related data inside a loop.
Move database-heavy logic to a microflow or retrieve the required data in a single constrained server request.
Keep the nanoflow because client-side logic is generally faster.
Add a delay in the loop so the runtime is not overloaded.
Use local browser storage for the retrieved objects across tenants.
AI Tutor
Stuck? Get a hint