How To Speed Up Widgets On Your Website

December 9, 2007 – 11:25 am

by Darren

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

If you install any widgets that pull data from a different server (for example, WidgetBucks), you might notice that it slows down the speed at which your pages load. This can be a problem, because slow load page times are usually bad news because they cause people to look for their answers anywhere but your web page.

There is a way to speed up widgets

Fret not, because there’s a very simple way to speed up widgets on your websites.

1) Make an HTML page that contains all of the code you want to display in your sidebar (widgets, etc), that pulls from other websites
2) Call the HTML you just made from an iframe.

Here’s the complete code to make an iFrame and speed up your widgets:

You’ll notice, I used style commands to do the following:

1) Remove the scroll bars: overflow = hidden.
2) Set the border width to 0 to hide the borders.
3) Set the height and weight so the WidgetBucks widget would fit inside of the iFrame.

That’s all there is to it, and you’ll notice a quick increase in responsiveness of your pages! Don’t let slow-loading widgets ruin your day anymore.

If you enjoyed this post, subscribe to the Blog Republic RSS feed!.

Related post(s) you may enjoy:

  • WidgetBucks Pays
  • Creating And Distributing An RSS Feed Widget For Your Blog
  • Determining The Profit Potential Of A Blog
  • Blog SEO advantage - speed of indexing
  • Timeliness Is The Key To Blogging Success

    1. 2 Responses to “How To Speed Up Widgets On Your Website”

    2. Thanks I never thought of doing that.
      Using something like mybloglog you can save that to a plain html file and then load that file into a iframe.

      I shall be using that thanks.

      By Mike on Dec 11, 2007

    1. 1 Trackback(s)

    2. Jan 3, 2008: WidgetBucks Pays

    Post a Comment