Page slowness due to large amounts of entities and dataviews

0
             I am running into some slowness on some of my detail pages, due to the number of retrieves that are configured in the page. Currently I have group boxes for each type of product, a location could have (possible 8)? Each product is in separate entities.   Is there a way to only run the retrieve if the group box is opened?   Another example is, I don’t what a data view to try to retrieve from the database, if the visibility is set to false. Can this be done?
asked
1 answers
1

Did you have a look at https://docs.mendix.com/howto6/detect-and-resolve-performance-issues ?

especially

  • Many nested dataviews
  • Many reference selectors
  • Many tabs
  • Widgets
answered