Serving static files from a cookieless domain (w/ MaxCDN)
-
When testing my site using the Pingdom tool it tells me that some of my static files could be served from a cookieless domain to increase performance.
I’m using the latest version of W3 Total Cache in conjunction with MaxCDN. The CDN is working perfectly on my site (www.pr-tech.com) and I have added this code to my wp-config.php file…
define('COOKIE_DOMAIN', 'www.pr-tech.com');
That doesn’t seem to take care of the issue though as it still says that static files on my CDN are still receiving cookies. Any idea how to fix this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Serving static files from a cookieless domain (w/ MaxCDN)’ is closed to new replies.