Laurel Fan in Seattle is doing 13 things including…

Make 43 Things Faster

4 cheers

 

Laurel Fan has written 7 entries about this goal

Untitled 21 months ago

I’m doing a bunch of refactoring. Today I’m turning a lot of code that looks like this:

if thing.nil? || thing.empty?

into this:

if thing.blank?



Load Balancing 21 months ago

We’re not quite done with the new database load balancing setup, but one side effect of what we’re working on is that pages are about 25-50% faster for logged in users. You can check out Ivan’s diagram of the setup on the blog:

http://blog.robotcoop.com/2008/02/27/load-balancing-act/



Ivan and I are in Kirkland 23 months ago

For a 4 day class focusing on performance tuning. We’ve already found 2 things that we can try…



Ivan and I are in Portland 2 years ago

We’re taking a 3 day class about “MySQL High Availability”. The first day was mostly stuff we already know about replication, but we should start covering clustering which should be interesting.



TCP_NODELAY in memcache-client 2 years ago

Eric released a new version of memcache-client that really speeds up our cache puts.

Oddly enough it does nothing when testing outside of the running applications…



upgraded memcached 2 years ago

Ivan and I upgraded memcached last night. The upgrade seems to have made a bunch of “Broken Pipe” errors magically disappear, which should make things better. Those broken pipes really clog up the intertubes.



munin monitoring 2 years ago

I’ve gotten munin monitoring up, and it’s starting to collect data. The mysql plugins will be especially useful.



Laurel Fan has gotten 4 cheers on this goal.

 

I want to:
43 Things Login