Warning: If you don't understand sarcasm and satire, you might as well leave right now.

Get Rich Quick Someday

 

Sign-up below to get a free copy of my The One Secret The Gurus Don't Want You To Know ebook!

 

Subscribe and Get Updates

rss subscribe button

Subscribe to get updates whenever this blog is updated!

small rss button Via RSS

email envelope Via Email

* You'll only get emails when new content is posted. No spam here.

fakeburner chicklet

FasterFox Sucks

fasterfox logo

Literally. Fasterfox is a Firefox extension that sucks all of your server’s resources and your bandwidth for nothing!

It’s supposed to help its users by “prefetching” web pages that they might visit in the future. But what it really does is screw webmasters. If someone with FasterFox browses your site, it will visit every single link on your page so it can cache them, just in case the visitor decides to click one later. If they do, the page will supposedly load faster for that user.

But for that one link the user clicks, the FasterFox bot could easily waste 100 times that amount of bandwidth. So if you don’t want your bandwidth wasted, you’ll want to create a robots.txt file to block Fasterfox.

You might be thinking, “wouldn’t allowing Fasterfox enhance my user’s experience so they like my site more?” The answer could be yes, but the question is all wrong. You should be asking, “how can I make my website load as fast as possible for everyone?” You’d be better off caching your pages than allowing this bandwidth eating bot anywhere near your site.

So let’s get to that robots.txt file…

If you don’t yet have a robots.txt file, all you have to do is open up Notepad, create a blank document, and save it as robots.txt. Then upload that to the root directory of your website.

To block Fasterfox, just add these two lines of code to the robots.txt file:

User-agent: Fasterfox
Disallow: /

Be sure to upload the updated file to your site.

Now you can recommend Firefox without worry that Fasterfox will affect your site!

(I first heard about this thanks to Revenue Girl.)

Close
E-mail It