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/