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

Query Metrics

2 Database Queries
2 Different statements
1.95 ms Query time
1 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.42 ms
(72.88%)
1
SELECT c0_.id AS id_0, c0_.first_name AS first_name_1, c0_.last_name AS last_name_2, c0_.email AS email_3, c0_.phone AS phone_4, c0_.address AS address_5, c0_.city AS city_6, c0_.postal_code AS postal_code_7, c0_.nature AS nature_8, c0_.notes AS notes_9, c0_.created_at AS created_at_10, c0_.updated_at AS updated_at_11 FROM customer c0_ ORDER BY c0_.last_name ASC
Parameters:
[]
0.53 ms
(27.12%)
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:
[]

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\Customer 2
App\Entity\AppSettings 1

Entities Mapping

Class Mapping 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\Vehicle No errors.
App\Entity\Appointment No errors.
App\Entity\Invoice No errors.
App\Entity\Quote No errors.
App\Entity\AppSettings No errors.