Skip to main content

Speed Up Your Website: Make Your Web pages Load Faster

Website DownloadingWeb users often abandon websites that are slow and take more than a few seconds to load. An Akamai survey says that four seconds is the maximum length of time an average online shopper will wait for a Web page to load before potentially abandoning a retail site.

Need for speed - While the "4 second" threshold was derived for online shopping websites, it still suggests that "fast websites" are very essential to getting traffic and retaining them.

Related: How to Completely Test Your Website

As bloggers and website owners, there are several ways in which we can reduce the average page loading time and give a better experience to our site visitors.

Let's look at some of more popular tricks for making faster webpages:

1. Move all HTML code present inside <style> tags to an external CSS file. Styles embedded in webpages make them bulky while the CSS file is downloaded just once on the client computer.

2. Say no to Macromedia Flash Movies or embedded quicktime objects that autoplay when the page is loaded. Youtube videos, that start only when the Play button is pressed, are not an issue here.

3. If your pages have lot of Javascript code, move all the code to a separate external file that would load just once.

4. Split pages with lengthy content into smaller pages. Even search engine robots would love you for this.

5. Large pictures should be avoided on webpages. But if you can't do without them, slice them into smaller pictures.

6. Just say no to bells-n-whistles like Blog Chats, Google Gadgets, Weather forecast widgets, etc. They don't add value to your site and increase the page loading time.

7. A simple height and width attribute to your img tag can significantly improve the image rendering time as the browser gets an hint about the image size even before downloading it locally.

8. Compress your web graphics using any of the free image editing software like Irfanview. A jpeg image with 60% quality compression is good enough for the web.

9. Manually clean up your HTML - if you have done the blog template inside Macromedia Dreamweaver or Microsoft Frontpage, they would have add some extra HTML tags and other information which you probably don't need in the finished version. Open the template in Notepad and delete the additional commentary mercilessly.

10. Stay away from HTML tables especially nested tables. They just confuse the web browser and increase the page rendering time. Use CSS layers instead.

Related: Why is Your Website Slow ?

Bonus Tip: If you are loading images from different web servers [like the RSS subscription buttons you see on this site], this could affect your webpage downloading speed when one of the external site is slow to respond or their server goes down. It's therefore advisable to put all images on just one server.

Related: Get your pictures on Google Images - via.

Popular posts from this blog

How to Download Contacts from Facebook To Outlook Address Book

Facebook users are not too pleased with the "walled garden" approach of Facebook. The reason is simple - while you can easily import your Outlook address book and GMail contacts into Facebook, the reverse path is closed. There's no "official" way to export your Facebook friends email addresses or contact phone numbers out as a CSV file so that you can sync the contacts data with Outlook, GMail or your BlackBerry. Some third-party Facebook hacks like "Facebook Sync" (for Mac) and "Facebook Downloader" (for Windows) did allow you to download your Facebook friends' names, emails, mobile phone number and profile photo to the desktop but they were quickly removed for violation of Facebook Terms of Use. How to Download Contacts from Facebook There are still some options to take Friends data outside the walls of Facebook wall. Facebook offers the Takeout option allowing you to download all Facebook data locally to the disk (include

PhishTank Detects Phishing Websites by Digg Style Voting

OpenDNS, a free service that helps anyone surf the Internet faster with a simple DNS tweak , will announce PhishTank today. PhishTank is a free public database of phishing URLs where anyone can submit their phishes via email or through the website. The submissions are verified by the other community members who then vote for the suspected site. This is such a neat idea as sites can be categorized just based on user feedback without even having to manually verify each and every submission. PhishTank employs the "feedback loop" mechanism where users will be kept updated with the status' of the phish they submit either via email alerts or a personal RSS feed . Naturally, once the PhishTank databases grows, other sites can harness the data using open APIs which will remain free. OpenDNS would also use this data to improve their existing phishing detection algorithms which are already very impressive and efficient. PhishTank | PhishTank Blog [Thanks Allison] Related: Google

Digital Inspiration

Digital Inspiration is a popular tech blog by  Amit Agarwal . Our popular Google Scripts include  Gmail Mail Merge  (send personalized emails with Gmail ),  Document Studio (generate PDFs from Google Forms ) and   File Upload Forms ( receive files  in Google Drive). Also see  Reverse Image Mobile Search , Online Speech Recognition and Website Screenshots , the most useful websites on the Internet.