marcelduran / yslow

YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
yslow.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 384 forks source link

Cookie-Free rating not compatible with Cloudflare CDN #171

Open kknuth opened 8 years ago

kknuth commented 8 years ago

When a site uses Cloudflare all the static resources are cached by Cloudflare. However, each of the images is marked as a problem by Yslow because they are not "Cookie-Free". This is the bug. They ARE cookie-free because they are being delivered by Cloudflare's CDN without any cookie.

I have double checked the location for each image and it is coming from Cloudflare.