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

circulation: need a better response time for the patron account (public/pro interface) #1246

Closed
benerken opened this issue Sep 28, 2020 · 1 comment · Fixed by #1262
Closed
Assignees
Labels
enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend

Comments

@benerken
Copy link
Contributor

benerken commented Sep 28, 2020

In the public view, the display of a patron account with 20 loans takes around 5 sec.
and it can be more if the patron has additional requests. (jinja view: the system loads all information, then it renders the page)

In the prof. view, for the same patron, it takes between 5 and 10 sec to get the loans page.
and the content is reloaded each time you click on the Tab "Checkout/Checkin" (again, 5-10 sec)

In a production environment, we need a better response time.

You can view a small demo here : https://bib.uclouvain.be/RERO/REROILSv012-Perf-PatronAccount.m4v

Improvement suggestion
Try to improve the response time when :

  • the patron wants to display its account in the public view (using a pager f.i. ?)
  • a staff wants to access the loan page of the patron in the professional view.
@benerken benerken added enhancement Improvement of an existing feature triage f: circulation Concerns the circulation interface or backend labels Sep 28, 2020
@benerken benerken changed the title circulation: need a better response time in patron account (public/pro interface) circulation: need a better response time for the patron account (public/pro interface) Sep 28, 2020
@zannkukai
Copy link
Contributor

No problem to solve this problem in the professional interface. But for public interface, to do something similar and asynchronous we need to use a lot of jQuery at this time... it seems not really appropriate.

@zannkukai zannkukai removed the triage label Oct 1, 2020
@zannkukai zannkukai self-assigned this Oct 1, 2020
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 7, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 7, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 7, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 9, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 13, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 13, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 14, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Oct 15, 2020
Updates some functions to improve item circulation webservice
performances.
Closes rero#1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
@jma jma closed this as completed in #1262 Oct 19, 2020
jma pushed a commit that referenced this issue Oct 19, 2020
Updates some functions to improve item circulation webservice
performances.
Closes #1246

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature f: circulation Concerns the circulation interface or backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants