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

Recognize GoCache CDN #206

Open jaderhs opened 4 years ago

jaderhs commented 4 years ago

GoCache is a South American CDN. Yslow currently does not report resources in GoCache as using a CDN. This pull request add GoCache detection to yslow based on the Server header (GoCache provide DNS servers and some user domains/subdomains won't be CNAME entries).