Item2004: loadingAnimation.gif is not recognized when using apache module expire
Priority: Normal
Current State: Needs Developer
Released In: n/a
Target Release: n/a
I enabled the expire plugin using:
<ifmodule mod_expires.c>
<FilesMatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 11 days"
#ExpiresDefault "access plus 12 hours"
</FilesMatch>
</ifmodule>
Now all matched files are delivered with the correct expiration in the header except of
loadingAnimation.gif
. This file does not exist in the filesystem nor in any apache directive but was found to be related to
./pub/System/AutoCompletionLibPlugin/js/lib/thickbox-compressed.js
.
Since
loadingAnimation.gif
is loaded by nearly any page call and then also 2 get requests occure (first the initial call followed by a 302 redirect) it looks to slow down performance on each page call and should be solved.
--
IngoKappler - 04 Sep 2009
Eugen has left the Foswiki community for quite some time already. So this plugin needs somebody to take care of.
--
Main.MichaelDaum - 12 Dec 2017