Summary: | Warn staff about resource hogging scripts | ||
---|---|---|---|
Product: | Koha | Reporter: | Henri-Damien LAURENT <henridamien> |
Component: | Circulation | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | P1 - high | CC: | koha.sekjal, kyle.m.hall, wizzyrea |
Version: | Main | ||
Hardware: | PC | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6262 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6773 | ||
Bug Blocks: |
Description
Chris Cormack
2010-05-21 00:46:22 UTC
Adding new sub-bug for CircAutocompl Maybe this should be ajax-ified? That way the data is only pull as necessary. I'm sure that should be some jQuery code out there to do so. ExtJS has this functionality out of the box. I checked all named places for warnings: Warning in place: OPACShelfBrowser: _____ a shelf browser on item details pages, allowing patrons to see what's near that item on the shelf. Note that this uses up a fairly large amount of resources on your server, and should be avoided if your collection has a large number of items. NoZebra: ______ the Zebra search engine. It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work. (counting this as warning) Overdues (on circulation page): Overdues - Warning: This report is very resource intensive on systems with large numbers of overdue items. CataoguingLog: _____ any changes to bibliographic or item records. Since this occurs whenever a book is checked in or out as well, it is not advisable to turn this on. No warning (but fixed?): CircAutocompl: _____ to guess the patron being entered while typing a patron search on the circulation screen. Only returns the first 10 results at a time. So we have a lot of warnings, but are all those still needed? We can reopen if there are other reports that need warnings. Or simply open a new bug. |