10 Tips That Will Make Your Website Load Faster

Do you USE these 10 FREE Wordpress Plugins to FASTER the Website Loading?

  • YES

    Votes: 0 0.0%
  • NO

    Votes: 0 0.0%

  • Total voters
    0

sagarrai000

Newbie
Joined
Dec 11, 2009
Messages
48
Reaction score
7
It is pretty annoying when you try to open a website that takes ages to load. Not everyone is blessed with good internet speed and in the world where everything runs in the fast lane, slow loading websites are the worst mistake anyone can make. The worst thing that could happen with slow loading sites is losing the potential clients. There are thousands of competitors on the World Wide Web and the visitor will be easily driven to the competitor's site. To avoid this you can follow few things to make your website load faster.

8_Faster_browsing3.jpg


Images: Large sized images could be blamed for slow loading sites. Images are an essential part of your website. In order to let the images load faster you need to follow these steps:



  • The first thing you need to do is size your image correctly. You cannot decrease the size of an image by just decreasing the height and width. If you have an image of size 40k, decreasing its width and height will still make it the same 40k size. I was making the same mistake on my blog till someone pointed it out to me. When I did this the image's quality degraded. You can use image editor like Adobe Photoshop to decrease the size of the image.
  • The second important thing is to use proper format. If you have complex pictures .jpg format works the best. For simple images with fewer colors .gif files are appropriate. .png format works for both but they could have larger file size.
  • You can even slice images in order to decrease its size. Image slicing is the process of slicing a larger image into smaller images and then putting them back together using an HTML table. This reduces the file size of the image and makes the web page download faster.
  • Using thumbnails is also a good idea to make the pages load faster. You can use Java Script and display only the thumbnail size of the picture and let the user see the larger image only when he clicks on the image.
CSS (Cascading Style Sheets) Files: Table based sites might take longer time to load. The better alternative is using CSS files. The advantage in using these files is that the browser cache can directly read the .css file which makes it convenient and takes lesser time than to read each tag every time the page loads. You can also compress your CSS files.


Height and Width Tags: When you don't define height and width tags , the browser will first need to figure out the size of the image, then load the image and then the entire page taking longer time. This takes a whole lot of time making your website load slower. Hence you need to define the height and width of images as well as tables.


Clean Coding: Some editors add useless codes to your pages (for example: empty tags). You need to remove these excess tags which will help to load your website faster.


HTTP Compression: The HTTP Compression is the method of compressing data sent out from your web server and decompressing it on the other side. This reduces the amount of data transferred making the pages load faster. A standard Gzip or deflate encoding is used to compress the data.


Remove Anything Unnecessary: Flash, images and sound files could be very tempting to place it on your website, but they could be the very cause for slow loading sites. Use minimal flash and images only when they are necessary. About the sound files, they usually tend to startle me more than be informative. So avoiding sound files could be a good thing for faster loading pages and you would not frighten your visitors away.
 
Last edited:
You are just obviously promoting your site: Dazzling Theme

Domain age is: 8 Days
 
Good tips, its always worth having a blazing fast site. Some sites are starting the lag on my old Nexus phone now. Too much js and ads
 
Great post here Bro. Thanks a lot. BUT i was thinking you will be providing details/plugin to do this.
This requires coders knowledge.
 
Some useful tips for WordPress developer and I think one plugin should be there what can solve everything to load website faster.
 
Gotta agree that websites with tons of un-optimized images really slow down the loading time.

And websites with Videos. Its really slow if autoplay is on.

Great tips OP! ;)
 
I think the best speed improvements I've had on my site have come from downloading a plug-in that's actually created by Go Daddy and that's the plug-in speed plug-in what this plug-in essentially does is it goes through every plug-in you have on your WordPress site and then shows you how fast it is performing and shows you which plug-ins are taking up the most resources.


Using this plug-in I found one plug-in that was taking up for 90% of all my loading time because it was an old know plug-in and had started to have a memory leak and was causing my entire site to slow down. I can't remember the exact name of the plug-in I think it's something like PIII plug-in from Go Daddy but I highly recommend that you Google it and find it and any new user uses it.


Also if you're just using WordPress and you want to increase page speed I recommend total cash I also recommends speed booster plug-in and I recommend the smushit plugin
 
I just came across a page online which has some FREE plugins for Image compression and Caching the .js/.css files online. How it works is, they cache images/files/jquery script on nearest server and when visitors visit your website, instead of reaching to your hosting server, it acutally loads the websites from these Cached server. You can read it
 
Last edited:
Don't forget about external resources! Often Google web fonts, Google maps, Facebook widgets or similar are responsible for a significant share of the overall loading time. Doesn't mean using them is bad, but many people forget about them.
 
Back
Top