https://emmaconnect.fr/client/new

Query Metrics

4 Database Queries
4 Different statements
2.02 ms Query time
8 Invalid entities

Queries

Group similar statements

# Time Info
1 0.29 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.intervenant_id AS intervenant_id_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  594
]
2 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.tva_number AS tva_number_3, t0.capital AS capital_4, t0.siret AS siret_5, t0.forme AS forme_6, t0.urssaf_number AS urssaf_number_7, t0.fiscalite_number AS fiscalite_number_8, t0.ceo_name AS ceo_name_9, t0.ceo_job AS ceo_job_10, t0.status AS status_11, t0.logo AS logo_12, t0.endDate AS endDate_13, t0.textMail AS textMail_14, t0.mail AS mail_15, t0.convention AS convention_16, t0.telephoneStandard AS telephoneStandard_17, t0.address_id AS address_id_18 FROM company t0 WHERE t0.id = ?
Parameters:
[
  2
]
3 0.95 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.type AS type_2, s0_.enseigne AS enseigne_3, s0_.phone AS phone_4, s0_.status AS status_5, s0_.zoneGeographique AS zoneGeographique_6, s0_.consignesLingeries AS consignesLingeries_7, s0_.parking AS parking_8, s0_.rangementCles AS rangementCles_9, s0_.localPoubelles AS localPoubelles_10, s0_.codeAccess AS codeAccess_11, s0_.filename AS filename_12, s0_.autresInformations AS autresInformations_13, s0_.emailSite AS emailSite_14, s0_.no_display_reservation AS no_display_reservation_15, s0_.no_display_annuaire AS no_display_annuaire_16, s0_.created AS created_17, s0_.updated AS updated_18, s0_.logistique_id AS logistique_id_19, s0_.address_id AS address_id_20, s0_.contactCommercial_id AS contactCommercial_id_21, s0_.contactBilling_id AS contactBilling_id_22, s0_.contact_id AS contact_id_23, s0_.creator_id AS creator_id_24, s0_.maj_id AS maj_id_25 FROM site s0_
Parameters:
[]
4 0.41 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.tva_number AS tva_number_2, c0_.capital AS capital_3, c0_.siret AS siret_4, c0_.forme AS forme_5, c0_.urssaf_number AS urssaf_number_6, c0_.fiscalite_number AS fiscalite_number_7, c0_.ceo_name AS ceo_name_8, c0_.ceo_job AS ceo_job_9, c0_.status AS status_10, c0_.logo AS logo_11, c0_.endDate AS endDate_12, c0_.textMail AS textMail_13, c0_.mail AS mail_14, c0_.convention AS convention_15, c0_.telephoneStandard AS telephoneStandard_16, c0_.address_id AS address_id_17 FROM company c0_
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\User
  • The field App\Entity\User#intervenant is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Intervenant#user does not contain the required 'mappedBy="intervenant"' attribute.
App\Entity\Intervenant
  • The field App\Entity\Intervenant#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#intervenant does not contain the required 'mappedBy="user"' attribute.
  • The field App\Entity\Intervenant#workContract is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\WorkContract#intervenant does not contain the required 'mappedBy="workContract"' attribute.
  • The field App\Entity\Intervenant#absences is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Absence#intervenant does not contain the required 'inversedBy="absences"' attribute.
  • The mappings App\Entity\Intervenant#rdvs and App\Entity\RDV#intervenant are inconsistent with each other.
  • The association App\Entity\Intervenant#address refers to the inverse side field App\Entity\Address#personn which does not exist.
App\Entity\Product
  • The mappings App\Entity\Product#rdvProducts and App\Entity\RDVProduct#product are inconsistent with each other.
App\Entity\Parameter No errors.
App\Entity\SessionSalon
  • The association App\Entity\SessionSalon#salon refers to the inverse side field App\Entity\Salon#session which does not exist.
  • The association App\Entity\SessionSalon#intervenant refers to the inverse side field App\Entity\Intervenant#session which does not exist.
App\Entity\Client\BillingInfos No errors.
App\Entity\Company No errors.
App\Entity\Address No errors.
App\Entity\BankAccount No errors.
App\Entity\PaymentType No errors.
App\Entity\Reglement No errors.
App\Entity\Site
  • The field App\Entity\Site#logistique is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Site\Logistique#site does not contain the required 'mappedBy="logistique"' attribute.
  • The field App\Entity\Site#salons is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Salon#site does not contain the required 'inversedBy="salons"' attribute.
  • The field App\Entity\Site#othersContacts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contact#site does not contain the required 'inversedBy="othersContacts"' attribute.
App\Entity\Site\Logistique
  • The field App\Entity\Site\Logistique#site is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Site#logistique does not contain the required 'mappedBy="site"' attribute.
App\Entity\Contact
  • The association App\Entity\Contact#address refers to the inverse side field App\Entity\Address#personn which does not exist.
App\Entity\Salon
  • The field App\Entity\Salon#intervenantSalons is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\IntervenantSalon#salon does not contain the required 'inversedBy="intervenantSalons"' attribute.