web development
For some time the facts on this topic were quite vague, but Google recently announced that website speed is now officially one of the top 200 items taken into account when generating search results. So in this series, I’ll be taking a look at how you can increase the speed of your site.
The effect of website speed on page rank is not a big threat to most users as Google estimates that only 1% of websites will be affected. But it comes down to the end users once again, and a faster internet is a better internet for everyone. Content stays at the top of the log, but if you have two sites with good content the faster site will be indexed above the other.
There are a lot of tools to help you determine your website speed, such as :
Here are a number of ways :
background-position property.Expires header.Cache-Control header to help the browser with conditional requests.HTTP_ACCEPT_ENCODING environment variable tells you whether the user has compression support, for example :
$support = getenv('HTTP_ACCEPT_ENCODING');
if ( ($support!==false) && (stripos($support,'gzip')!==false) ) {
// user accepts gzip compressed content
}
There is so much more to write about page loading speed, and so little time…
Well that’s it for this instalment, stay tuned for more!
Based in South Africa, we're a web-development company...
(3)
(5)
(4)
(9)
(6)
(5)
(14)
(2)
(2)
(2)