Surviving a traffic surge: Three techniques to scale your site fast
1–10 of 44 posts
Re: Surviving a traffic surge: Three techniques to scale your site fast
#2One thing I found interesting was his remark this:
Google Analytics failed to detect the surge: page load time was so high that visitors were closing the page before analytics could load.
He then remarks that it took Analytics 15 hours to detect the spike, but isn't that true of all Analytics instances? I'm not sure if the author is mistaking Google Analytics' delayed reporting as a fault or if I'm missing something.
Re: Surviving a traffic surge: Three techniques to scale your site fast
#3Re: Surviving a traffic surge: Three techniques to scale your site fast
#4Those tips are obviously worthwhile, but doesn't address massive scale for heavily dynamic sites. These should definitely be at the beginning of any optimization checklist for sure. One thing I found interesting was his remark this: Google Analytics failed to detect the surge: page load time was so high that visitors were closing the page before analytics could load. He then remarks that it took Analytics 15 hours to…
Google Analytics is Javascript-based and thus vulnerable to people closing the page before it loads. It's actually near-realtime, but just doesn't work if you're having this problem. I'd imagine watching free Apache instances/threads, outgoing bandwidth or probably even the Apache logs would be more useful.
Re: Surviving a traffic surge: Three techniques to scale your site fast
#5Those tips are obviously worthwhile, but doesn't address massive scale for heavily dynamic sites. These should definitely be at the beginning of any optimization checklist for sure. One thing I found interesting was his remark this: Google Analytics failed to detect the surge: page load time was so high that visitors were closing the page before analytics could load. He then remarks that it took Analytics 15 hours to…
Omniture SiteCatalyst is near-real time. I don't know if they do some error correction later like GA does for Ecommerce data.
Re: Surviving a traffic surge: Three techniques to scale your site fast
#6Those tips are obviously worthwhile, but doesn't address massive scale for heavily dynamic sites. These should definitely be at the beginning of any optimization checklist for sure. One thing I found interesting was his remark this: Google Analytics failed to detect the surge: page load time was so high that visitors were closing the page before analytics could load. He then remarks that it took Analytics 15 hours to…
Re: Surviving a traffic surge: Three techniques to scale your site fast
#7Wow. I had no idea that could make such a difference. I suppose the issue was with the low number of threads set in the Apache configuration. The server was spending its time sending out static content when it could have been doing more important things? I signed up with S3 to serve up my static content to keep that load off my server. I should probably be using CloudFront instead though.
I'm interested in looking for a backup host just in case. I currently use WebFaction and I love them to death -- but I'm worried that under incredible stress the shared hosting won't hold. With Linode, do you start from scratch with a blank OS and just install everything you need from there (Apache, mod_wsgi, etc. kind of thing) or do they have preset installs? With WebFaction I can select a particular setup and I'm up and running in minutes.
Re: Surviving a traffic surge: Three techniques to scale your site fast
#8Re: Surviving a traffic surge: Three techniques to scale your site fast
#9Can you go into detail on how does that work? I thought you had to have your site originally hosted on EC2 to do that ...
Re: Surviving a traffic surge: Three techniques to scale your site fast
#10"CPU utilization never exceeded 3%"? Really? Maybe the system load was at 3.0 for a few days?