Hello, I just wanted to give everyone a heads up that we are having a web performance meetup in Boston on January 18th that will be focusing on optimizing...
1800
Jody Gilbert
jody.gilbert@...
Jan 4, 2011 7:18 am
Another very interesting meetup in the US. Is there anyone on this group that could host one in the UK? ________________________________ From:...
Philip beat me to it - London Meetup was recently organized by Steve Thair so you can contact him if you need more info or just join them for their next...
Where do I submit a Yslow bug report. Basically I'm using FF 4.0b9pre on Kubuntu. The "run" button doesn't work for Yslow in the firebug pane - it runs fine,...
Thanks for pointing this out. We have made a note of it and will add it to our bug list for review. Thanks, swapnil shinde product manager exceptional...
Today I released the Mobile Perf bookmarklet <http://stevesouders.com/mobileperf/mobileperfbkm.php> - it's a meta-bookmarklet with links to a half dozen...
When you upload multiple files one after another in Google Chrome it resmushes all the files you've uploaded in that session causing major processing on your...
If you're in New York, come to my "Cache Forever" talk at NY Web Performance Meetup hosted on January 28th. RSVP here: http://bit.ly/gPK9vT Sergey ... From:...
Hi Rohan, Unfortunately, as CloudFlare does not function as a typical CDN, that URL based approach will not apparently work. It is not clear to me what is...
FWIW, no secret meetings with WebPagetest and CloudFlare - I do DNS lookups to colect CName mappings and reverse-lookups on the IP addresses to get all of the...
Marcel and Pat, Just an FYI that I saw a note from Damon over at CF indicating that some significant progress was made on this today, which is great news. ...
Hello! I want to thank Smush it for making such a great tool! This reduced the size of images on my website http://www.aboutweb.eu ! I am looking forward to...
I haven't been able to find anything good on this topic through YSlow or this blog but maybe I'm just haven't found it. One of the YSlow rules is to use a CDN...
One option might be to always be on HTTPS, another option is to always serve static assets from HTTPS, although it might be costly in terms of connection ...
Another approach would be prefetching the HTTPS content while in HTTP and vice-versa in a lazy load fashion. Let's say you have your company's logo on HTTP for...
Thanks, but I don't think this is what I want as I'd pay the overhead of the HTTPS for every component and we use an F5 to do SSL offloading. It seems like...
Thanks for that, I'll have to read Stoyan's article. However even pre-loading the http/https is still downloading the content twice, right? You may be...
What kind of a webserver are you using? Depending of how much room there is to change/tune that I suggest the following: 1) Serve all your static content from...
1847
Adrian Yee
adrian@...
Feb 7, 2011 11:24 pm
... If there was a very good chance the user is going to end up on a https page, then it'd be a pretty good idea to preload content, otherwise that could be...
I think that you're overthinking this. 1. If you consolidate your js and css, sprite your images, use gzipping etc then you will see dramatic performance...