https://cassaclock.com/

Query Metrics

5 Database Queries
5 Different statements
3.51 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.47 ms
(41.96%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2 FROM payment_method p0_ WHERE p0_.name NOT IN (?, ?)
Parameters:
[
  "Paypal"
  "OM"
]
0.84 ms
(23.98%)
1
SELECT z0_.id AS id_0, z0_.libellezone AS libellezone_1 FROM zone_livraison z0_
Parameters:
[]
0.48 ms
(13.72%)
1
SELECT l0_.id AS id_0, l0_.nom AS nom_1, l0_.telephone AS telephone_2, l0_.cni AS cni_3, l0_.adresse AS adresse_4, l0_.disponibilite AS disponibilite_5, l0_.email AS email_6, l0_.userprofile AS userprofile_7, l0_.prenom AS prenom_8, l0_.longitude AS longitude_9, l0_.latitude AS latitude_10, l0_.id_type_transport_id AS id_type_transport_id_11 FROM livreurs l0_
Parameters:
[]
0.39 ms
(11.16%)
1
SELECT s0_.id AS id_0, s0_.libelle AS libelle_1 FROM statut_livraison s0_
Parameters:
[]
0.32 ms
(9.17%)
1
SELECT t0_.id AS id_0, t0_.libelle AS libelle_1 FROM type_livraison t0_
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.

Entities Mapping

Class Mapping errors
App\Entity\Livraisons No errors.
App\Entity\ZoneLivraison No errors.
App\Entity\StatutLivraison No errors.
App\Entity\TypeLivraison No errors.
App\Entity\Livreurs No errors.
App\Entity\TypeTransport No errors.
App\Entity\PaymentMethod
  • The association App\Entity\PaymentMethod#users refers to the owning side field App\Entity\User#paymentMethod which does not exist.
App\Entity\User
  • The join columns of the association 'entreprise' have to match to ALL identifier columns of the target entity 'App\Entity\Entreprise', however 'id' are missing.
App\Entity\Souscription No errors.