Hi guys,
My little-known Mac app ShoveBox just got mentioned by Andy Inhatko on Macbreak Weekly, according to this site:
http://www.mbwpicks.com/2009/01/20/picks-from-mbw-124-the-warmth-saturation-of-analog/
The podcast has not yet been posted, but when it does, I imagine I will be getting a lot of traffic that I'm NOT prepared for.
I'm worried that Dreamhost will not be able to handle it, and that I won't have time to make a DNS change to another host (I also have an MT account).
What should I do, both:
1) To make the site stand up to the load
2) To make the site not suck as much and make a better impression when it gets traffic (if it survives)?
I'm already moving the downloads to Amazon S3 to lessen the load.
Maybe make a pass through your normal site with YSlow if you haven't already, but your site is super fast right now (2009-01-20 17:20pm PST), which is good news.
Also, if you're concerned about it still and you have another hosting option available, change your index.php to <? header("Location: http://www.temphosting.example.com"); die(); ?>, which is probably the smallest amount of cpu you can involve without getting dns moved.
Good luck.