-
Notifications
You must be signed in to change notification settings - Fork 22
HTML response may be too large/long to generate #211
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
Comments
See also ltb-project/white-pages#1 |
davidcoutadeur
pushed a commit
that referenced
this issue
Feb 7, 2025
Some thoughts:
|
Another related issue: #207 |
davidcoutadeur
pushed a commit
that referenced
this issue
Apr 18, 2025
davidcoutadeur
pushed a commit
that referenced
this issue
Apr 18, 2025
Draft
davidcoutadeur
pushed a commit
that referenced
this issue
Apr 22, 2025
davidcoutadeur
pushed a commit
that referenced
this issue
Apr 30, 2025
davidcoutadeur
pushed a commit
that referenced
this issue
May 13, 2025
davidcoutadeur
pushed a commit
that referenced
this issue
May 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a page generates a LDAP query that returns a huge number of records, then all of them are processed on the backend to generate a HTML page containing all the results. Pagination is completely handled on the frontend side, hiding/showing elements corresponding to the page number.
There are drawbacks to this approach:
The pagination system architecture should be reconsidered to only return current page of results and request the backend at each page change.
The text was updated successfully, but these errors were encountered: