GET https://garage.farahtech.ma/quote/2

Query Metrics

4 Database Queries
4 Different statements
3.99 ms Query time
1 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.66 ms
(66.55%)
1
SELECT t0.id AS id_1, t0.quote_number AS quote_number_2, t0.status AS status_3, t0.issue_date AS issue_date_4, t0.valid_until AS valid_until_5, t0.total_amount AS total_amount_6, t0.notes AS notes_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.customer_id AS customer_id_10, t0.repair_id AS repair_id_11 FROM quote t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
0.46 ms
(11.44%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.quantity AS quantity_3, t0.unit_price AS unit_price_4, t0.tva AS tva_5, t0.total_price AS total_price_6, t0.type AS type_7, t0.quote_id AS quote_id_8 FROM quote_item t0 WHERE t0.quote_id = ?
Parameters:
[
  2
]
0.45 ms
(11.26%)
1
SELECT t0.id AS id_1, t0.garage AS garage_2, t0.currency AS currency_3, t0.date_format AS date_format_4, t0.time_format AS time_format_5, t0.notifications AS notifications_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.logo AS logo_9 FROM app_settings t0 LIMIT 1
Parameters:
[]
0.43 ms
(10.74%)
1
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.postal_code AS postal_code_8, t0.nature AS nature_9, t0.notes AS notes_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM customer t0 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\Quote 1
App\Entity\Customer 1
App\Entity\AppSettings 1
App\Entity\QuoteItem 1

Entities Mapping

Class Mapping errors
App\Entity\Quote No errors.
App\Entity\Customer No errors.
App\Entity\Repair
  • The field App\Entity\Repair#customerDelivery is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\CustomerDelivery#repair does not contain the required 'mappedBy: "customerDelivery"' attribute.
App\Entity\QuoteItem No errors.
App\Entity\AppSettings No errors.
App\Entity\Vehicle No errors.
App\Entity\Appointment No errors.
App\Entity\Invoice No errors.