You are here: Foswiki>Tasks Web>Item2004 (12 Dec 2017, MichaelDaum)Edit Attach

Item2004: loadingAnimation.gif is not recognized when using apache module expire

pencil
Priority: Normal
Current State: Needs Developer
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: AutoCompletionLibPlugin
Branches:
Reported By: IngoKappler
Waiting For:
Last Change By: MichaelDaum
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

ItemTemplate edit

Summary loadingAnimation.gif is not recognized when using apache module expire
ReportedBy IngoKappler
Codebase 1.0.6
SVN Range Foswiki-1.0.0, Thu, 08 Jan 2009, build 1878
AppliesTo Extension
Component AutoCompletionLibPlugin
Priority Normal
CurrentState Needs Developer
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release02x01Checkins
Release02x00Checkins
Release01x01Checkins
Topic revision: r2 - 12 Dec 2017, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy