If you notice some slowness, I am playing around with the fantastic New Relic performance and code introspection tool.

I have found that at about 15 – 20 requests per minute per app server, Mephisto starts to bog down a little. We went from a wall clock of 1 second per page view to about 3. Not to bad.

With the VPS I am running on (a Engine Yard slice) the CPU was not taxed. I am running Thin and each of them grew to a manageable 200 mb of RAM and hovered there.

The largest factor was Database hits. Every request touches the database, so putting a simple memcache server into the mix could be a huge win.

One Comment

  1. Hey thanks for the shout about New Relic’s RPM Rails performance management tool. If anybody reading would like to give it a try, there is a free version which allows unlimited use in either development or production. Go to http://www.newrelic.com/RPMlite.html

Leave a Reply