| Class | LogParser::LogEntry |
| In: |
lib/production_log/parser.rb
|
| Parent: | Object |
| db_time | [R] | Total database time |
| ip | [R] | Requesting IP |
| page | [R] | Controller and action for this request |
| queries | [R] | Array of SQL queries containing query type and time taken. The complete text of the SQL query is not saved to reduct memory usage. |
| render_time | [R] | Total render time. |
| request_time | [R] | Total request time, including database, render and other. |
| time | [R] | Time the request was made |