http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904
--- Comment #8 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
