-
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
circulation: need a better response time for the patron account (public/pro interface) #1246
Labels
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
Comments
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
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>
6 tasks
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>
7 tasks
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
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
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 text was updated successfully, but these errors were encountered: