Bugs: Browse | Submit New | Admin

[#14085] DB'less requests aren't parsed

Date:
2007-09-20 00:38
Priority:
3
Submitted By:
Ben Sandofsky (sandofsky)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
DB'less requests aren't parsed

Detailed description
It seems our app isn't making any DB calls on a page, and that isn't getting caught by the parser. We had to add the
clause:

On line 89 of parse.rb, we had to add:

 when /^Completed in ([\S]+) .+ Rendering: ([\S]+)/ then
          next if @in_component > 0
          @request_time = $1.to_f
          @render_time = $2.to_f
          @db_time = 0.000

Which seemed to do the trick.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item