Le 24/09/2010 15:15, Ian Walls a écrit :
Chris,
If you run your Koha installation off of Git, a patch has been published to create a new system preference to enable/disable the JQuery in question. You can access this patch at: http://lists.koha-community.org/pipermail/koha-patches/2010-September/012534...
If you don't use Git, the contents of the patch will at the very least show you what lines of code to replace with what in order to get the same functionality.
Any improvements/suggestions for this are of course welcome.
Cheers,
Hi, There another point of congestion that is the marcxml decoding/encoding for items information in biblioitems.marcxml I tried to remove synchronisation in biblioitems.marcxml in C4::Items. and speed really increased. These two functions : _add_item_field_to_biblio and _koha_modify_item are really slow, but allow ppl to get available items and all the uptodate item information displayed when searching. My 2 cents. -- Henri-Damien LAURENT