97% of Internet users look online for local products & services
38% of small businesses in California have a website
Are you ready to offer them also your product or service?
Use www.anaZana.com to make your e-store or website!
Call me 619.729.8386
97% of Internet users look online for local products & services
38% of small businesses in California have a website
Are you ready to offer them also your product or service?
Use www.anaZana.com to make your e-store or website!
Call me 619.729.8386
08.12.2010 04:25
Since Google has clearly announced that the website’s download speed is one of the important benchmarks for site’s rating I will go over a few basics which could affect your SERPs (Search Engine Page Results). I personally think that this push for speedy websites is driven not so much by Google’s concern about web speed but by the financial considerations. Faster web will help Google to save a good chunk of money while indexing sites. Every time Google deploys a bot to index a site it takes time, although it takes a very tiny amount of time, because of the volume of indexing it all adds up and given the fact that Google’s servers consume a lot of electricity any indexing efficiency increase will result in savings to Google.
I consider these to be the major speed factors:
If you are using a shared hosting, some of your server neighbors may hog most of the bandwidth and that will result in a substantial slowdown of your web pages performance. Let’s say they have launched a large scale email campaign and they are streaming video from their website. Most likely this will result in a substantial slow down of your web pages load time. That’s why you have to monitor your server traffic performance using your preferred software tools and if necessary talk to your hosting provider.
Try not to slice images. Image slicing technique came from the old times when web designers were confided to web page layouts based on tables, and were slicing images to fit different table cells. Now with tableless layout methods and CSS there is no need to slice images. The problem with image slicing is this: user’s browser has to download each and every slice separately and that takes additional time. When designing a web page consider how many requests will be sent to a server to download all elements.
Externalize all java scripts, except for the small snippets. Externalize all styling elements.
Avoid white spaces between the code lines. This is an issue with most blog templates were generated HTML looks like spider web with a huge gaps in between. Same goes for external CSS files.
When using CSS, avoid multiple declarations for the same element, this will help you to reduce the size of your styling documents. Also, if a page is using different layout with many unique styling elements, create a separate style sheet. For example, index page can use index.css where article page can use article.css and so forth.
You can use html code compression through gzip or other methods.
Same goes for Flash websites, they usually take longer to load not to mention are more difficult to be indexed if not properly optimized. It’s ok to use flash elements on your site but for the sake of performance use them sparingly.
I don’t think that media files will affect rankings if properly embedded in the web page. Some of the development software generates large chunks of embedded code to ensure browser compatibility. I think it is better to manually define which style sheet of media type to display using browser declaration techniques.
These are major points of consideration when faced with your website speed performance. If you are a web developer, you probably have your methods but whether we like it or not, it looks like we will have to pay more attention to a speed factor thanks to the latest Google demand.
Only registered users can add comments.