Hi Aaron, Cache ability of object depends on what *response headers* CDN is sending for a given URL. You may share more information like URL of objects or what...
If I want to load the stylesheet for only the correct media, how should I go about doing it? Other than the user-agent, is there any way of detecting the...
That will depend on your CDN... can you confirm that the CDN is passing the same cache control headers as your origin was? John ... From: Aaron Kreider...
This is interesting. Thanks for the report, I'll look into it and will try to include a fix in the next YSlow release. Stoyan ________________________________ ...
Hey Aaron, I still don't see cache control headers being sent downstream bash$ curl -o /dev/null -D - http://activism.cachefly.net/images/activism-new.jpg ...
Thanks Stoyan for your response. Just to confirm, so this is not caused by what ever glitch I may have caused on my blog but rather on YSlow's bug? Yoichi...
In addition to not having cache control information, the response header indicates that etag was used for determining if the component was still valid. This is...
I can't say because I haven't looked at the code yet, but it is probably a YSlow issue. No matter what you do on your blog, if you have components (images,...
This was interesting :) In your code there is a variable called var top = new wrapScroll('top'); the function wrapScroll() diesn't exists, so top get...
mmm... I'm just a copy & paste sort of guy so I don't really understand what you're saying but glad you found the fix. Having said that, should there be...
This is not directly related to YSlow specifically but I guess it could fall under a feature request. The Key point to improve performance is to reduce the...
I've uninstalled and reinstalled Firebug and YSlow a bunch of times and still haven't fixed my issue that I'm having: Anytime I load a page the "Finding...
Hi, Sounds like YSlow is choking on something on the page. Could you post the URL of the page? I'm assuming it happens on specific page(s) not on all pages. ...
Hi Oliver, Currently YSlow doesn't provide such a feature. You could maybe try dust-me selectors extension (http://www.sitepoint.com/dustmeselectors/). It...
Hmm, I wonder if it could be a conflict with one of the other extensions. Could you try disabling (no need to uninstall) all extensions and then enable only...
I installed it today as well, with the same problem as you describe. Two different machines, clean profile with only Firebug and the DOM Inspector extensions...
Stoyan, I'm seeing the same issue described when viewing yahoo.com, google.com and any other site. The "Finding components in the page" bar fills and then...
Hi Dan, That's really weird. I just created a clean Firefox profile, installed Firebug and YSlow and all seems fine, FF - 2.0.0.11 FBug - 1.0 YSlow - 0.9.2 ...
... Hash: SHA1 Hi Oliver, I am not sure the extracing applicable css rules specific for a page is as effective as you would expect unless a very efficient...
Hi, I have an application with 3 frames. The first time the frameset load YSlow give infos about the 3 frames ans their components. When on frame's content...
Thanks for both the comments, I outline what my thoughts are and see what you guys think. The site I look after is at www.maximuscle.com In total we have about...
Ok, I tried a quick test and the results were as you would expect. Not much of an improvement to justify the work (even if it could be automated). Just turn...