Hi,

in line 99 you have this code:

var widget_so = new SWFObject("{$param['path_to_flash']}?r="+rnumber

Your are giving in a random number to prevent caching. But why are you doing this? On a traffic heavy site I quickly got a gigabyte of traffic each week just from cumulus.

And in line 66 you forbid the preprocessing of the cumulus.js. I don't see the advantage here either?

Please think about it and it maybe better to alter both entries so caching can be done more easily. Maybe check for the global caching setting?

Comments

kars-t’s picture

Status: Active » Closed (fixed)