GET https://evrard.asb-digital.fr/fr/services/formation

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.78 ms
SELECT s0_.id AS id_0, s0_.page_name AS page_name_1, s0_.route AS route_2, s0_.h1_enabled AS h1_enabled_3, s0_.translation_en_id AS translation_en_id_4, s0_.translation_fr_id AS translation_fr_id_5 FROM seopage_global s0_ WHERE s0_.route = ?
Parameters:
[
  "app_service_show"
]
2 0.61 ms
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.address_street AS address_street_4, t0.zipcode AS zipcode_5, t0.city AS city_6, t0.legal_site_name AS legal_site_name_7, t0.legal_siret AS legal_siret_8, t0.legal_siren AS legal_siren_9, t0.legal_rcs AS legal_rcs_10, t0.legal_address AS legal_address_11, t0.legal_zipcode AS legal_zipcode_12, t0.legal_city AS legal_city_13, t0.legal_phone AS legal_phone_14, t0.legal_email AS legal_email_15, t0.legal_publication_owner AS legal_publication_owner_16, t0.legal_site_url AS legal_site_url_17, t0.default_title AS default_title_18, t0.default_meta_desc AS default_meta_desc_19 FROM site_settings t0
Parameters:
[]
3 0.89 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.summary AS summary_3, t0.accordion_title AS accordion_title_4, t0.accordion_description AS accordion_description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.slug AS slug_8, t9.id AS id_10, t9.image_name AS image_name_11, t9.image_size AS image_size_12, t9.image_updated_at AS image_updated_at_13, t9.image_alt AS image_alt_14, t9.icon_name AS icon_name_15, t9.icon_size AS icon_size_16, t9.icon_updated_at AS icon_updated_at_17, t9.icon_alt AS icon_alt_18, t9.is_published AS is_published_19, t9.translation_en_id AS translation_en_id_20, t9.translation_fr_id AS translation_fr_id_21, t22.id AS id_23, t22.image_name AS image_name_24, t22.image_size AS image_size_25, t22.image_updated_at AS image_updated_at_26, t22.image_alt AS image_alt_27, t22.icon_name AS icon_name_28, t22.icon_size AS icon_size_29, t22.icon_updated_at AS icon_updated_at_30, t22.icon_alt AS icon_alt_31, t22.is_published AS is_published_32, t22.translation_en_id AS translation_en_id_33, t22.translation_fr_id AS translation_fr_id_34 FROM service t0 LEFT JOIN service_global t9 ON t9.translation_en_id = t0.id LEFT JOIN service_global t22 ON t22.translation_fr_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "formation"
]

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\SiteSettings 1
App\Entity\Service\Service 1

Entities Mapping

Class Mapping errors
App\Entity\SEOPageGlobal No errors.
App\Entity\SEOPage
  • The field App\Entity\SEOPage#translatedEn is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationEn does not contain the required 'inversedBy="translatedEn"' attribute.
  • The field App\Entity\SEOPage#translatedFr is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SEOPageGlobal#translationFr does not contain the required 'inversedBy="translatedFr"' attribute.
Cofondateur\SocleTechniqueBundle\Entity\SiteSettings No errors.
App\Entity\SiteSettings No errors.
App\Entity\Service\Service
  • The field App\Entity\Service\Service#translatedEn is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Service\ServiceGlobal#translationEn does not contain the required 'inversedBy="translatedEn"' attribute.
  • The field App\Entity\Service\Service#translatedFr is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Service\ServiceGlobal#translationFr does not contain the required 'inversedBy="translatedFr"' attribute.
App\Entity\Service\ServiceGlobal No errors.
App\Entity\Paragraph No errors.
App\Entity\Service\ServiceAccordion No errors.