Does list view page size option only retrieve what it needs from the database?

0
As the title says, does the list view only retrieve what it needs when setting the page size? I'm pretty sure it does but wanted to check as we're trying to improve the performance of our app
asked
2 answers
1

With XPATH / database as a source yes it does.

However at least from digging around in Chrome Dev tools, it seems like retrieving by association does not specify the same constraint.

answered
1

Hey Garion,

A list view retrieves all data of an entity and from association with different entities.

 

Hope it helps!

 

If you wanted to ask something else, pls let me know.

answered