shallow

msg:4441676 | 9:59 pm on Apr 16, 2012 (gmt 0) |
Any one have any experience or insights with this issue? Thank you.
|
Sgt_Kickaxe

msg:4441787 | 4:44 am on Apr 17, 2012 (gmt 0) |
Shallow, Google will only speed test 1% of your total impressions according to their literature and this is predominantly done via their Chrome browser for obvious reasons. It also tends to happen for your busiest pages regardless of country of origin of your visitors. It's not an accurate way of measuring speed. A CDN might be your biggest help if your visitors come from around the world. Having a server smack in the middle of where your visitors are is always ideal. No Google isn't god and they likely aren't penalizing you. I believe you'll even see they tell you how accurate the sampling was by telling you if it was a small, medium or large sampling. Less than 2,000 visitors a day = small to medium sampling at best which happens to include most sites.
|
levo

msg:4441809 | 6:56 am on Apr 17, 2012 (gmt 0) |
You can test the actual loading time by using this script on ie9/chrome/firefox
if (window.performance&&performance.timing) { $(window).load(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>'); }); }
You can also load comments with ajax after onload event.
|
lucy24

msg:4441818 | 7:11 am on Apr 17, 2012 (gmt 0) |
If you have an enormously long page, then obviously it will take longer to load than a short page from the same source. g### isn't measuring speed per byte but total speed. Coincidentally I just noticed (different thread) that they claim I am faster than ... uh ... something wildly improbable, like "98% of all sites". I can only say that those figures must be based on my most emaciated pages, because I know my host is not all that speedy.
|
SirTox

msg:4441850 | 8:17 am on Apr 17, 2012 (gmt 0) |
If you're talking about WordPress, it's especially slow if you have nested comments enabled. This is because there is a bunch of javascript that loads at the top of the page when it's turned on. There's also a setting related to converting emoticons and using gravatars which can also slow down your pages. I like to disable everything and keep it basic and also set it to load only 10 comments at a time.
|
shallow

msg:4442662 | 9:43 pm on Apr 18, 2012 (gmt 0) |
thank you everyone (!) for your helpful replies. I found this one especially pertinent: "If you're talking about WordPress, it's especially slow if you have nested comments enabled. This is because there is a bunch of javascript that loads at the top of the page when it's turned on. "There's also a setting related to converting emoticons and using gravatars which can also slow down your pages. I like to disable everything and keep it basic and also set it to load only 10 comments at a time." Yes, I'm using WordPress. Thanks for these insights and, again, thank you all!
|
shallow

msg:4442664 | 9:45 pm on Apr 18, 2012 (gmt 0) |
SirTox, I'm I correct in assuming, based on your comments, that I should have have posted comments turned off? If a site visitor wants to read them, give them an option to manually enable them?!
|
SirTox

msg:4443286 | 7:35 am on Apr 20, 2012 (gmt 0) |
Turning posted comments would be a bit extreme. What I'd do is open your WP admin panel and go to Discussion and Uncheck "Enable threaded comments". Check "Break comments into pages" and maybe select to display 5 comments at a time. Under the Writing settings, uncheck the option to "Convert emoticons". These steps are ideal for gaining a bit more page speed.
|
bluemonster

msg:4443307 | 8:41 am on Apr 20, 2012 (gmt 0) |
enable threaded comments, So first page make sure only 5 to 6 comments.
|
rlopes

msg:4443517 | 6:19 pm on Apr 20, 2012 (gmt 0) |
Don't disable the comments just to get faster. You gotta balance speed and content, and also notice that not all audiences care the same about website speed. Tech savvy people are usually much more worried about speed then most people, for example.
|
|