A few colleagues here at Facebook put together a product called facebook lite. It launched last week to great acclaim and really set me thinking about bloat on my sites.
My paper airplanes site is where I have focused so far. All the site does is show you how to make 27 paper airplanes. There are video and diagram instructions and you can vote on something as your favorite plane. That’s it. Somehow I bloated this into 90 different php scripts to run the site ignoring include files and so on. No wonder I got hacked (it happened again in February and I failed to notice) and always felt sick when it came to planning to update the site.
Videos – I specifically created a section to make my users view more pages using video. I have reversed this decision now making it better for the users even if less page views for me. 3000 people a day are viewing these videos, they are better than the diagrams. This is my most compelling feature and was buried.
Unusual/Fast/Alex’s Favorites/Gliders – Together these made up <10% of my page views and yet were linked from the main pages. They initiated <5% of my visits. Gone.
search – On every page on my site I link to a search product from atomz. In the last year this page was viewed a total of 1000 times. What a waste of valuable real estate. Gone.
paperairplanes.co.uk does one thing and does it well: show you how to make a paper airplane. It doesn’t take 90 php scripts to do that. It takes one page for each paper airplane and a couple of navigation pages. That is it.