Our website is made possible by displaying online advertisements to our visitors.
Please consider supporting us by disabling your ad blocker.
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: Test tools for Websites - post them here!

  1. #11
    Web Guru Marc J's Avatar
    Join Date
    Feb 2007
    Location
    Edinburgh
    Posts
    3,340

    Default

    Quote Originally Posted by rth_discos View Post
    I'll start the benchmark with my result:
    Is that a gauntlet I see?

    Name:  pingdom.jpg
Views: 164
Size:  19.5 KB

    Paul - I don't know how much use your tawk.to feature gets, but it's causing issues on both tests and it might be worth ditching it if it isn't used. I looked all over the page and couldn't actually find it (I'm assuming it's some sort of live chat).

    Another good test is https://gtmetrix.com, but you need to create a free account if you want to test from different locations (i.e. London), as the default is Vancouver.

  2. #12
    Imagine's Avatar
    Join Date
    Feb 2014
    Location
    Ely, Cambridgeshire
    Age
    53
    Posts
    2,450

    Default

    Go on then - I'll rise to the challenge

    Name:  SpeedTest.jpg
Views: 160
Size:  20.8 KB

    My biggest negative on all of these sites is that I apparently need to leverage browser caching. Interesting because I went and purchased the pro version of WPCache

  3. #13
    Spirits High's Avatar
    Join Date
    Nov 2006
    Location
    Chesterfield
    Age
    54
    Posts
    5,186

    Default

    Quote Originally Posted by Marc J View Post

    Paul - I don't know how much use your tawk.to feature gets, but it's causing issues on both tests and it might be worth ditching it if it isn't used. I looked all over the page and couldn't actually find it (I'm assuming it's some sort of live chat).
    It's not on all the time and is mainly switched on the day after a Wedding fayre especially the big fayres. Ideally it'll be on all the time but I can't always guarantee I'll be sat at my pc. I'm in the back end now so will go shut it down!
    Professional DJ & Event services inc Led & Starlight dancefloors, Venue uplighting

    Derbyshire Wedding DJ - Wedding Uplighting, Dancefloors and Professional Wedding DJs

  4. #14
    Spirits High's Avatar
    Join Date
    Nov 2006
    Location
    Chesterfield
    Age
    54
    Posts
    5,186

    Default Test tools for Websites - post them here!

    Following on from my Media agencies thread which has now been well & truly hi-jacked as a test bed and web ego trip thread I've moved them all over here.

    If you have a web speed / page insight type tool you use post it here along with your result and we'll see who rules supreme!
    Professional DJ & Event services inc Led & Starlight dancefloors, Venue uplighting

    Derbyshire Wedding DJ - Wedding Uplighting, Dancefloors and Professional Wedding DJs

  5. #15
    Web Guru Marc J's Avatar
    Join Date
    Feb 2007
    Location
    Edinburgh
    Posts
    3,340

    Default

    Quote Originally Posted by Imagine View Post
    My biggest negative on all of these sites is that I apparently need to leverage browser caching. Interesting because I went and purchased the pro version of WPCache
    Nothing you do will fix that, looking at the Google PageSpeed Insights results for your site, the "Leverage Browser Caching" relates to the following URLs: -

    http://www.djep2.com/clients/include...et_updates.css (expiration not specified)
    https://static.doubleclick.net/instream/ad_status.js (15 minutes)
    https://connect.facebook.net/en_US/fbevents.js (20 minutes)
    https://connect.facebook.net/signals...52069?v=2.7.10 (20 minutes)
    https://maps.googleapis.com/maps/api...ftfA&ver=4.7.5 (30 minutes)
    http://i.ytimg.com/vi/0UOoLlparmc/hqdefault.jpg (2 hours)
    http://i.ytimg.com/vi/JBGZpzQHVV8/maxresdefault.jpg (2 hours)
    http://i.ytimg.com/vi/S1ZdcT0hBuI/maxresdefault.jpg (2 hours)
    http://i.ytimg.com/vi/XJa0ZiF9_Nw/maxresdefault.jpg (2 hours)
    http://i.ytimg.com/vi/X_1KPsHCEzU/maxresdefault.jpg (2 hours)
    http://i.ytimg.com/vi/gyXmXGK0Juc/maxresdefault.jpg (2 hours)
    https://www.google-analytics.com/analytics.js (2 hours)

    None of which are on your server, so they are all outwith your control.

  6. #16
    Web Guru Marc J's Avatar
    Join Date
    Feb 2007
    Location
    Edinburgh
    Posts
    3,340

    Default

    Quote Originally Posted by Spirits High View Post
    It's not on all the time and is mainly switched on the day after a Wedding fayre especially the big fayres. Ideally it'll be on all the time but I can't always guarantee I'll be sat at my pc. I'm in the back end now so will go shut it down!
    Much better

    Name:  pingdom.jpg
Views: 162
Size:  20.5 KB

    IMHO you should keep it off, and only switch it on when you're there to deal with it if it gets used.

  7. #17
    Spirits High's Avatar
    Join Date
    Nov 2006
    Location
    Chesterfield
    Age
    54
    Posts
    5,186

    Default

    Quote Originally Posted by Marc J View Post
    Much better

    IMHO you should keep it off, and only switch it on when you're there to deal with it if it gets used.
    Then that's what I shall do!

    "Spoken Web Yoda has"
    Professional DJ & Event services inc Led & Starlight dancefloors, Venue uplighting

    Derbyshire Wedding DJ - Wedding Uplighting, Dancefloors and Professional Wedding DJs

  8. #18
    Web Guru Marc J's Avatar
    Join Date
    Feb 2007
    Location
    Edinburgh
    Posts
    3,340

    Default

    For those who want to "cheat" page speed results because the only results in "Leverage Browser Caching" are Google's own Google Analytics javascript files, you can wrap the GA javascript in an "if this isn't a pagespeed test" check, so for example: -

    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-XXXXXXXX-1', 'auto');
    ga('send', 'pageview');

    becomes: -

    if(navigator.userAgent.indexOf("Speed Insights") == -1) {
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-XXXXXXXX-1', 'auto');
    ga('send', 'pageview');
    }

    NOTE: Don't copy & paste, you need your GA ID in there instead of UA-XXXXXXXX-1 for a start!

    Pointless as real visitors still get the GA javascript served without browser caching, so the page speed results are technically correct, you haven't fixed anything!
    Last edited by Marc J; 20-05-2017 at 11:03 AM.

  9. #19
    yourdj's Avatar
    Join Date
    Jan 2008
    Location
    The New Forest
    Age
    43
    Posts
    7,110

    Default

    I am not doing so good on that one. i would be happy with a high C tbh.
    I have a lot of plugins and probably a messy code so its never going to be in the A category.

    is this thing accurate as my DJ alliance one now shows 64, but on Google its still 10!!
    I am more inclined to trust Google as after all its the one and only company I am trying to get rankings on.

    Plus their server is not 2,500 km away from mine.

    Name:  1.jpg
Views: 160
Size:  19.5 KB

    Attachment 18358
    Attached Images Attached Images  
    Your DJ - Mobile DJ The New Forest, Southampton & Hampshire. Toby
    https://yourdj.co.uk/

  10. #20

    Join Date
    Feb 2015
    Location
    Reading, Berkshire
    Age
    40
    Posts
    1,439

    Default

    Performance grade is a rather arbitrary figure.

    The useful number here is Load Time.

    You want this under 5 seconds.

    Anything less than 2 seconds is very good.

    Test it a few times - you'll soon notice your server doesn't respond at the same speed every time - so look at the average result over a number of tests.

    Beyond 5 seconds and your visitors start to get impatient - which really affects things when it comes to clicking on more pages through the website.

    Obviously Google.co.uk will load the quickest as it only has a small bit of text and a search box. As you load up more images and "plugins" to a site, so it slows it down. There's a balance to be made though. Don't turn off a plugin if it speeds the site up, only to reduce your conversion rate if it plays a key part in selling your service. So check everything on your site - do you need it? How important is it? If it's not important, consider removing it and helping your site to speed up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •