Dec 31
Top posts of 2009 on Tech and Life
icon1 techandlife | icon2 Blogging | icon4 December 31, 2009| icon3No Comments »

Most visited posts

Here’s a list of the most visited posts on this site throughout 2009. Site analytics are from Woopra. I’ve only included those posts with over 500 hits. As you can see I had a phenomenal response to my slow Firefox post. If you’re new to this site you should find some interesting older posts listed below. If these aren’t of interest, have a look around – there are about 90 posts to choose from at the moment.

Is Firefox slow for you? Here’s some tips to try which might speed it up – 11736 visits

Installing Easy Peasy Linux on my Acer Aspire One netbook – 2880 visits

Finding lost bookmarks in your info archive – 2037 visits

Send free SMS reminders to your mobile phone -1128 visits

Some Ubuntu resources for beginners – 776 visits

Uploading files to your website with Notepad++ – 649 visits

What is the best time to tweet? – 599 visits

Useful links: A to Z of search – 543 visits

Most retweeted posts

What is the best time to tweet? – 29 tweets

Is Firefox slow for you? Here’s some tips to try which might speed it up – 19 tweets

My top 15 useful bookmarklets – 13 tweets

Installing Easy Peasy Linux on my Acer Aspire One netbook – 9 tweets

Some Ubuntu resources for beginners – 5 tweets

Quick tip: Disable or remap the Caps Lock key in Windows and Linux – 5 tweets

Can I take this opportunity to thank everyone who has visited this blog throughout the year – hope you found your visit was worthwhile and thanks too to all who’ve taken the time to comment on the posts. Please subscribe to the RSS feed if you can – I blog in my spare time and it’s blog comments and rising subscriber numbers which are a great encouragement to keep blogging. Link back to any of the posts if you can and retweet any if you like them. And if there’s anything you’d like me to cover, or like to see more of, drop a comment below.

Wishing you all a happy and prosperous 2010!


Sep 2

firefox

A search for slow firefox on Twitter shows that there is a virtually constant stream of tweets complaining about Firefox being slow. I don’t find the current Firefox (Windows) release any quicker or slower than previous versions yet many people are under the impression that it is. I do find it’s still a memory hog – for me, currently around 230MB with 5 tabs open, about 20 plug-ins installed and 3 Greasemonkey scripts enabled – so probably about a typical set-up. Before you start, it may be worth checking that you’re not blaming Firefox for what’s just a slow internet connection. Check your connection is up to speed by visiting SpeedTest.net and testing the speed of your connection. So is there anything that the typical user can try which might help speed things up before throwing up their arms in disgust and moving to Chrome or Safari? Well I hope this list of tips might help:

Some tips to speed up Firefox

1. Uninstall the latest buggy Skype plug-in: If you are experiencing that Facebook, GMail or Google Reader are really crawling and you’ve recently updated Skype to version 4.1 and installed the Skype plug-in for Firefox, try uninstalling the Skype plug-in, but leave the main Skype program installed. That should help. Hopefully, Skype will update this plug-in soon because, reading the tweets on slow firefox, it’s certainly responsible for driving a number of people away to other browsers, particularly Chrome.

2. Check how much memory Firefox is using: Bring up Windows Task Manager with Ctrl-Alt-Del in Windows XP or Crtl-Alt-Esc in Vista and go to the Processes tab. Look for the process called firefox.exe and check the memory usage: for example, 230,000K is 230MB. Try cutting back on the number of tabs you have open and uninstall any plug-ins you really don’t need and see if this brings down memory usage. If you’re anything like me, you’ll have installed plug-ins which seemed a good idea at the time but which you now rarely, if ever use. Uninstall them.

Edit (13 March 2010): From Creoffblog, if you have an antivirus anti-phishing toolbar add-on, try disabling it as this may be causing the slow down.

3. Do some maintenance: Use a program like CCleaner (for Windows) or BleachBit (for Windows or Linux) to clear your browser temporary files, internet cache and browser history regularly.

4. Modify the Firefox config file: Here’s some tweaks which involve modifying the config file for Firefox. I’d heard some of these a while ago on the Mike Tech Show podcast, also at Life Rocks 2.0. It’s not difficult to edit the config file. Just type about:config in the Firefox address bar and press enter. Then type network.http in the filter field. This will filter the list down to only those with network.http in the name. Now make the following changes:

  • Double click on ‘network.http.pipelining’ and set the value to true (double clicking toggles the value between true and false).
  • Double click on network.http.pipelining.maxrequests’ and in the dialog box enter a value higher than the default value 4. According to Mozillazine, the maximum you can use is 8.
  • Double click on ‘network.http.proxy.pipelining’ and set the value to true.
  • Again in the filter field enter ‘browser.sessionstore.interval‘ (without the quotes), double click on the entry and change the value from 10000 (10 secs) to 120000 (2 minutes). This adjusts how frequently Firefox creates session restore save points. Firefox will now take a snapshot of your browsing session every 2 minutes instead of every 10 seconds.
  • Right click on the page and select New->Integer. Enter the name nglayout.initialpaint.delay and then click ok. Set the integer value of this to 0 and click ok.

You can find additional great config file tweaks at Technically Personal.

5. Disable Firebug: If you’re using Firebug, it can slow Firefox to a crawl.speedyfox

6. Optimize Firefox’s SQL database: Firefox uses SQLite databases to store lots of its settings. With time, the databases grow and Firefox slows down. Use either Vacuum Places Improved, a Firefox add-on, or SpeedyFox, a stand-alone app to compact these databases without losing any data. I prefer SpeedyFox as I like to keep the number of Firefox add-ons to a minimum.  Only works in Windows at the moment though. Thanks again to Life Rocks 2.0 for this tip. I also use the portable version which doesn’t modify the Windows registry.

7. Try Memory Fox, a memory optimizer for Firefox 3. It constantly flushes Firefox’s memory usage. At the moment it’s only for the Windows OS. There’s a full write up on ghacks.net.

8. If you’re still not happy with Firefox, there’s a terrific Firefox Troubleshooting Guide over on MakeUseOf.com. And have a look at this post at Dedoimedo for more suggestions.

9. And if you’re still not happy, try Google Chrome – it’s a worthy alternative to Firefox.

Do you have any tips for speeding up Firefox? Drop a comment below with your tweaks.


` `