GET https://restaurant.damkocompany.com/public/login

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.80 ms
(78.18%)
1
SELECT t0.id AS id_1, t0.numero_licence AS numero_licence_2, t0.date_debut AS date_debut_3, t0.datefin AS datefin_4, t0.statut AS statut_5, t0.statut_site_web AS statut_site_web_6, t0.tarif AS tarif_7, t0.type_licence AS type_licence_8, t0.lien_paiement AS lien_paiement_9, t0.entreprise_id AS entreprise_id_10 FROM licence t0 LIMIT 1
Parameters:
[]
0.50 ms
(21.82%)
1
SELECT t0.id AS id_1, t0.nom_entreprise AS nom_entreprise_2, t0.identifiant AS identifiant_3, t0.numero_agrement AS numero_agrement_4, t0.adresse AS adresse_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9 FROM entreprise 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\Licence 1
App\Entity\Entreprise 1

Entities Mapping

Class Mapping errors
App\Entity\Licence
  • The association App\Entity\Licence#entreprise refers to the inverse side field App\Entity\Entreprise#licences which does not exist.
App\Entity\Entreprise
  • The association App\Entity\Entreprise#lieuxVentes refers to the owning side field App\Entity\LieuxVentes#enentreprise which does not exist.
App\Entity\LieuxVentes
  • The mappings App\Entity\LieuxVentes#entreprise and App\Entity\Entreprise#lieuxVentes are inconsistent with each other.
  • The mappings App\Entity\LieuxVentes#paiementSalairePersonnels and App\Entity\PaiementSalairePersonnel#lieuVente are inconsistent with each other.