Our website is made possible by displaying online advertisements to our visitors.
Please consider supporting us by disabling your ad blocker.
-
Web Guru
-
-

Originally Posted by
Marc J
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!
-
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!
-
Web Guru
-
Web Guru
-

Originally Posted by
Marc J
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"
-
Web Guru
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 10:03 AM.
-
-
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
-
Forum Rules