Site Speed is important for Google

Site Speed is important for Google
  • Apr 12, 2010

Site Speed is important for Google

updated Dec 2022

Google is placing more importance on the speed of a website. For developers who outsource or use some slow loading open source systems this is going to make their sites perform slower and get crawled by Google less often. Sites with many advertisements or other additions may also be affected. The software available for web developers is always improving exponentially.

The notion that a web builder system can keep pace with an experienced web developer using advanced software is absurd.

Check some SEO info on site speed where it discusses the use of plugins often not used correctly by developers. Some developers shortcut and use other peoples code rather than obtain the skills themselves.

Site Speed
Have you ever noticed how some sites load much faster than others with seemingly the same type of page?

Many of the tools developers use to "extend" their skills actually come with a speed overhead.
If the developer does not know which parts work on which page they will often load everything including unnecessary code on every page.
Some of these scripts are written to perform many functions none of which may be included on that particular page.
A poorly created web page is like running up a hill its slower and makes you feel heavier.

Matt Cutts of Google mentions that Google will be using site speed in search rankings in his blog.

Servers and Location

Locating your data centre servers as close as possible to your clients makes sense. The term latency refers to "the delay before a transfer of data begins following an instruction for its transfer". This is magnified when it comes to loading a webpage because -:

Everything you do on the internet is done in packets. This means that every webpage that you receive comes as a series of packets.

The closer the server is to your customer the quicker the page will load - all other factors being equal.

Our 4 server locations

At GoldCoastLogin.com.au we have 4 geographically dispersed server locations. All servers are configured to serve static pages as static pages and dynamic pages as dynamic pages. Some systems server all pages out of a database even if they do not change. Wordpress and other systems have issues.

Monitoring Database Connections

Our systems are built around minimalising database connections use. We configure connection pools for busy pages. MySQL can be monitored for the number of connections in use at any one time.

SHOW PROCESSLIST

This is a very useful command and will display a set of active connections and the databases they are connected to. This is very handy for monitoring resources and detecting spam attacks.

Case study - Hearing Aids site

www.hearingaidsaustralia.com is a simple site that performs very well in searches. Check it on a search for "Hearing Aid Prices Australia".
It uses minimalistic code which allows it to load faster and get crawled easier in Google.
It out performs many other sites targeting the Hearing Aid market largely because of its structure and minimalistic code.

Learn more about the importance of building a site with SEO advantages.

Test your site speed

Google provides a site speed analysis tool that you can test the speed of your site. As web developers we highly optimise code and the servers to give a better user experience because nobody likes a slow website.

Topics

Tags

Share:

A Gold Coast SEO and Web Developer