Single Page: List of items and detail of item: perfomance issue?

When developing our app, we have the option to design

A. Single Page: the list of items and the detail view of the selected item are on the same page.

B. Multiple Pages: the list of items is on one page and the detail view of the selected item is on another page.

In both cases, the item list is paginated to show onlty 50 items at a time.

Questions: if we use the single page design, and say we open URL mypage/12345x12345 to view the details of item 12345x12345, does it actually load the data of all items in the invisble RG? Is the multiple-page design more performant? For a small list of items I would not even ask, but we are dealing with 100,000 + items in the list.

I have the feeling I am missing an understanding of how RG work in terms of data loading. If there is any documentation I missed that could clear me up, I’d appreciate the pointers.

Thank you.

This topic was automatically closed after 70 days. New replies are no longer allowed.