On Fri, 05 Jun 2009 10:52:47 +0200, Thomas Bruederli <[email protected]>
OK, so you will submit it soon to SVN trunk?
It is important for me too, because I follow
SVN trunk with a demo version for
the mail4us community. My testers should
get rid of these caching issues when updating
the test environment as soon as this
might be available.

Thanks,
Roland

wrote:
> Cor Bosman wrote:
>>> In practice using the filesize as cache busting parameter turned out to
>>> work well:
>>>     $this->script_files[$position][] = $file . '?v=' .
>>>     filesize(pathtofile);
>>>
>>> Since php caches queries to the file system this shouldn't
significantly
>>> reduce performance.
>>
>> Great idea. What about the css tags in the templates?
> 
> We could actuall do the same here. It's possible to add this at the end
of 
> the template parsing function and just search for linked .css and .js
> files.
> 
> ~Thomas
> 
> _______________________________________________
> List info: http://lists.roundcube.net/dev/

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to