-
Notifications
You must be signed in to change notification settings - Fork 25
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
Performance issue when loading and displaying documents with many items in the public interface #1401
Labels
effort: important
US candidate
enhancement
Improvement of an existing feature
f: public ui
Public interface, as opposed to the professional interface
p-High
High priority (to be solved in the 2-3 next months)
performance
Milestone
Comments
pronguen
added
enhancement
Improvement of an existing feature
f: public ui
Public interface, as opposed to the professional interface
performance
triage
labels
Nov 5, 2020
iGormilhit
added
p-Medium
Medium priority (to be solved within 1-2 years)
and removed
triage
labels
Nov 18, 2020
Need to be verified if still relevant in |
Problem is persistent in v.0.14. |
iGormilhit
added
p-High
High priority (to be solved in the 2-3 next months)
and removed
p-Medium
Medium priority (to be solved within 1-2 years)
labels
Dec 2, 2020
There is a related US: US 1909. |
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 20, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401, closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
7 tasks
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 20, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401, closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 21, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 21, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 27, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 29, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Jan 29, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Feb 2, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Feb 2, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Feb 2, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr
added a commit
to rero/rero-ils-ui
that referenced
this issue
Feb 3, 2021
* Implements the holdings section of the document detailed view of the public interface to improve the user experience when loading holdings with lots of items. With the JINJA templates, the performance is very bad. Angular allows to lazy load data and will make easier to add dynamic interaction between the user and the interface. * Adds pagination on holdings of the professional interface. * Closes rero/rero-ils#1401 * Closes rero/rero-ils#1563 * Closes rero/rero-ils#1577 Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
iGormilhit
changed the title
Problem by loading and displaying documents with many items in the public interface
Performance issue when loading and displaying documents with many items in the public interface
Feb 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort: important
US candidate
enhancement
Improvement of an existing feature
f: public ui
Public interface, as opposed to the professional interface
p-High
High priority (to be solved in the 2-3 next months)
performance
How it works
For documents with many items, like mangas (ex: R005112192), all items are loaded and displayed. This leads to performance problem: the page sometimes cannot be loaded.
Improvement suggestion
Only the 5 first items per holdings are loaded and displayed (sorted by field
enumerationAndChronology
, Z>A). A button "Show more" enables to load more items.Ideally: the user has a search field to search for the item she/he wants.
Context
Proposed by the pilot libraries
Discussed in grooming
Start by adding a paging to item list and holdings list.
Later (other issue): add a search field for the cases with a lot a items/holdings.
Screenshots
The text was updated successfully, but these errors were encountered: