- Issue created by @balintbrews
- 🇮🇳India soaratul
I am concerned for a page having too many components, in that case all the component's props data would get stored into redux cache after fetching them - so for too many components there would be too many api calls on page load itself, that might slow down the performance of the page.
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
so for too many components there would be too many api calls on page load itself, that might slow down the performance of the page.
That's a fair point!
It could indeed easily happen that >100 components are in use, at which point that's 100 requests and … a lot of form state being generated on the server side too.
I think that means this should be closed. @balintbrews, do you agree?