Forum Moderators: Robert Charlton & goodroi
But my site is highly optimized to show fast content.
It's not only the html, css and images. There are other factors like server environment, port throughput and also server and application latencies. The steps you've taken and mentioned in the original post are more regarding bandwidth than speed.
onebyone wrote:
what about resources(CPU/Memory) consumption? Maybe usage of such metric is googles little secret?
the gwt page speed info talks about times the googlebot sees
I just wish there were a way to increase the load speed of adsense ads. With adblock, my pages render from across the country in 700ms. Without adblock the pages take 2.5 seconds.
if (window.performance&&performance.timing) {
setTimeout(function(){
var htmlfivespeed = performance.timing.loadEventStart - performance.timing.fetchStart;
htmlfivespeed = htmlfivespeed/1000;
$("body").append('<div style="position:fixed;bottom:1px;right:1px;padding:4px;background-color:#000;color:#FFF;font-size:12px;">'+htmlfivespeed+'</div>');
},3000);
}