You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose that the user makes a request to display all items of a certain category and that the number of such items is very large (e.g. thousands of items). The back-end retrieves all items and converts them to display format. This could take very long and be unnecessary because the number of items actually displayed at any given time is very limited.
What can we do to make this process more efficient?
The text was updated successfully, but these errors were encountered:
Suppose that the user makes a request to display all items of a certain category and that the number of such items is very large (e.g. thousands of items). The back-end retrieves all items and converts them to display format. This could take very long and be unnecessary because the number of items actually displayed at any given time is very limited.
What can we do to make this process more efficient?
The text was updated successfully, but these errors were encountered: