Google WebMaster says my site is slower than 86% of sites

Discussion in 'ASP.NET / ASP.NET Core' started by strefethen, Apr 1, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is anyone else looking at the performance information provided by Google Webmaster tools and seeing something similar?

    I've recently made several changes to my blog thanks to Google's Page Speed utility and my current score is 82/100.

    I see slowness myself when I click through on posts on my blog and Google's Webmaster tools is proving this out.

    I'd be interested to know what other people's performance.

    Btw, I plan on upgrading to IIS7 to leverage some additional caching features but I'm not sure how much that's going to improve things.

    -Steve
     
  2. Btw, Google's webmaster tools state "On average, pages in your site take 7.7 seconds to load..." which I agree is really slow. I've made a few more changes and improved my Page Speed rating from 82/100 to 85/100. Over the past two weeks I can see a marked improvement in the graph on Google but still the performance is way over the 20th percentile.
     
  3. Is you site really busy or really slack? Is 7 seconds about how long it takes to JIT your app code when the servers' application pool has auto-recycled after a period of inactivity?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Also.. how big is the page you are testing? Note that page size also determine load speed.
     
  5. My site is http://www.stevetrefethen.com/blog/

    It's running blogengine.net v1.5.

    YSlow says: "The page has a total of 37 HTTP requests and a total weight of 331.2K bytes with empty cache"

    There's a bunch of stuff (css and images) I hope to start caching with an upgrade to IIS7 this weekend.

    Are there any easy options for caching these on IIS6? I can't find anything and I don't want to use an HttpHandler as it's something the server can do.
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    If you decided to move to IIS7 soon, I think you should wait until you moved and test performance again.

    IIS 7 is much faster than IIS6.
     
  7. Thanks for the reply Bruce. I've been planning to migrate for some time so I went ahead with it today (probably not the best for support reasons but it's a blog so I'm not overly concerned either). The migration failed and I need to wait for support but I'll be interested to see if/how it affects performance.
     
  8. I'll have to admit the click-and-pray migration is not exactly the best customer experience. It errored out with no details but to contact support. The reply to my ticket was that there was a "problem in the site moving automation system" but unfortunately, it still left my site offline. The tech requested that I retry the process but my migration page still displays the original failure message with no option to retry.

    It seems better fail-over support should be in place such that if the system itself fails at least the customer's site isn't left disabled/offline.
     
  9. Bruce

    Bruce DiscountASP.NET Staff

    hmm.. i'll look into this.
     
  10. My site is up and running once again. Thanks DASP!

    You guys are responsive and always helpful.

    Party on!
     
  11. mjp

    mjp

    We didn't put a lot of development time into the user interface, granted. It's a backend tool for the most part.

    We do schedule the migrations when someone is actually here in the office so that we can address any problems, as in your case. We don't let them run unattended in the middle of the night.

    Which is to say there's a little more hands-on action with the IIS migration than there is with a lot of our other more automated things.
     
  12. Thanks for the reply.

    Yeah, don't get me wrong, DASP rocks! Please take my feedback as constructive as the black box nature of the migration makes it a bit intimidating though I can understand why there wasn't lots of dev time dedicated to it.
     
  13. ;-)

    (Thanks for posting feedback, it is important.)
     
  14. Wow...Nice writeup ;-)
     
  15. I've now revisited Google's webmaster tools to review my sites performance after several months. While I was able to make some significant improvements it's still reporting load times for my site as "slower than 70% of sites".

    I upgraded to IIS7 and made numerous adjustments to my BlogEngine.NET site but the times reported back are still quite slow reporting that pages take on average 4.5 seconds to load.

    My personal experience is it's much faster than what's being reported but I do wonder if that's true for anyone who visits my site. Here is a link to a page where the load time is reported to be 7.2 seconds yet it loads very quickly for me:

    http://www.stevetrefethen.com/blog/DevelopingFacebookapplicationsinCwithASPNET.aspx

    I'd be interested to hear what others have found.

    -Steve
     
  16. Bruce

    Bruce DiscountASP.NET Staff

    i hit your page and it loaded in a sec.
     
  17. mjp

    mjp

    So is mine. Load is very fast.
     
  18. Comcast upgraded me to 10MB today so that page loaded before I clicked the link. ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page