Piwik JavaScript without far-future expiration date
-
Hi braekling,
I’m using WP-Piwik with the option “Use js/index.php” on the Tracking tab.
I’m finding that when I test my site with YSlow (via gtmetrix.com), it reports this issue:
There is 1 static component without a far-future expiration date: http://piwik.mysite.com/js/But if I change WP-Piwik to use the option “Default tracking”, which means it uses http://piwik.mysite.com/piwik.js then I don’t get this issue with YSlow anymore – this file is correctly cached.
So it seems that for some reason, the /js/ option doesn’t seem to like being cached. Can you shed any light on how I can change this?
For the record, I have enabled caching in my .htaccess file like this:
ExpiresActive on ExpiresByType text/html "access plus 1 hour" ExpiresByType application/javascript "access plus 1 week"(plus numerous other types too)
I don’t know whether the /js/index.php file would fall into the category of text/html or application/javascript, but either way, it should be cached according to the above settings, right?
Any ideas?
The topic ‘Piwik JavaScript without far-future expiration date’ is closed to new replies.