Do you put your customers on wait ?
A well-done website responds and downloads fast.
People don’t like to wait around when they’re on a website, and speed is especially critical if you’re trying to interest completely new visitors. If they don’t see something interesting fast, they go somewhere else.
How fast is your site ? Check it with Google’s PageSpeed Insights …
https://developers.google.com/speed/pagespeed/insights/
It gives you a score out of 100% for the desktop website and the mobile one, with fixes listed underneath.
I checked a website recently for someone who was after an opinion. It loaded really poorly & is guaranteed to be turning prospects away and losing a heap of business.
I visited the site 4 times and 2 of those it failed to load and gave a “not available” message ! It also has terrible scores per Google PageSpeed Insights.
As well as PageSpeed Insights, there are now a lot of free online resources that provide actionable details about a website’s performance.
In-depth performance research
- https://gtmetrix.com
- https://tools.pingdom.com
- https://www.webpagetest.org
- https://testmysite.thinkwithgoogle.com
How to speed up your website ?
After the visitor’s own internet connection, the thing that influences how fast your website downloads is how fast the computer it runs on can spit it out. And this largely depends on
- how many websites are sharing the programs that make it work
- and how many things the website is asking the CPU ( central processing unit ) to do.
All things being equal, the distance that the computer that hosts the website is from the visitors is also an influence. But it’s far less an influence than these next things …
[feature_block style=”icon” overall_style=”icon” columns=”1″ icon_style=”icon”][feature title=”Virtual%20private%20servers” icon=”302.png” upload_icon=”” bg_color=”” href=””] Most guys who set up their websites generally go for the cheapest hosting, which is shared hosting. But imagine, for example, if you were sharing the one word processor on one computer with 100 other guys. It would take AGES to get the document written and printed. It’s the same with shared website hosting. The websites share all the apps that make it work and download to peoples computers. So it’s slow. A VPS ( virtual private server ) gives you your own copy of all the apps and the cost of a VPS has come down a lot the last couple of years. We have a VPS running on ServerMule who are in Sydney, Australia and which costs about $50 AUD per month … https://www.servermule.com.au If you’re thinking of changing hosts, most companies will have an option to move your website over from it’s current hosting. So make sure you ask them. About 80 of the larger, better known hosting companies are now owned by EIG or Endurance International Group, who generally spread server resources pretty thin for a LOT of websites. Here’s the list of hosts on Wikipedia. We had a Bluehost VPS for about a decade until they were bought by EIG and the service became terrible. [/feature] [feature title=”Number%20of%20Processes” icon=”140.png” upload_icon=”” bg_color=”” href=””] The majority of website these days are built with generic content management systems ( CMSes ) and using the PHP programming language. These make it stacks easier to manage and update a website, but they create their pages by assembling each page from data in a database. This takes a bit longer than firing out a pre-existing, text-file page. Also they can all be extended with extra cool functions – called plugins for WordPress or extensions for Joomla etc. As each one of these also needs computer time to run this can also slow things down a lot. So if you have a WordPress site or one that’s database driven, it’s important to keep the number of extensions down as much as possible. [/feature] [feature title=”Cashing” icon=”249.png” upload_icon=”” bg_color=”” href=””] Cashing is where a pre-assembled, plain-text version of a page is held ready for instant download. Where you have a database-driven site, this is considerably faster than assembling the page each time a surfer clicks a link to get it. How to speed up your website depends largely on what you’ve built it with and the points just covered. But start off by looking at ways to implement the fixes Google suggests. For WordPress users here’s a plan … [/feature] [feature title=”Especially for WordPress users” icon=”1.png” upload_icon=”https://spellboundweb.com/wp-content/uploads/2015/05/wordpress_logo_60.png” bg_color=”” href=””]- Install the P3 ( Plugin Performance Profiler ) plugin and see which plugins are slowing down your website. Work out how to do without them.
- Reduce the total number of plugins to the minimum you can get away with.
- Install the W3 Total Cash plugin and play with all the options checking your website’s response and load times as you go.
- Upgrade to a VPS.