Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

exceptional-performance · Exceptional Performance

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1386
  • Category: Yahoo!
  • Founded: Jul 18, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 329 - 358 of 2065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#329 From: "Frank A." <fsa3@...>
Date: Sun Mar 30, 2008 5:11 pm
Subject: Minify and GZip?
gunygoogoo
Send Email Send Email
 

Is it really necessary to Minify your CSS and JS code if it will also be gzipped?  Doesn’t gzip get rid of wasted space?

 

 


#330 From: "Patrick Meenan" <PatMeenan@...>
Date: Sun Mar 30, 2008 5:46 pm
Subject: RE: Minify and GZip?
pmeenan
Send Email Send Email
 

When we looked, we saw 2-10% additional savings on js requests by minifying in addition to gzip.  To some extent it mostly depends on how many comments there are in the code.  If it’s just stripping white space then there probably won’t be much gain but the comments are really a killer.  It’s not nearly as big of a win as gzipping but if you’re trying to squeeze every bit out it does help.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Frank A.
Sent: Sunday, March 30, 2008 1:11 PM
To: exceptional-performance@yahoogroups.com
Subject: [exceptional-performance] Minify and GZip?

 

Is it really necessary to Minify your CSS and JS code if it will also be gzipped?  Doesn’t gzip get rid of wasted space?

 

 


#331 From: Wayne Shea <cws822@...>
Date: Mon Mar 31, 2008 5:27 am
Subject: Re: Minify and GZip?
cws822
Send Email Send Email
 
If your site may be viewed by mobile devices such as
the iPhone, it is very important to minify your CSS
and JS files in addition to gzip.

iPhone decompress (unzip) CSS/JS before storing it to
cache. There is a size limit of 25K bytes and decoded
files over that limit are not cached.

Regards,
- Wayne

--- "Frank A." <fsa3@...> wrote:

> Is it really necessary to Minify your CSS and JS
> code if it will also be
> gzipped?  Doesn't gzip get rid of wasted space?
>
>
>
>
>
>



      
________________________________________________________________________________\
____
Special deal for Yahoo! users & friends - No Cost. Get a month of Blockbuster
Total Access now
http://tc.deals.yahoo.com/tc/blockbuster/text3.com

#332 From: "Nick Le Mouton" <noodles@...>
Date: Mon Mar 31, 2008 8:18 am
Subject: RE: Minify and GZip?
southofheaven
Send Email Send Email
 

I did a bit of a study on one of my sites:

 

http://www.noodles.net.nz/2007/10/30/optimized-vbulletin-part-2/

 

I’d use minify and gzip/deflate together, every little bit helps

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Frank A.
Sent: Monday, 31 March 2008 6:11 a.m.
To: exceptional-performance@yahoogroups.com
Subject: [exceptional-performance] Minify and GZip?

 

Is it really necessary to Minify your CSS and JS code if it will also be gzipped?  Doesn’t gzip get rid of wasted space?

 

 


#333 From: "David" <dwash59_2000@...>
Date: Mon Mar 31, 2008 12:18 pm
Subject: Re: GZIP accuracy?
dwash59_2000
Send Email Send Email
 
If you provided a url, other people can tell you whether they're YSlow
installations say it's
GZipped.  I mean, you're saying that YUI files are not GZipped, so your system
is already
behaving differently than mine.

(on a sidenote, if you're actually using ethereal, it is recommended you move
over to
wireshark.  I just say that because many people don't seem to know that
development has
moved and that ethereal's last security advisory recommends you to upgrade to
wireshark.)

-David

--- In exceptional-performance@yahoogroups.com, "Frank" <fsa3@...> wrote:
>
> Hi,
> I'm wondering if there are known issues with YSlow determining what is
> GZipped.  For my site it shows that the html content is not GZipped
> yet when I watched the content go over the network (using ethereal) I
> see it is GZipped.
>
> Also it tells me that all the YUI files that are being served up by
> Yahoo are not GZipped (I haven't verified this with Ethereal).
>
> Thanks.
>

#334 From: "Frank A." <fsa3@...>
Date: Mon Mar 31, 2008 1:01 pm
Subject: RE: Re: GZIP accuracy?
gunygoogoo
Send Email Send Email
 

Sure thing, the URL I’ve been analyzing is:

 

http://www.myfriendsuggests.com/

 

Thanks.

 

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of David
Sent: Monday, March 31, 2008 8:19 AM
To: exceptional-performance@yahoogroups.com
Subject: [exceptional-performance] Re: GZIP accuracy?

 

If you provided a url, other people can tell you whether they're YSlow installations say it's
GZipped. I mean, you're saying that YUI files are not GZipped, so your system is already
behaving differently than mine.

(on a sidenote, if you're actually using ethereal, it is recommended you move over to
wireshark. I just say that because many people don't seem to know that development has
moved and that ethereal's last security advisory recommends you to upgrade to
wireshark.)

-David

--- In exceptional-performance@yahoogroups.com, "Frank" <fsa3@...> wrote:
>
> Hi,
> I'm wondering if there are known issues with YSlow determining what is
> GZipped. For my site it shows that the html content is not GZipped
> yet when I watched the content go over the network (using ethereal) I
> see it is GZipped.
>
> Also it tells me that all the YUI files that are being served up by
> Yahoo are not GZipped (I haven't verified this with Ethereal).
>
> Thanks.
>


#335 From: "Brian Williams" <brian@...>
Date: Mon Mar 31, 2008 3:50 pm
Subject: Re: Re: GZIP accuracy?
c0ffee2k
Send Email Send Email
 
http://www.myfriendsuggests.com/ is gzipped

Original Size: 20 KB
Gzipped Size: 6 KB
Data Savings: 70%


http://www.whatsmyip.org/mod_gzip_test/?url=aHR0cDovL3d3dy5teWZyaWVuZHN1Z2dlc3RzLmNvbS8=



On Mon, Mar 31, 2008 at 9:01 AM, Frank A. <fsa3@...> wrote:

Sure thing, the URL I've been analyzing is:

 

http://www.myfriendsuggests.com/

 

Thanks.

 

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of David
Sent: Monday, March 31, 2008 8:19 AM

Subject: [exceptional-performance] Re: GZIP accuracy?

 

If you provided a url, other people can tell you whether they're YSlow installations say it's
GZipped. I mean, you're saying that YUI files are not GZipped, so your system is already
behaving differently than mine.

(on a sidenote, if you're actually using ethereal, it is recommended you move over to
wireshark. I just say that because many people don't seem to know that development has
moved and that ethereal's last security advisory recommends you to upgrade to
wireshark.)

-David

--- In exceptional-performance@yahoogroups.com, "Frank" <fsa3@...> wrote:
>
> Hi,
> I'm wondering if there are known issues with YSlow determining what is
> GZipped. For my site it shows that the html content is not GZipped
> yet when I watched the content go over the network (using ethereal) I
> see it is GZipped.
>
> Also it tells me that all the YUI files that are being served up by
> Yahoo are not GZipped (I haven't verified this with Ethereal).
>
> Thanks.
>



#336 From: "Stoyan Stefanov" <stoyan@...>
Date: Mon Mar 31, 2008 4:49 pm
Subject: RE: GZIP accuracy?
ssttoobg
Send Email Send Email
 

Hi Frank,

 

In order to determine whether a file is compressed YSlow checks the Content-Encoding HTTP header. If this header doesn’t say “gzip” or “deflate”, YSlow thinks there’s no compression.

 

Best,

Stoyan

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Frank A.
Sent: Sunday, March 30, 2008 7:43 AM
To: exceptional-performance@yahoogroups.com
Subject: RE: [exceptional-performance] GZIP accuracy?

 

All the external tests show that the page is gzipped, just YSlow isn’t.  

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Patrick Meenan
Sent: Sunday, March 30, 2008 10:36 AM
To: exceptional-performance@yahoogroups.com
Subject: RE: [exceptional-performance] GZIP accuracy?

 

Trying not to push it too hard, but http://www.webpagetest.org will also test for gzip on a clean system if you need a sanity check.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Brian Williams
Sent: Saturday, March 29, 2008 10:08 PM
To: exceptional-performance@yahoogroups.com
Subject: Re: [exceptional-performance] GZIP accuracy?

 

most software Firewalls will cause the same thing.

when testing gzip make sure to always turn your firewall off

I use http://www.whatsmyip.org/mod_gzip_test/ to test my gzip


Ernest Mueller wrote:

Be careful about other proxies or plugins.  I saw the same thing from my home comp - no gzip when I was sure it was - turned out that I'm a Nielsen family and there's a proxy app that ungzipped it before it got to my browser.

Ernest


 ----- Original Message -----
  From: "Frank" [fsa3@optonline.net]
  Sent: 03/29/2008 08:21 PM GMT
  To: exceptional-performance@yahoogroups.com
  Subject: [exceptional-performance] GZIP accuracy?

 

Hi,
I'm wondering if there are known issues with YSlow determining what is
GZipped. For my site it shows that the html content is not GZipped
yet when I watched the content go over the network (using ethereal) I
see it is GZipped.

Also it tells me that all the YUI files that are being served up by
Yahoo are not GZipped (I haven't verified this with Ethereal).

Thanks.

 
 
 
 
 
 
 


 
 
 
 
 
 
 
No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.519 / Virus Database: 269.22.1/1348 - Release Date: 3/28/2008 10:58 AM
  

 


#337 From: "Stoyan Stefanov" <stoyan@...>
Date: Mon Mar 31, 2008 4:48 pm
Subject: RE: Minify and GZip?
ssttoobg
Send Email Send Email
 

Hi Frank,

 

I believe it’s best if you minify and then also gzip, here are some pointers:

http://www.julienlecomte.net/blog/2007/08/13/

http://yuiblog.com/blog/2006/03/06/minification-v-obfuscation/

 

If you want less troubles, then you can go with gzip only, but do consider minification. For example, like Wayne said, iPhone won’t cache anything bigger than 25K *uncompressed* so sometimes not minifying may mean a cache miss.

 

Regards,

Stoyan

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Patrick Meenan
Sent: Sunday, March 30, 2008 10:46 AM
To: exceptional-performance@yahoogroups.com
Subject: RE: [exceptional-performance] Minify and GZip?

 

When we looked, we saw 2-10% additional savings on js requests by minifying in addition to gzip.  To some extent it mostly depends on how many comments there are in the code.  If it’s just stripping white space then there probably won’t be much gain but the comments are really a killer.  It’s not nearly as big of a win as gzipping but if you’re trying to squeeze every bit out it does help.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Frank A.
Sent: Sunday, March 30, 2008 1:11 PM
To: exceptional-performance@yahoogroups.com
Subject: [exceptional-performance] Minify and GZip?

 

Is it really necessary to Minify your CSS and JS code if it will also be gzipped?  Doesn’t gzip get rid of wasted space?

 

 


#338 From: "Nick Le Mouton" <noodles@...>
Date: Mon Mar 31, 2008 10:37 pm
Subject: Latency measurements
southofheaven
Send Email Send Email
 
Does anyone know of a service which allows you to check your web site's
connectivity/latency from multiple locations? We have our site hosted in a
single datacenter on the east coast and are considering using a CDN but need
to know how much of a speed up we're likely to get if we move the content
closer to our end users (the majority of which are US based).

Thanks
Nick

#339 From: Dave Cheney <dave@...>
Date: Mon Mar 31, 2008 10:57 pm
Subject: Re: Latency measurements
dilenger_2000
Send Email Send Email
 
A number of people have recommended Gomez and Keynote. I have not used
either directly, but one of the CDN's we were trailing sent us their
Gomez printouts which naturally presented their CDN in a shining light.

Cheers

Dave

#340 From: "Chris Korhonen" <ckorhonen@...>
Date: Mon Mar 31, 2008 11:05 pm
Subject: Re: Latency measurements
chriskorhonen
Send Email Send Email
 
I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.



Chris



On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@...> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
>  either directly, but one of the CDN's we were trailing sent us their
>  Gomez printouts which naturally presented their CDN in a shining light.
>
>  Cheers
>
>  Dave
>
>

#341 From: "Patrick Meenan" <PatMeenan@...>
Date: Mon Mar 31, 2008 11:06 pm
Subject: RE: Latency measurements
pmeenan
Send Email Send Email
 

Gomez and Keynote are the biggest players in geographically distributed testing.  If you have a fair amount of static content and expect people not local to the servers to be accessing your pages a CDN can have an enormous impact on the time to load a page.  The latency for each request is usually more of a contributor to slow times than the actual weight of the pages (dial-up aside).

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Dave Cheney
Sent: Monday, March 31, 2008 6:57 PM
To: exceptional-performance@yahoogroups.com
Subject: Re: [exceptional-performance] Latency measurements

 

A number of people have recommended Gomez and Keynote. I have not used
either directly, but one of the CDN's we were trailing sent us their
Gomez printouts which naturally presented their CDN in a shining light.

Cheers

Dave


#342 From: "Patrick Meenan" <PatMeenan@...>
Date: Mon Mar 31, 2008 11:08 pm
Subject: RE: Latency measurements
pmeenan
Send Email Send Email
 

Keynote offers last-mile testing (and Gomez has something similar I believe) that can be used to run tests on consumer connections of varying types (granted, for a higher cost).  If you’r’e not on the east coast, http://www.webpagetest.org will give you a view from there at various speeds – just not much help to Nick since he is.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Chris Korhonen
Sent: Monday, March 31, 2008 7:06 PM
To: exceptional-performance@yahoogroups.com
Subject: Re: [exceptional-performance] Latency measurements

 

I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.

Chris

On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@...> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
> either directly, but one of the CDN's we were trailing sent us their
> Gomez printouts which naturally presented their CDN in a shining light.
>
> Cheers
>
> Dave
>
>


#343 From: Peco Karayanev <peco.karayanev@...>
Date: Mon Mar 31, 2008 11:13 pm
Subject: RE: Latency measurements
peco_11
Send Email Send Email
 

Also take into consideration what type of agent they will offer. Some agents do not actually render the full page as a browser would so any javascript related effects may be hidden. The Keynote "transactional" monitor is more browser like. Gomez also provides a "last mile" sampling which measure user traffic not from backbone nets.

What Patrick and Dave mentioned is very true (we have compared stats with our real user traffic and its about 2x worse than what Keynote would report).
Cheers

Peco Karayanev
Web Systems Engineer , NI
(512) 683 5541



"Patrick Meenan" <PatMeenan@...>
Sent by: exceptional-performance@yahoogroups.com

03/31/2008 06:06 PM

Please respond to
exceptional-performance@yahoogroups.com

To
<exceptional-performance@yahoogroups.com>
cc
Subject
RE: [exceptional-performance] Latency measurements





Gomez and Keynote are the biggest players in geographically distributed testing.  If you have a fair amount of static content and expect people not local to the servers to be accessing your pages a CDN can have an enormous impact on the time to load a page.  The latency for each request is usually more of a contributor to slow times than the actual weight of the pages (dial-up aside).

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Dave Cheney
Sent:
Monday, March 31, 2008 6:57 PM
To:
exceptional-performance@yahoogroups.com
Subject:
Re: [exceptional-performance] Latency measurements

 

A number of people have recommended Gomez and Keynote. I have not used
either directly, but one of the CDN's we were trailing sent us their
Gomez printouts which naturally presented their CDN in a shining light.

Cheers

Dave



#344 From: "Patrick Meenan" <PatMeenan@...>
Date: Mon Mar 31, 2008 11:49 pm
Subject: RE: Latency measurements
pmeenan
Send Email Send Email
 

By the way, if you want to get a reasonable understanding of the difference between Keynote/Gomez and most consumers, you can use the FIOS and ADSL profiles at http://www.webpagetest.org to guage the difference that some added latency and lower bandwidth will offer.  They have a little more bandwidth available but the 15Mbps FIOS measurement is pretty close to the backbone connections where latency has much more of an impact than bandwidth.

 

Foy Yahoo’s front page (a very impressive example of optimization) it takes 1.5sec on FIOS and 3.2sec on ADSL.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Chris Korhonen
Sent: Monday, March 31, 2008 7:06 PM
To: exceptional-performance@yahoogroups.com
Subject: Re: [exceptional-performance] Latency measurements

 

I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.

Chris

On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@...> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
> either directly, but one of the CDN's we were trailing sent us their
> Gomez printouts which naturally presented their CDN in a shining light.
>
> Cheers
>
> Dave
>
>


#345 From: Scott Frost <scottfrosty2000@...>
Date: Tue Apr 1, 2008 12:22 am
Subject: Re: Latency measurements
scottfrosty2000
Send Email Send Email
 

Yahoo site is fast because it's using a CDN.



----- Original Message ----
From: Patrick Meenan <PatMeenan@...>
To: exceptional-performance@yahoogroups.com
Sent: Monday, March 31, 2008 4:49:40 PM
Subject: RE: [exceptional-performance] Latency measurements

By the way, if you want to get a reasonable understanding of the difference between Keynote/Gomez and most consumers, you can use the FIOS and ADSL profiles at http://www.webpaget est.org to guage the difference that some added latency and lower bandwidth will offer.  They have a little more bandwidth available but the 15Mbps FIOS measurement is pretty close to the backbone connections where latency has much more of an impact than bandwidth.

 

Foy Yahoo¢s front page (a very impressive example of optimization) it takes 1.5sec on FIOS and 3.2sec on ADSL.

 

-Pat

 

From: exceptional- performance@ yahoogroups. com [mailto:exceptional -performance@ yahoogroups. com] On Behalf Of Chris Korhonen
Sent: Monday, March 31, 2008 7:06 PM
To: exceptional- performance@ yahoogroups. com
Subject: Re: [exceptional- performance] Latency measurements

 

I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.

Chris

On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@cheney. net> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
> either directly, but one of the CDN's we were trailing sent us their
> Gomez printouts which naturally presented their CDN in a shining light.
>
> Cheers
>
> Dave
>
>




You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.

#346 From: "Patrick Meenan" <PatMeenan@...>
Date: Tue Apr 1, 2008 11:10 am
Subject: RE: Latency measurements
pmeenan
Send Email Send Email
 

Actually, Yahoo’s site is fast for a lot more reasons than just using a CDN.  They have been EXTREMELY good at using css sprites, combining/minifying the code, inlining the css, directly publishing their ads and a boatload of other things to reduce the number of requests.  The entire page (ads included) is down to ~25 requests.  Most of the direct competitors are closer to the 50-100 number. 

 

Using a CDN is not a silver bullet.  It will cover a bunch of sins and begin to hide the latency of the requests for static content but it doesn’t completely eliminate it (Cable for example has a fair amount of latency on the last mile).  A CDN will usually take care of gzipping and persistent connections in addition to geo-distributing but that doesn’t cover everything.

 

-Pat

 

From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Scott Frost
Sent: Monday, March 31, 2008 8:22 PM
To: exceptional-performance@yahoogroups.com
Subject: Re: [exceptional-performance] Latency measurements

 

Yahoo site is fast because it's using a CDN.

 

----- Original Message ----
From: Patrick Meenan <PatMeenan@...>
To: exceptional-performance@yahoogroups.com
Sent: Monday, March 31, 2008 4:49:40 PM
Subject: RE: [exceptional-performance] Latency measurements

By the way, if you want to get a reasonable understanding of the difference between Keynote/Gomez and most consumers, you can use the FIOS and ADSL profiles at http://www.webpaget est.org to guage the difference that some added latency and lower bandwidth will offer.  They have a little more bandwidth available but the 15Mbps FIOS measurement is pretty close to the backbone connections where latency has much more of an impact than bandwidth.

 

Foy Yahoo¢s front page (a very impressive example of optimization) it takes 1.5sec on FIOS and 3.2sec on ADSL.

 

-Pat

 

From: exceptional- performance@ yahoogroups. com [mailto:exceptional -performance@ yahoogroups. com] On Behalf Of Chris Korhonen
Sent: Monday, March 31, 2008 7:06 PM
To: exceptional- performance@ yahoogroups. com
Subject: Re: [exceptional- performance] Latency measurements

 

I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.

Chris

On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@cheney. net> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
> either directly, but one of the CDN's we were trailing sent us their
> Gomez printouts which naturally presented their CDN in a shining light.
>
> Cheers
>
> Dave
>
>

 

 


You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.


#347 From: Ernest Mueller <ernest.mueller@...>
Date: Tue Apr 1, 2008 2:02 pm
Subject: Re: Latency measurements
mxyzplkiv
Send Email Send Email
 
This is the core business model for Keynote and Gomez.  Many CDNs will
arrange for a temp account with one of these to validate the benefit
they'll bring you during the sales cycle.  (Hint:  tell them to.)

Ernest
______________________
UN-altered REPRODUCTION and DISSEMINATION of
this IMPORTANT information is ENCOURAGED.




              "Nick Le Mouton"
              <noodles@planetsl
              ackers.com>                                                To
              Sent by:                  <exceptional-performance@yahoogroup
              exceptional-perfo         s.com>
              rmance@yahoogroup                                          cc
              s.com
                                                                    Subject
                                        [exceptional-performance] Latency
              03/31/2008 05:37          measurements
              PM


              Please respond to
              exceptional-perfo
              rmance@yahoogroup
                    s.com






Does anyone know of a service which allows you to check your web site's
connectivity/latency from multiple locations? We have our site hosted in a
single datacenter on the east coast and are considering using a CDN but
need
to know how much of a speed up we're likely to get if we move the content
closer to our end users (the majority of which are US based).

Thanks
Nick

#348 From: Scott Frost <scottfrosty2000@...>
Date: Tue Apr 1, 2008 3:57 pm
Subject: Re: Latency measurements
scottfrosty2000
Send Email Send Email
 
Patrick,
You're correct - Saying a site is fast simply because they use a CDN is a bit too simple.  I look at performance the same way I look at a car.  I can drop a Hemi into a Yugo and it will still careen off the road into a ditch.  You gotta have the suspension, tires, engine etc to make it work. 
 
Minimizing how much data you put on the wire, determine the number of optimal domains to serve from, optimizing code to be efficent and minimize requests, etc all play into the equation.
  
-Scott
 
 
----- Original Message ----
From: Patrick Meenan <PatMeenan@...>
To: exceptional-performance@yahoogroups.com
Sent: Tuesday, April 1, 2008 4:10:33 AM
Subject: RE: [exceptional-performance] Latency measurements

Actually, Yahoo¢s site is fast for a lot more reasons than just using a CDN.  They have been EXTREMELY good at using css sprites, combining/minifying the code, inlining the css, directly publishing their ads and a boatload of other things to reduce the number of requests.  The entire page (ads included) is down to ~25 requests.  Most of the direct competitors are closer to the 50-100 number. 

 

Using a CDN is not a silver bullet.  It will cover a bunch of sins and begin to hide the latency of the requests for static content but it doesn¢t completely eliminate it (Cable for example has a fair amount of latency on the last mile).  A CDN will usually take care of gzipping and persistent connections in addition to geo-distributing but that doesn¢t cover everything.

 

-Pat

 

From: exceptional- performance@ yahoogroups. com [mailto:exceptional -performance@ yahoogroups. com] On Behalf Of Scott Frost
Sent: Monday, March 31, 2008 8:22 PM
To: exceptional- performance@ yahoogroups. com
Subject: Re: [exceptional- performance] Latency measurements

 

Yahoo site is fast because it's using a CDN.

 

----- Original Message ----
From: Patrick Meenan <PatMeenan@aol. com>
To: exceptional- performance@ yahoogroups. com
Sent: Monday, March 31, 2008 4:49:40 PM
Subject: RE: [exceptional- performance] Latency measurements

By the way, if you want to get a reasonable understanding of the difference between Keynote/Gomez and most consumers, you can use the FIOS and ADSL profiles at http://www.webpaget est.org to guage the difference that some added latency and lower bandwidth will offer.  They have a little more bandwidth available but the 15Mbps FIOS measurement is pretty close to the backbone connections where latency has much more of an impact than bandwidth.

 

Foy Yahoo¢s front page (a very impressive example of optimization) it takes 1.5sec on FIOS and 3.2sec on ADSL.

 

-Pat

 

From: exceptional- performance@ yahoogroups. com [mailto:exceptional -performance@ yahoogroups. com] On Behalf Of Chris Korhonen
Sent: Monday, March 31, 2008 7:06 PM
To: exceptional- performance@ yahoogroups. com
Subject: Re: [exceptional- performance] Latency measurements

 

I've found that both Gomez and Keynote seem to be on a much faster
internet connection than the rest of reality, so always take them with
a pinch of salt.

Good for making a CDN or site implementation seem fast, or if you want
an external service to alert you when your site is down... otherwise,
especially in driving tech teams to actually create optimized
implementations, then they tend to be a bit useless.

Chris

On Mon, Mar 31, 2008 at 6:57 PM, Dave Cheney <dave@cheney. net> wrote:
>
>
>
>
>
>
> A number of people have recommended Gomez and Keynote. I have not used
> either directly, but one of the CDN's we were trailing sent us their
> Gomez printouts which naturally presented their CDN in a shining light.
>
> Cheers
>
> Dave
>
>

 

 


You rock. That's why Blockbuster' s offering you one month of Blockbuster Total Access, No Cost.




You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.

#349 From: "weitzman" <weitzman@...>
Date: Mon Apr 7, 2008 1:56 am
Subject: Yclow for Firefox3 Beta5
weitzman
Send Email Send Email
 
Any chance we can get a version of Yslow that works with beta5. The
0.9.4 version is incompatible and cannot be (easily) installed.

#350 From: "jimbomorrison99" <jimbomorrison99@...>
Date: Mon Apr 7, 2008 5:56 pm
Subject: ETag Escaping & Cacheing AJAX requests...
jimbomorrison99
Send Email Send Email
 
Hi all,

A few months ago I was playing round with a JS/Ajax/php data-table (as
a faster solution to XML Databinding)...  (example
http://www.icommunicate.co.uk/tables/)

We stumbled upon a big problem with getting IE to behave and cache the
AJAX requests that are being made in the background - basically we
couldn't the eTags hooked up..

Anyway - having watched Steve Souders great talk on YouTube and read
the bit about eTag escaping in
http://developer.yahoo.com/performance/rules.html#etags ("The only
format constraints are that the string be quoted.") everything seems
to be working in IE as well as it was in FF! :-)

Just wanted to say thanks and, to anyone else that's trying to use
eTags to control whether to 304 AJAX requests that little note is
pretty important!

HTH,
Jimbo

#351 From: "Rakesh Rajan" <rakeshxp@...>
Date: Tue Apr 8, 2008 11:11 am
Subject: Last-Modified Timestamp header
rakeshxp
Send Email Send Email
 
We are trying to implement some of the performance rules in LifeBlob.

A sample header ( for a resource file ) looks like :

DateTue, 08 Apr 2008 11:08:16 GMT
ServerApache
Last-ModifiedWed, 02 Apr 2008 19:15:29 GMT
Accept-Ranges bytes
Cache-Controlmax-age=34560000
ExpiresWed, 08 Apr 2009 11:08:16 GMT
VaryAccept-Encoding
Content-Encodinggzip
Content-Length9236
Connectionclose
Content-Typetext/css

So the question I have is around Last-Modified header. Is this header really necessary since I have all the caching headers present?  Also, I am planning to turn on ETags.

Thanks,
Rakesh Rajan

#352 From: "Rakesh Rajan" <rakeshxp@...>
Date: Tue Apr 8, 2008 11:14 am
Subject: Re: Last-Modified Timestamp header
rakeshxp
Send Email Send Email
 
I missed a point in the last mail. When I looked at the headers in case of Yahoo, they too include Last-Modified ( inspite of having all caching headers). So what is the advantage of having this header ? ( Assuming ETag is on )

-Rakesh

On Tue, Apr 8, 2008 at 4:41 PM, Rakesh Rajan <rakeshxp@...> wrote:
We are trying to implement some of the performance rules in LifeBlob.

A sample header ( for a resource file ) looks like :

DateTue, 08 Apr 2008 11:08:16 GMT
ServerApache
Last-ModifiedWed, 02 Apr 2008 19:15:29 GMT
Accept-Ranges bytes
Cache-Controlmax-age=34560000
ExpiresWed, 08 Apr 2009 11:08:16 GMT
VaryAccept-Encoding
Content-Encodinggzip
Content-Length9236
Connectionclose
Content-Typetext/css

So the question I have is around Last-Modified header. Is this header really necessary since I have all the caching headers present?  Also, I am planning to turn on ETags.

Thanks,
Rakesh Rajan


#353 From: "Barry Hunter" <barry@...>
Date: Tue Apr 8, 2008 11:28 am
Subject: Re: Last-Modified Timestamp header
b_b_hunter
Send Email Send Email
 
There was a thread about this a while ago, started by me following
seeing a blog post suggesting that disabling Last-Modified would help,
as browsers would be more inclined to honour the Expires (or even
Etags) - which I think is what you are suggesting.

However on testing (bothing a developerment site with IE and Firefox,
and on a live website - with real traffic) it was not really the case.
Even with Expires set browsers would request the object again more
often at least when the user pressed F5 - possibly other cases (I
observe a high rate of them, but I could only reproduce pressing F5) -
or it could be users disabled caching (IE offers this )*

So my conclusion was to leave them on - at least that way the
webserver can usually return a 304 for these repeat requests.

Yes I know Etags are meant to offer similar functionality, but from
what I can tell they are not as widly supported as Last-Modified.

One thing I learnt is the Last-Modifed check at the server end can be
a simple string comparison, I was parsing the date and comparing
numbers, but that is not needed, the browser seems to store it as a
string. This also allows you to use fake dates, if you dont want to
disclose real dates (if that is your objection to Last-Modified) -
although someone please correct me if this is not good idea!


* One mitigating circumstance which only came to light later, is the
static content was served from a subdomain of the main domain, so
cookies where still used (we didnt define a server name) - so that
could of lowered the browsers reliance on Expires. Will have to test
it again nwo no cookies are invoved in static content.




On Tue, Apr 8, 2008 at 12:11 PM, Rakesh Rajan <rakeshxp@...> wrote:
>
>  We are trying to implement some of the performance rules in LifeBlob.
>
> A sample header ( for a resource file ) looks like :
>
>
> DateTue, 08 Apr 2008 11:08:16 GMT
> ServerApache
> Last-ModifiedWed, 02 Apr 2008 19:15:29 GMT
> Accept-Ranges bytes
> Cache-Controlmax-age=34560000
> ExpiresWed, 08 Apr 2009 11:08:16 GMT
> VaryAccept-Encoding
> Content-Encodinggzip
>  Content-Length9236
> Connectionclose
>  Content-Typetext/css
> So the question I have is around Last-Modified header. Is this header really
> necessary since I have all the caching headers present?  Also, I am planning
> to turn on ETags.
>
> Thanks,
> Rakesh Rajan
>



--
Barry

- www.nearby.org.uk - www.geograph.org.uk -

#354 From: Zhang Yining <zhang.yining@...>
Date: Tue Apr 8, 2008 11:54 am
Subject: Re: Re: Last-Modified Timestamp header
talk2yining
Send Email Send Email
 
Rakesh Rajan wrote:
> I missed a point in the last mail. When I looked at the headers in case of
> Yahoo, they too include Last-Modified ( inspite of having all caching
> headers). So what is the advantage of having this header ? ( Assuming ETag
> is on )

Last-Modified and ETag headers are quite different from cache control
headers. They are used to _Revalidate_ cached copies of objects in a
conditional GET (note that it's quite likely that an expired copy is
still a valid copy).

You might want to enable both Last-Modified and ETag in anticipation of
cases when it's possible for an object to be "modified" but not actually
changed or significantly enough to be considered changed, for example:
on unix you can touch a file to change its modified timestamp without
altering the content.


> -Rakesh


--
Zhang Yining
URL:         http://www.zhangyining.net | http://www.yining.org
mailto:      yining@... | zhang.yining@...
Fingerprint: 25C8 47AE 30D5 4C0D A4BB  8CF2 3C2D 585F A905 F033

#355 From: Reham El Gammal <reham.elgammal@...>
Date: Tue Apr 8, 2008 4:00 pm
Subject: Response time and size
reham_elgammal
Send Email Send Email
 

Hello

I have a question of the response time and the size that Yslow calculate for each page tested

 

First:-

How this response time is calculated? Is it the response time for the HTML component “JS, css...etc” only” Does this response time take different latency measurement on calculating the response time?

 

Secondly:-

 

Is the size of the HTML component? or the whole size for all the page

 

 

Thx

Reham


#356 From: "Stoyan Stefanov" <stoyan@...>
Date: Tue Apr 8, 2008 5:52 pm
Subject: RE: Response time and size
ssttoobg
Send Email Send Email
 

Hi Reham,

 

In the Components tab you can see individual response times for each component. You’re probably asking about the response time and size that show up in the status bar?

 

The response time shown there is the time from the unload event of the previous page to the onload event on the current page, so yes, it takes into account the components.

Same for the size, it’s a sum of the sizes of the individual components.

 

Best,

Stoyan

 


From: exceptional-performance@yahoogroups.com [mailto:exceptional-performance@yahoogroups.com] On Behalf Of Reham El Gammal
Sent: Tuesday, April 08, 2008 9:00 AM
To: Performance (exceptional-performance@yahoogroups.com)
Subject: [exceptional-performance] Response time and size

 

Hello

I have a question of the response time and the size that Yslow calculate for each page tested

 

First:-

How this response time is calculated? Is it the response time for the HTML component “JS, css...etc” only” Does this response time take different latency measurement on calculating the response time?

 

Secondly:-

 

Is the size of the HTML component? or the whole size for all the page

 

 

Thx

Reham


#357 From: "Rakesh Rajan" <rakeshxp@...>
Date: Wed Apr 9, 2008 10:33 am
Subject: Re: Last-Modified Timestamp header
rakeshxp
Send Email Send Email
 
Thanks Barry for the information.

The caching seems fine in FF2 ( but in FF3, the cached resource seems to expire in couple of mins).

Regarding cookies in static content, I see that in our case, all the static content has google analytics cookie ( but still I don't see any caching issue in FF2 )

Thanks,
Rakesh

On Tue, Apr 8, 2008 at 4:58 PM, Barry Hunter <barry@...> wrote:

There was a thread about this a while ago, started by me following
seeing a blog post suggesting that disabling Last-Modified would help,
as browsers would be more inclined to honour the Expires (or even
Etags) - which I think is what you are suggesting.

However on testing (bothing a developerment site with IE and Firefox,
and on a live website - with real traffic) it was not really the case.
Even with Expires set browsers would request the object again more
often at least when the user pressed F5 - possibly other cases (I
observe a high rate of them, but I could only reproduce pressing F5) -
or it could be users disabled caching (IE offers this )*

So my conclusion was to leave them on - at least that way the
webserver can usually return a 304 for these repeat requests.

Yes I know Etags are meant to offer similar functionality, but from
what I can tell they are not as widly supported as Last-Modified.

One thing I learnt is the Last-Modifed check at the server end can be
a simple string comparison, I was parsing the date and comparing
numbers, but that is not needed, the browser seems to store it as a
string. This also allows you to use fake dates, if you dont want to
disclose real dates (if that is your objection to Last-Modified) -
although someone please correct me if this is not good idea!

* One mitigating circumstance which only came to light later, is the
static content was served from a subdomain of the main domain, so
cookies where still used (we didnt define a server name) - so that
could of lowered the browsers reliance on Expires. Will have to test
it again nwo no cookies are invoved in static content.



On Tue, Apr 8, 2008 at 12:11 PM, Rakesh Rajan <rakeshxp@...> wrote:
>
> We are trying to implement some of the performance rules in LifeBlob.
>
> A sample header ( for a resource file ) looks like :
>
>
> DateTue, 08 Apr 2008 11:08:16 GMT
> ServerApache
> Last-ModifiedWed, 02 Apr 2008 19:15:29 GMT

> Accept-Ranges bytes
> Cache-Controlmax-age=34560000
> ExpiresWed, 08 Apr 2009 11:08:16 GMT

> VaryAccept-Encoding
> Content-Encodinggzip
> Content-Length9236
> Connectionclose
> Content-Typetext/css

> So the question I have is around Last-Modified header. Is this header really
> necessary since I have all the caching headers present? Also, I am planning
> to turn on ETags.
>
> Thanks,
> Rakesh Rajan
>

--
Barry

- www.nearby.org.uk - www.geograph.org.uk -


#358 From: "Rakesh Rajan" <rakeshxp@...>
Date: Wed Apr 9, 2008 10:38 am
Subject: Re: Re: Last-Modified Timestamp header
rakeshxp
Send Email Send Email
 
Zhang ,


You might want to enable both Last-Modified and ETag in anticipation of
cases when it's possible for an object to be "modified" but not actually
changed or significantly enough to be considered changed, for example:
on unix you can touch a file to change its modified timestamp without
altering the content.


Recent Activity
Visit Your Group
Yahoo! Groups


 Does this mean that even if only the timestamp of the file is changed ( and the content is still the same ), the server would return a  304 ( even though last-modified header is changed ) ?

-Rakesh
D. __,_._,__


Messages 329 - 358 of 2065   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help