Query Metrics
3
Database Queries
3
Different statements
3.18 ms
Query time
2
Invalid entities
8
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.12 ms (66.77%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.diagnostic_type AS diagnostic_type_4, t0.result AS result_5, t0.estimated_repair_cost AS estimated_repair_cost_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.vehicle_id AS vehicle_id_9, t0.customer_id AS customer_id_10, t0.mechanic_id AS mechanic_id_11, t12.id AS id_13, t12.title AS title_14, t12.description AS description_15, t12.status AS status_16, t12.priority AS priority_17, t12.estimated_cost AS estimated_cost_18, t12.actual_cost AS actual_cost_19, t12.estimated_duration AS estimated_duration_20, t12.actual_duration AS actual_duration_21, t12.labor_hours AS labor_hours_22, t12.start_date AS start_date_23, t12.end_date AS end_date_24, t12.labor_cost AS labor_cost_25, t12.notes AS notes_26, t12.created_at AS created_at_27, t12.updated_at AS updated_at_28, t12.current_workflow_step AS current_workflow_step_29, t12.has_workflow AS has_workflow_30, t12.vehicle_id AS vehicle_id_31, t12.customer_id AS customer_id_32, t12.diagnostic_id AS diagnostic_id_33, t12.mechanic_id AS mechanic_id_34, t12.customer_delivery_id AS customer_delivery_id_35 FROM diagnostic t0 LEFT JOIN repair t12 ON t12.diagnostic_id = t0.id ORDER BY t0.created_at DESC
Parameters:
[]
|
||||||||||||||||||||||||||||||
|
0.55 ms (17.13%) |
1 |
SELECT t0.id AS id_1, t0.status AS status_2, t0.started_at AS started_at_3, t0.completed_at AS completed_at_4, t0.overall_comments AS overall_comments_5, t0.approved AS approved_6, t0.rejection_reason AS rejection_reason_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.repair_id AS repair_id_10, t0.inspector_id AS inspector_id_11 FROM quality_control t0 WHERE t0.repair_id = ?
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
|
0.51 ms (16.10%) |
1 |
SELECT COUNT(d0_.id) AS sclr_0 FROM diagnostic d0_
Parameters:
[]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Diagnostic | 4 |
| App\Entity\Vehicle | 1 |
| App\Entity\Customer | 1 |
| App\Entity\Repair | 1 |
| App\Entity\QualityControl | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Diagnostic | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Mechanic | No errors. |
| App\Entity\Repair |
|
| App\Entity\CustomerDelivery |
|
| App\Entity\DiagnosticIssue | No errors. |
| App\Entity\VehiclePhoto | No errors. |
| App\Entity\RepairPart | No errors. |
| App\Entity\RepairService | No errors. |
| App\Entity\RepairPhoto | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\QualityControl | No errors. |
| App\Entity\QualityControlTest | No errors. |
| App\Entity\WorkflowStep | No errors. |