Thursday 1 October 2015
6 Ways to increase website speed
Do you like this story?
6 Ways to increase website speed |
The load time from websites are one of the most important
factors affecting its usability about Internet users will just skip an site
altogether if it fails to load within a few seconds. Below you'll find the
summary of the increase website speed series.
Those are simple yet effective
ways to be sure that your website are running fast. You can click with each
point to read the article on comments from the readers.1. Optimize Images:
Always apply to “Save for the web”
feature included with image editing software. Images represent the heavier load
on virtually any website so be sure you're optimizing them. Alternatively you
could also turn to an online image optimizer.
2. Image Formats:
A part of 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 is designed on CSS nowadays. Be sure to aggregate and
clean your CSS. CleanCSS are a online tool that will merge similar selectors or
remove useless properties and removing the whitespace from your code.
4. Use a Slash on Your Links:
When a user opens an link with form
“http://domain.com/about” the server will need to figure what kind from file or
page are contained on it address. If you include a slash (/) at the end from
the link the server will already know that this is a directory page or reducing
the load time from the site.
5. Use the Height and Width Tags:
A lot of people forget to add the Height and Width tags
with image codes. Those tags will be sure that the browser knows the size from
the image before loading it. The result is that it will reserve an spot as the
images while loading the rest of the page or speeding up to the whole process.
6. Reduce the HTTP Requests:
When opening an web page every object (images or scripts and
the line) will require a round trip to the server. These latency can add
several seconds to the load time from your site. Be sure to reduce the number
from objects and to combine CSS files and the scripts together.
Also Read:
How to Optimize Title Tag for WordPress
Subscribe to:
Post Comments (Atom)
Post a Comment