Il giorno gio, 10-03-2005 alle 01:16 +1300, Reuben Farrelly ha scritto: > Hi, > > At 01:10 a.m. 10/03/2005, Marco Crucianelli wrote: > > > # TAG: refresh_pattern > > > # usage: refresh_pattern [-i] regex min percent max [options] > > > # > > > # By default, regular expressions are CASE-SENSITIVE. To make > > > # them case-insensitive, use the -i option. > > > # > > > # 'Min' is the time (in minutes) an object without an explicit > > > # expiry time should be considered fresh. The recommended > > > # value is 0, any higher values may cause dynamic applications > > > # --> to be erroneously cached unless the application designer > > > # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > # has taken the appropriate actions. > > > # > > > > > > M. > > > >Right, but reading store.log you could find many gif images, for > >instance, RELEASED...why?!?! I mean...changing the 0 value...could make > >me cache those files, only if I do set a huge value, something like > >35000000...trying with 10000 didn't work!!!? Why?! > > Try this: > > http://tools.blueyonder.co.uk/cgi-bin/cacheability.py > > reuben > Thanks, this was really useful! Doing some check I saw that several images that could be cached were not cached at all, according to store.log!!!! I don't understand why...