Bug 19310

Summary: Warning on UpdateTotalIssuesOnCirc should be revisited
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: andrewfh
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20418
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 6557    
Bug Blocks:    

Description Nick Clemens (kidclamp) 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 (kidclamp) 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