|
Speed is crucial to site success, but it is easy to let it slip by. Your team needs to evaluate every aspect of the site to make sure it is fast enough. So many factors affect speed – the backend code, the front end design, the features and the server you buy from the market.
There is no single factor that slows down your site. When the moment the page appears on your screen, a lot of things have to happen, and they all slow down the site speed. A web page seems slow when:
-
Pages are too big and take too long to transfer. Too many graphics, too many scripts, and too much multimedia add up to a long wait for users.
-
Images are too big and take too much time to transfer. They should be compressed to reduce size.
-
Nested tables in the HTML code confuse the browser.
-
Too many ads on the page slow it down, especially "rich media" ads.
-
Width and height are not specified for images and tables. This force the browser to waits for every element to load before drawing the page.
-
Site is not compatible with all common platforms and browser.
-
Servers lack the strength needed to quickly generate results for many simultaneous users.
-
Bandwidth is insufficient for the number of visitors you are receiving especially during peak hours. |