Sunday, October 08, 2006

Performance and Rails 1.1

I upgraded to Rails 1.1 today, just so I could deeper eager loading. What that means is that if I have a visit to a place, a place, and a country, I can get all that info in one database call. In Rails 1.0, you could only get the visit plus the place, then you had to look up the country again, for each place.

The upshot is that the site is much faster. There might be some bugs left around though, since I changed quite a lot.

This page is powered by Blogger. Isn't yours?