Displaying 1 result from an estimated 1 matches for "quick_quot".
Did you mean:
quick_quote
2006 Jun 29
8
Is This a Performance Concern?
...tp://localhost/]
A slightly more complicated page with a sqlite in-memory db:
Processing QuickQuoteController#index (for 127.0.0.1 at 2006-06-29 14:59:05)
[GET]
Session ID: e11f7df52bffff304ca7c88e672ef71a
Parameters: {"action"=>"index", "controller"=>"quick_quote"}
Rendering within layouts/application
Rendering quick_quote/index
Completed in 0.05039 (19 reqs/sec) | Rendering: 0.03294 (65%) | DB: 0.00000
(0%) | 200 OK [http://localhost/quick_quote]
A page that actually hits the database:
Processing FaqController#index (for 127.0.0.1 at 2006-06-29 14...