Displaying 1 result from an estimated 1 matches for "e11f7df52bffff304ca7c88e672ef71a".
2006 Jun 29
8
Is This a Performance Concern?
I''m running on a brand new MacBook Pro with a relatively clean working set.
using Mongrel in production mode on port 3000. The home page does not hit
the database and I''m getting:
Processing HomeController#index (for 127.0.0.1 at 2006-06-29 14:59:02) [GET]
Session ID: e11f7df52bffff304ca7c88e672ef71a
Parameters: {"action"=>"index", "controller"=>"home"}
Rendering within layouts/application
Rendering home/index
Completed in 0.01957 (51 reqs/sec) | Rendering: 0.00228 (11%) | DB: 0.00000
(0%) | 200 OK [http://localhost/]
A slightly more complicated...