Hi guys,
I tried to get the Serve static content from a cookie less domain away by using a sub domain and a sefl-hosted CDN. Didn't work
So bought MaxCDN to get it working, but with MaxCDN enabled my website is getting even slower!! Instead of 94/100 with Pingdom I get now 86/100 and that's a real bummer :(
I saw there are more people who have this problem.
I added the define('COOKIE_DOMAIN', 'www.example.com'); to wp-config.php
I Override Cache-Control Header to 7 days at MaxCDN
Changed my Google Analytisc
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-xxxxxx-20']);
_setDomainName', 'www.familieshoot.nl',
_gaq.push(['_trackPageview']);
Nothing worked.
Serve static content from a cookie less domain is at 22 now :(
I do really hope this can be fixed?!?