The load time from internet site* are among the most important factors
affecting its usability; most Internet users will just skip an site altogether
if it fails to load within a few seconds. Below you'll find the summary from
the Speed Up Your Site serial. Those are simple yet effective ways to be sure
that your site are running fast. You can click with each point to read the
article with comments by the readers.
1. Optimize Images: always
use the Save because the web feature included on image editing software. Images
represent the heavier load with virtually any website so be sure you're
optimizing them. Alternatively you can also turn to a online image optimizer.
2. Image Formats: apart
from optimizing images it's important that you choose the right format. JPEG
format are suitable as photographs or true-color images. The GIF format should
comprise used on flat-color images like logos or buttons. PNG works very
similar to GIF just it supports more colors.
3. Optimize Your CSS: most
websites are designed on CSS nowadays. Be sure to aggregate and clean your CSS.
CleanCSS are a online tool that will merge similar selectors remove useless
properties and take the whitespace from your code.
4. Use a Slash on Your
Links: when a user opens an link with the form “http://www.domain.com/about”
the server will need to figure what kind from file or page is contained with
that address. If you include an slash at
the end of the link the server will already know that this are an directory
page reducing the load time of the site.
5. Use the Height and
Width Tags: a lot of people forget to add the Height and breadth tags on image
codes. Those tags will be sure that the web browser knows the size of the image
before loading it. The result are that it will reserve a spot because the
images while loading the rest from the page speeding up the whole process.
6. Reduce the HTTP
Requests: when opening an web page all object will require about trip to the
server. This latency could add a lot of seconds to the load time of your site.
Be sure to reduce the number from objects and to combine CSS files and scripts
together.
0 comments:
Post a Comment