[Koha-bugs] [Bug 21101] Allow to disable XSLT cache

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 16 22:56:18 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21101

--- Comment #9 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to Marcel de Rooy from comment #7)
> (In reply to Tomás Cohen Arazi from comment #6)
> > We need a couple 'flush' buttons in about.pl, what do you think?
> > 
> > - flush memcached
> > - flush template-toolkit cache
> > - flush XSLT cache
> 
> Hmm. This might be better than toggling preferences.
> Where: About or Administration?
> The need to flush the XSLT cache separately might be very limited (although
> supported with $xslt->refresh). If we gracefully(!) restart Plack, we
> achieve the same and more?

We need at least one for memcached and one for plack.
Note that starman has a "reload" option that can be implemented by sending to
the starman master pid : /bin/kill -HUP <pid>

But I'm still in favor of a syspref because editing XSLT must be done in a lot
of steps meaning :
 - Modify something
 - Save
 - Refreshing the HTML page

Avoid a step with cache flush is I think the best.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list