
7 Ways to Speed up Load Time Blog
1. Optimize Image: always use the Save for Web feature included on image editing software, especially Photoshop. Image is a heavy burden on nearly all websites so make sure you optimize your images on blogs, which means that you try to load the images should be light. Or you can also use an online image optimization.
2. Image Format: apart from optimizing the picture, it is important that you choose the right format. JPEG format for photos or images match the original color. GIF format is more suitable for flat-color images comprising only a maximum of 2 colors like logos or buttons. PNG works very similar to GIF but it supports more colors and fairly large space.
3. Optimize your CSS: Web site is currently mostly designed with CSS. Be sure to clean up the CSS of your blog. Clean CSS is an online tool that will incorporate the same css script, remove useless properties and remove the spaces from your code.
4. Use Link Slash on you: when a user opens a link in http://www.domain.com/about form the server will need to find a type of file or page located at that address. If you include a forward slash (/) at the end of the link server will already know that this is a page directory, reducing site load time. So if rewritten into http://www.domain.com/about/
5. Use tags hight and width: a lot of people forget to add tags hight and width in the code image. The tag will ensure that the browser knows the size of the image before loading. The result means that there will reserve a place for a picture while loading the rest of this page and accelerate the entire process.
6. Reduce the HTTP request: when opening a web page, each object (images, scripts and online) will require a round trip to the server. This latency may add a few seconds load time of your site. Be sure to reduce the number of objects and better scripts combine CSS files together.
7. Server hosting. In the end all the above tips will be less than the maximum work if it is not supported by good hosting servers. So make sure you choose a server hosting firm.
How to speed up load time that I describe this blog, focuses on accelerating the wordpress blog mainly using paid hosting. If you have suggestions, please write in comments...
No comments:
Post a Comment