> 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? 

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

Reply via email to