SEM

Web Page Download Improvement Tips For SEO


Before you even run the tests above, there are somethings you can look at before actually running the tests:
• Web Page File Size A good web page file size is 30k. A litte more would be ok but if your web page file size is over 40k you really need to have a look at what can be removed and/or improved upon.

• Nested Tables Tables in general slow down the download speed of a page because the browser has to stop and process all the coding for the table. And in nested tables (tables within tables) and that process is slowed down even more. If your web page coding is using nested tables for manipulate the placement of the page elements, then remove these and use CSS (Cascading Stylesheets) instead. You could save a bunch of file size.

• Image File Size Quite often people use images as they received them or straight out of the camera. You need to resize the images before uploading the website. If you use the oversized image and force it to the right size using coding, the browser still downloads the original image.

• Combine CSS and Javascript Files If you see links in the head of your web page coding to a number of CSS files and/or Javascript files you can reduce the download speed of the page by combining all the CSS together and then all the Javascript together in another file. Internal CSS and Javascript coding in the head section of the web page or in the body of the page should be moved to the external CSS and Javascript files also. This also makes things easier to maintain.  

• Third Party Content These days there are lots of third party stats, features and ad networks that can be added to your site, particularly blogs. Unless the background coding is done in such a way that these are loaded at the end of the web page coding being processed, they slow down or even hang your web page if not working.

1 comment: