Query Metrics
4
Database Queries
4
Different statements
1.51 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.43 ms |
SELECT t0.id AS id_1, t0.work_order_number AS work_order_number_2, t0.problem_description AS problem_description_3, t0.description AS description_4, t0.work_performed AS work_performed_5, t0.service_type AS service_type_6, t0.service_types AS service_types_7, t0.tags AS tags_8, t0.notes AS notes_9, t0.estimated_cost AS estimated_cost_10, t0.expected_completion_date AS expected_completion_date_11, t0.labor_cost AS labor_cost_12, t0.parts_cost AS parts_cost_13, t0.total_cost AS total_cost_14, t0.status AS status_15, t0.hours_worked AS hours_worked_16, t0.parts_used AS parts_used_17, t0.technical_notes AS technical_notes_18, t0.customer_rating AS customer_rating_19, t0.customer_feedback AS customer_feedback_20, t0.photos AS photos_21, t0.warranty_days AS warranty_days_22, t0.current_mileage AS current_mileage_23, t0.public_token AS public_token_24, t0.created_at AS created_at_25, t0.completed_at AS completed_at_26, t0.workshop_id AS workshop_id_27, t0.customer_id AS customer_id_28, t0.vehicle_id AS vehicle_id_29, t0.booking_id AS booking_id_30 FROM work_orders t0 WHERE t0.public_token = ? LIMIT 1
Parameters:
[
"cecbdbaa638f0192e3a883ba402ba7dcfd09e7d96b0a7af15983138eb562e828"
]
|
||||||||||||||||||||||
| 2 | 0.42 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.city AS city_7, t0.province AS province_8, t0.postal_code AS postal_code_9, t0.created_at AS created_at_10, t0.workshop_id AS workshop_id_11 FROM customers t0 WHERE t0.id = ?
Parameters:
[
12
]
|
||||||||||||||||||||||
| 3 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.owner_name AS owner_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.city AS city_7, t0.province AS province_8, t0.vat_number AS vat_number_9, t0.experience AS experience_10, t0.services AS services_11, t0.additional_info AS additional_info_12, t0.privacy_accepted AS privacy_accepted_13, t0.newsletter AS newsletter_14, t0.status AS status_15, t0.created_at AS created_at_16, t0.approved_at AS approved_at_17, t0.logo AS logo_18, t0.whatsapp_number AS whatsapp_number_19, t0.whatsapp_message AS whatsapp_message_20, t0.whatsapp_enabled AS whatsapp_enabled_21, t0.latitude AS latitude_22, t0.longitude AS longitude_23, t0.working_hours AS working_hours_24, t25.id AS id_26, t25.email AS email_27, t25.roles AS roles_28, t25.password AS password_29, t25.name AS name_30, t25.is_verified AS is_verified_31, t25.created_at AS created_at_32, t25.workshop_id AS workshop_id_33 FROM workshops t0 LEFT JOIN users t25 ON t25.workshop_id = t0.id WHERE t0.id = ?
Parameters:
[
3
]
|
||||||||||||||||||||||
| 4 | 0.27 ms |
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.year AS year_4, t0.fuel_type AS fuel_type_5, t0.transmission AS transmission_6, t0.license_plate AS license_plate_7, t0.chassis AS chassis_8, t0.mileage AS mileage_9, t0.color AS color_10, t0.notes AS notes_11, t0.engine_size AS engine_size_12, t0.power AS power_13, t0.last_inspection AS last_inspection_14, t0.last_maintenance AS last_maintenance_15, t0.created_at AS created_at_16, t0.customer_id AS customer_id_17 FROM vehicles t0 WHERE t0.id = ?
Parameters:
[
8
]
|
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\WorkOrder | 1 |
| App\Entity\Workshop | 1 |
| App\Entity\Customer | 1 |
| App\Entity\Vehicle | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\WorkOrder | No errors. |
| App\Entity\Workshop | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\Booking | No errors. |
| App\Entity\User | No errors. |