これは以下を参照しています:
http://googlecode.blogspot.com/2011/01/go-daddy-makes-web-faster-by-enabling.html
しかし、ページを動的に最適化するためにバックグラウンドでどのように機能するのかはまだわかりません。
「キャッシュされた後続のリクエストが遅い」理由が理解できなかったもう1つのことは?
これは以下を参照しています:
http://googlecode.blogspot.com/2011/01/go-daddy-makes-web-faster-by-enabling.html
しかし、ページを動的に最適化するためにバックグラウンドでどのように機能するのかはまだわかりません。
「キャッシュされた後続のリクエストが遅い」理由が理解できなかったもう1つのことは?
PageSpeed mod_pagespeedは、プラグインのようなApacheサーバー用のモジュールであり、ApacheはIISとは異なるため、IISサーバーにインストールすることはできません。
それが何をするかに関しては、それは複数のことをします:
So this module is pretty cool. It can really speed up the performance of the sites. One downside however is that it uses much more CPU resources on the servers.
Hope this helps.
According to your graph, left picture does not represent loading times of cached requests. It's the number of requests! And, as it's supposed to be, the number of requests to the server goes down and number of cached requests go down.
However I don't see the loading times change. According to this recent research "What is PageSpeed Module?", loading times can be decreased by up to 90%!
Additionally, their numbers on numbers I get from Your pictures match pretty exact: - around 50% cut in number of requests ; - around 80% cut in payload size.
それがどのように機能するかについての考えは、上記の回答の紳士によって説明されています。詳細については、GoogleのドキュメントまたはBoostBusinessFridayの人へのリンクを確認してください。