GET https://evrard.asb-digital.fr/fr/produits/categories/automoteurs

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.87 ms
(46.79%)
1
SELECT p0_.image_name AS image_name_0, p0_.image_size AS image_size_1, p0_.image_updated_at AS image_updated_at_2, p0_.image_alt AS image_alt_3, p0_.id AS id_4, p0_.translation_en_id AS translation_en_id_5, p0_.translation_fr_id AS translation_fr_id_6 FROM product_category_global p0_ LEFT JOIN product_category p1_ ON p0_.translation_fr_id = p1_.id LEFT JOIN product_category p2_ ON p0_.translation_en_id = p2_.id WHERE p1_.slug = ? OR p2_.slug = ?
Parameters:
[
  "automoteurs"
  "automoteurs"
]
0.68 ms
(36.86%)
1
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_product_category_show"
]
0.30 ms
(16.35%)
1
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:
[]

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

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\Product\ProductCategoryGlobal No errors.
App\Entity\Product\ProductCategory
  • The field App\Entity\Product\ProductCategory#translatedEn is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product\ProductCategoryGlobal#translationEn does not contain the required 'inversedBy="translatedEn"' attribute.
  • The field App\Entity\Product\ProductCategory#translatedFr is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product\ProductCategoryGlobal#translationFr does not contain the required 'inversedBy="translatedFr"' attribute.