Bug 15973

Summary: Do not disable syspref cache for Plack
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 13805    
Bug Blocks:    
Attachments: Bug 15973: Revert "Bug 13805: (Plack) Disable syspref cache"
Bug 15973: follow-up for the debian package psgi file

Description Jonathan Druart 2016-03-03 16:44:42 UTC
Bug 13805 fixes an installer bug by disabling the syspref cache.
It was not a good idea, it introduced performance issues (see bug 13805 comment 14).
Comment 1 Jonathan Druart 2016-03-03 16:46:41 UTC
Created attachment 48636 [details] [review]
Bug 15973: Revert "Bug 13805: (Plack) Disable syspref cache"

This reverts commit ca00f0ddaeb76106b4aa274fd1848844ae042f58.

Bug 13805 fixes an installer bug by disabling the syspref cache.
It was not a good idea, it introduced performance issues (see bug 13805
comment 14).

Test plan:
Test plan:
0/ Create a new database and fill the database entry in the koha conf
with its name
1/ Go on the mainpage, you should be redirected to the installer
2/ Try to log in
You should not get the login form again.
Comment 2 Jonathan Druart 2016-03-03 16:53:25 UTC
Created attachment 48638 [details] [review]
Bug 15973: follow-up for the debian package psgi file
Comment 3 Jonathan Druart 2016-03-10 10:15:11 UTC
Moved to bug 11998.

*** This bug has been marked as a duplicate of bug 11998 ***