[Koha-bugs] [Bug 12904] Force browser to load new javascript files after upgrade

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 6 07:48:50 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I wasn't actually suggesting the use of mod_pagespeed itself, but
reimplementing one of its features as best we could.

In effect kyles patch does indeed do this, only it utilises a query parameter
as a posed to appending to the filename itslef; which as Owen quite rightly
suggests could mean that our 'static' resources end up never being chached on
ocassions which would adversely affect performance.

Kyle, your right that my approach of using rewrite rules would be dependant
upon some apache\nginx\whatever server specific rules being written.  We are
doing this already though for some other cases I think so I don't see that as
such a binding reason not to implement it in this way.

I'll see if I can find some time today to submit an alternative patch just to
give people a clue of what I'm talking about.

As for upgrade paths.. I have no idea how the packages handle Apache config
updates at current... But I imagine the shared config in /etc/koha to be where
such rules should exist and as such believe its perfectly possible to update
them.

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


More information about the Koha-bugs mailing list