CDN not picking ?

hello guys, my website is meme.pk … i have a wordpress blog and i made cdn push on media.meme.pk and i am using w3 total cache for cdn syncing and caching.

the problem is cdn is not picking and it says First View(Error: Timed Out) and Repeat View (Error: Timed Out).

http://www.webpagetest.org/result/120915_J4_5XG/

P.S: this is my project in university … please help me asap…

The page never reaches onload which is why it times out. There are a few bugs in IE’s parsing that can make it think it still has content to load even when everything has loaded (most relate to flash I believe). If you check the status messages here: http://www.webpagetest.org/result/120915_J4_5XG/1/screen_shot/ you can see that it thinks it is still waiting on one object (which probably is not the case).

You can try to fix the root cause with the page or just use Chrome (or IE9) for the testing agent.

As far as the CDN goes, your page is referencing the content from the origin server, not from the CDN domain - http://www.webpagetest.org/result/120915_J4_5XG/1/performance_optimization/#use_of_cdn

If you pushed those resources to a CDN then you need to use a plugin that rewrites the URLs to fetch from the CDN.