Bug 19310 - Warning on UpdateTotalIssuesOnCirc should be revisited
Summary: Warning on UpdateTotalIssuesOnCirc should be revisited
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 6557
Blocks:
  Show dependency treegraph
 
Reported: 2017-09-13 18:56 UTC by Nick Clemens
Modified: 2024-04-18 10:49 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2017-09-13 18:56:13 UTC
It seems this pref was added...temporarily? It has a large warning:

 (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count).

The bug report seems to indicate use of DOM of GRS1 should make this unnecessary.

With plack as well I wonder if we need this warning which essentially ensures no one will enable this.
Comment 1 Nick Clemens 2024-04-18 10:49:35 UTC
The warning is due to the fact that UpdateTotalIssues is called in C4/Circulation - this routine can take some time - so likely should be moved to a background job - that or bug 20418