Query Metrics
1
Database Queries
1
Different statements
2.72 ms
Query time
2
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.72 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.status AS status_4, t0.priority AS priority_5, t0.estimated_cost AS estimated_cost_6, t0.actual_cost AS actual_cost_7, t0.estimated_duration AS estimated_duration_8, t0.actual_duration AS actual_duration_9, t0.labor_hours AS labor_hours_10, t0.start_date AS start_date_11, t0.end_date AS end_date_12, t0.labor_cost AS labor_cost_13, t0.notes AS notes_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.current_workflow_step AS current_workflow_step_17, t0.has_workflow AS has_workflow_18, t0.vehicle_id AS vehicle_id_19, t0.customer_id AS customer_id_20, t21.id AS id_22, t21.status AS status_23, t21.started_at AS started_at_24, t21.completed_at AS completed_at_25, t21.overall_comments AS overall_comments_26, t21.approved AS approved_27, t21.rejection_reason AS rejection_reason_28, t21.created_at AS created_at_29, t21.updated_at AS updated_at_30, t21.repair_id AS repair_id_31, t21.inspector_id AS inspector_id_32, t0.diagnostic_id AS diagnostic_id_33, t0.mechanic_id AS mechanic_id_34, t0.customer_delivery_id AS customer_delivery_id_35 FROM repair t0 LEFT JOIN quality_control t21 ON t21.repair_id = t0.id WHERE t0.id = ?
Parameters:
[
"4"
]
|
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\Repair | 1 |
| App\Entity\Vehicle | 1 |
| App\Entity\Customer | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Repair |
|
| App\Entity\Vehicle | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\QualityControl | No errors. |
| App\Entity\Mechanic | No errors. |
| App\Entity\Diagnostic | No errors. |
| App\Entity\CustomerDelivery |
|
| App\Entity\RepairPart | No errors. |
| App\Entity\RepairService | No errors. |
| App\Entity\RepairPhoto | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\WorkflowStep | No errors. |
| App\Entity\VehiclePhoto | No errors. |
| App\Entity\Appointment | No errors. |
| App\Entity\Quote | No errors. |
| App\Entity\QualityControlTest | No errors. |
| App\Entity\DiagnosticIssue | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\InvoiceItem | No errors. |
| App\Entity\InvoicePayment | No errors. |
| App\Entity\User | No errors. |
| App\Entity\QuoteItem | No errors. |
| App\Entity\Supplier | No errors. |
| App\Entity\SupplierPayment | No errors. |
| App\Entity\PaymentAllocation | No errors. |
| App\Entity\SupplierCredit | No errors. |
| App\Entity\PurchaseOrder | No errors. |
| App\Entity\CreditNoteItem | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\AppSettings | No errors. |
| App\Entity\DeliveryNoteItem | No errors. |
| App\Entity\CreditNote | No errors. |
| App\Entity\PriceRequestItem | No errors. |
| App\Entity\PriceRequest | No errors. |
| App\Entity\DeliveryNote | No errors. |
| App\Entity\DeliveryNotePayment | No errors. |
| App\Entity\PurchaseOrderItem | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |