Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lazy loading when displaying lists of elements. #150

Open
AbdelhamidRouatbi opened this issue Jun 13, 2024 · 0 comments
Open

Use lazy loading when displaying lists of elements. #150

AbdelhamidRouatbi opened this issue Jun 13, 2024 · 0 comments

Comments

@AbdelhamidRouatbi
Copy link
Collaborator

When displaying lists of elements, all the elements are loaded from the database, then a pagination is applied. This becomes a problem when the number of elements gets high, making load time of the page very long.
Example: Open ReLiS with demo user, open 'Model Transformation' project, then go to Papers -> All.

Solution:
One way to solve this is to apply lazy loading principles when displaying lists of elements: Only the data that the user actually sees on his screen is loaded from database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant