Site Speed is important for Google
- Apr 12, 2010
Site Speed is important for Google
updated Oct 2024
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.
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.
Search News Articles...
Recent Articles
Identifying Misinformation Online
- Dec 20 2024
- /
- 13
How is Metadata used in SEO?
- Nov 21 2024
- /
- 130
Amazon's Role in E-Commerce
- Nov 05 2024
- /
- 138
Australia's Energy Future
- Oct 31 2024
- /
- 286
The benefits of Artificial Intelligence
- Sep 03 2024
- /
- 464
Audio File Formats
- Aug 16 2024
- /
- 398
HTML vs. HTML5
- May 08 2024
- /
- 773
Attention Span Shrinking
- Mar 22 2024
- /
- 1246
Understanding UTF-8 For Non-Coders
- Jan 15 2024
- /
- 1296
Principles of Interaction Design
- Jan 02 2024
- /
- 1557
View All News Articles
Categories
A Gold Coast SEO and Web Developer