11-02-2012, 12:10 AM
So far, it looks like I get an A on everything, other than image compression, which I'm sure 95% of the world just can't help unless you want heavily pixilated images. I even use Yahoo! Smushit.
In any-case, that's not the issue.
My main issue is with 'Proper Cookie Usage' for 4 of my background PNG images. I'm using a combination of MAXCDN, W# Total Cache, and a couple .htaccess rules I will provide below.
Thanks in advance for any help
http://www.webpagetest.org/result/121101...ic_content
In any-case, that's not the issue.
My main issue is with 'Proper Cookie Usage' for 4 of my background PNG images. I'm using a combination of MAXCDN, W# Total Cache, and a couple .htaccess rules I will provide below.
Thanks in advance for any help
http://www.webpagetest.org/result/121101...ic_content
Code:
<FilesMatch \.(jpg|jpeg|png|gif|css|js|zip|rar|exe|ttf|eot|svg)$">
ExpiresDefault A31536000
</FilesMatch>
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
<FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>