GET https://pep.devlogiciel.com/admin/domaines/

Query Metrics

4 Database Queries
4 Different statements
5.55 ms Query time
1 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 1.96 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.active AS active_6, t0.stripe_customer_id AS stripe_customer_id_7, t0.is_subscription_active AS is_subscription_active_8, t0.stripe_subscription_id AS stripe_subscription_id_9, t0.pennylane_customer_id AS pennylane_customer_id_10, t0.pricing_plan_id AS pricing_plan_id_11 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 2.27 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.mail AS mail_3, t0.telephone AS telephone_4, t0.objectif_site AS objectif_site_5, t0.secteur_activite AS secteur_activite_6, t0.consentement_rgpd AS consentement_rgpd_7, t0.outils_tiers AS outils_tiers_8, t0.nom_de_rue AS nom_de_rue_9, t0.numero AS numero_10, t0.code_postale AS code_postale_11, t0.ville AS ville_12, t0.pays AS pays_13, t0.owner_id AS owner_id_14, t0.dtype, t0.raison_sociale AS raison_sociale_15, t0.forme_juridique AS forme_juridique_16, t0.siret AS siret_17, t0.tva_intracom AS tva_intracom_18, t0.nom_responsable_legal AS nom_responsable_legal_19, t0.type_projet AS type_projet_20 FROM user_information t0 WHERE t0.owner_id = ? AND t0.dtype IN ('user_info', 'entreprise', 'autre')
Parameters:
[
  1
]
3 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.deleted_at AS deleted_at_5, t0.domaine_id AS domaine_id_6, t0.site_id AS site_id_7, t0.user_id AS user_id_8 FROM sub_domain t0
Parameters:
[]
4 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.published AS published_3, t0.owner_id AS owner_id_4 FROM site t0 WHERE t0.id = ?
Parameters:
[
  78
]

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\User 1
App\Entity\UserInformation 1
App\Entity\PricingPlan 1
App\Entity\SubDomain 1
App\Entity\Domaine 1
App\Entity\Site 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserInformation No errors.
App\Entity\PricingPlan No errors.
App\Entity\EntrepriseUserInfo No errors.
App\Entity\AutreUserInfo No errors.
App\Entity\Domaine No errors.
App\Entity\Site No errors.
App\Entity\SubDomain
  • The association App\Entity\SubDomain#user refers to the inverse side field App\Entity\User#ownedSubDomains which does not exist.
App\Entity\Page No errors.
App\Entity\NewsletterSubscription No errors.
App\Entity\Newsletter No errors.