CDN is an "F" yet I use MaxCDN

My CDN score used to be a “C”, but now it is an “F” yet I use MaxCDN now which was the same as before when I was a “C”…what could of changed? Secondly, would a sprite combine my js and css files…don’t know much about that yet. Finally, what is the red solid line that is coming from a third party image on my site…do I need to contact the vendor for that plugin? http://www.webpagetest.org/result/100718_1HF6/

Thanks and I appreciate any feedback :)!

Do you have a link to your latest results? That way we can all be talking to the same tihing.

The red line is an error (something failed to load) - probably a 404 response. If it is being served by a 3rd party then yes, you should probably ping them. If it is for an image then you’d have a broken image on the page, if it was for something else then the result depends on what it is.

A sprite will combine images together but doesn’t do anything for css and js - those are actually a LOT easier to combine since you can just merge the files together (though on a publishing platform like wordpress it is more difficult which is why there are plugins that can do it for you).

The CDN grade is a percentage of static requests that are served from a CDN. If you reduce the requests you control (which is a good thing) then the percentage of requests that are served by the 3rd party non-CDN actually goes up and makes your grade worse. This is one of the reasons I’m not a big fan of the grades because optimizing for the grades might end up backfiring.

Thanks,

-Pat

Oops…sorry I meant to paste that but got typing and forgot :blush:! WebPageTest Test - Running web page performance and optimization tests...

Yeah, you probably want to contact the plugin company because it looks like the failed request is a malformed url (and may actually have messed up the html) - http://mls-photos.div%3c/li%3E%3Cli%20class=

It looks like there is still some work you can (or need) to do to get the CDN working for the images on your site. All of these failed and look like they are ones you control:

FAILED - http://jupiterflhomes.com/wp-content/plugins/dsidxpress/css/client.css
FAILED - http://jupiterflhomes.com/wp-content/themes/thesis_17/lib/images/icon-rss.gif
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/01/header1.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/01/Jupiter-Abacoa-Real-Estate-.jpg
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/01/Latest-From-The-Blog.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/01/Palm-Beach-County-School-Lo.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/01/Preferred-Lender.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/04/Abacoa-Town-Center.jpg
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/04/Tuscany-at-Abacoa-Homes-For-Sale.jpg
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/05/Island-at-Abacoa-Homes-For-Sale.jpg
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/05/Valencia-at-Abacoa-Homes-For-Sale.jpg
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/digg.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/facebook.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/rss.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/stumbleupon.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/twitter.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/06/youtube.png
FAILED - http://jupiterflhomes.com/wp-content/uploads/2010/07/Jupiter-Abacoa-Homes.jpg
FAILED - http://jupiterflhomes.com/wp-includes/js/thickbox/loadingAnimation.gif

It looks like there is a wordpress setting for the uploaded files that lets you specify the url that they are referenced from (Full URL path to files) - you need to change that to point through your maxcdn url and then all of the uploads should be served from the CDN.

Why is yslow or the San Jose test site not showing a CDN for my site when every thing else is ok?

Yslow is only configured to show the CDN’s that Yahoo uses. Not sure about San Jose.