https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41903
Lucas Gass (lukeg) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #39 from Lucas Gass (lukeg) <[email protected]> --- Without the patches: -2k overdues load in an average of 15 seconds With the patches: -First paginated page loads in about 187ms. -If I attempt to load all 2000 results it takes an average of 34 seconds, so slower than before Other things Ive noticed: -Overdue.pl needs the propr permissions [FAIL] circ/overdue.pl FAIL file_permissions File must have the exec flag -xt/check_apache_conf.t fails: xt/check_apache_conf.t .......................... # Failed test 'All RewriteRule and RewriteCond directives must be copied to etc/koha-httpd.conf' # at xt/check_apache_conf.t line 46. # got: '1' # expected: '0' # RewriteRule ^/cgi-bin/koha/circulation/overdues(.*)?$ /cgi-bin/koha/circ/overdue.pl$1 [PT] -api.t failes: xt/api.t ........................................ 1/8 # Failed test 'No tag errors in the spec' # at xt/api.t line 131. # Structures begin differing at: # $got->[0] = 'get /overdues/config -> uses tag 'overdues_config' not present in top level list' # $expected->[0] = Does not exist get /overdues/config -> uses tag 'overdues_config' not present in top level list # Looks like you failed 1 test of 1. # Failed test 'tags tests' # at xt/api.t line 136. Question: Should moving circ-menu to a Vue island be done on a separate bug report? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
