Category Archives: Web Design

How to Speed Up your Website?

Hi Folks,

Today I’m going to share some points on speeding up your website or blog. Normally we don’t like a website which has a long loading time. So how to reduce the loading time of our site:

Reduce site loading time

  1. Compress Scripts: Scripts take the main role in increasing the loading time. And when the scripts are heavily commented & has a full formatting then it adds to the trouble. So if we compress the scripts by removing all the comments & removing the formatting then we can save some time. Following are some scripts compressors:
  2. Standard Code: Always code in the standard form defined & maintained by W3C. Since a standard code is quickly read by browsers & search engines. W3C provides the following validators to check whether the given document is according to the standard or not:
  3. Compress Images: Optimize graphics for web before using them. Images take a considerable amount of time & on compressing them saves a lot of time  but sometimes compromises the quality. So CSS Sprites can be used which is basically making a single image after including all the graphics. Check YouTube’s CSS Sprite for better understanding.
  4. Server Side Includes(PHP): Reduce server side inclusion of scripts to increase the processing speed.  Insert HTML directly in the scripts rather than echoing them like in WordPress for displaying the title of blog <?php bloginfo(‘name’); ?> is used instead if we replace it with an echo simply write the title then we would decrease the loading time. Since we would change our blog’s name in a rare condition.
  5. Resizing Images: Never use a large image by simply setting its width & height rather resize the image to the desired dimensions & then use. Since in the both the case we are displaying the same image but in the first case it is having much larger size.
  6. Use CDN: CDN stands for content delivery network. It is really the most effective method to decrease load time. Most of the busy sites are using it. Popular CDN providers are Microsoft Azure, Amazon S3, Akamai, etc.

These few points are highly effective & can reduce the page loading time to a considerable amount. So next when you’re building a website just keep this points in mind or if you’re planning to optimize your present site then also it’ll help you a lot. Do let me know about the results also share you views.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Shubhamoy’s Link Shortener

Hi Folks :) ,

I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener.

Demo | Download

Shubhamoy's Link Shortener

It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All of you might be thinking that why didn’t I bought a short domain name? Well first of all I want to add more features to it before placing it on a domain. So therefore I like to request all my worthy visitors in giving me there views, feedback & suggestions on it.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Optimize Wibiya Toolbar

Wibiya Toolbar(or Wibiya Wibar) is an amazing and multi purpose toolbar. It is an all-in-one plugin for a blog. You can read more about it @ Wibiya Toolbar for Blogs. It had been a week using it, I faced a trouble with it’s loading time. So here is a way to decrease, it’s loading time.

Wibiya Toolbar

Wibiya Toolbar

For WordPress and Other Sites:

  1. Move to “http://blog.yourname.com/wp-admin/plugin-editor.php
  2. Select Wibiya Plugin from the drop down list
  3. Now check line 10-11. Find out toolbarId=xxxx. Add ‘&pl=1
  4. Check out your blog!

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts