GET https://business-n2a.myn2a.online/public/enseigne/fanmilkbenin/details

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.93 ms
SELECT e0_.id AS id_0, e0_.nom AS nom_1, e0_.libelle AS libelle_2, e0_.logo AS logo_3, e0_.telephone AS telephone_4, e0_.email AS email_5, e0_.dgi_token AS dgi_token_6, e0_.site_web AS site_web_7, e0_.slogan AS slogan_8, e0_.gps AS gps_9, e0_.address AS address_10, e0_.code AS code_11, e0_.livrado AS livrado_12, e0_.businesspay AS businesspay_13, e0_.bpay_account AS bpay_account_14, e0_.businesspay_account AS businesspay_account_15, e0_.cashline_account AS cashline_account_16, e0_.careconcept_account AS careconcept_account_17, e0_.instantmark_account AS instantmark_account_18, e0_.pays_id AS pays_id_19, e0_.entreprise_id AS entreprise_id_20, e0_.secteur_activite_id AS secteur_activite_id_21, e0_.pack_id AS pack_id_22, e0_.mode_integration_id AS mode_integration_id_23 FROM enseigne e0_ WHERE e0_.libelle = ? LIMIT 1
Parameters:
[
  "fanmilkbenin"
]
2 0.32 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4 FROM mode_integration t0 WHERE t0.id = ?
Parameters:
[
  2
]
3 0.23 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.code AS code_3 FROM secteur_activite t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Enseigne 1
App\Entity\Pays 1
App\Entity\Entreprise 1
App\Entity\SecteurActivite 1
App\Entity\Pack 1
App\Entity\ModeIntegration 1

Entities Mapping

Class Mapping errors
App\Entity\Enseigne
  • The field App\Entity\Enseigne#packAbonnements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PackAbonnement#enseigne does not contain the required 'inversedBy="packAbonnements"' attribute.
App\Entity\Pays No errors.
App\Entity\Entreprise No errors.
App\Entity\SecteurActivite
  • The association App\Entity\SecteurActivite#entreprises refers to the owning side field App\Entity\Entreprise#secteurActivite which does not exist.
App\Entity\Pack No errors.
App\Entity\ModeIntegration No errors.
App\Entity\PackAbonnement No errors.