GET https://develop.la-vallee-enchantee.fr/actualite/le-projet-pedagogique-se-precise

Query Metrics

6 Database Queries
6 Different statements
2.74 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.55 ms
(19.97%)
1
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.route AS route_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.h1_enabled AS h1_enabled_6, t0.h1 AS h1_7 FROM seopage t0 WHERE t0.route = ? LIMIT 1
Parameters:
[
  "app_article_show"
]
0.55 ms
(19.93%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.summary AS summary_3, t0.published AS published_4, t0.picture_name AS picture_name_5, t0.picture_size AS picture_size_6, t0.picture_updated_at AS picture_updated_at_7, t0.picture_alt AS picture_alt_8, t0.meta_title AS meta_title_9, t0.meta_description AS meta_description_10, t0.slug AS slug_11, t0.updated_at AS updated_at_12, t0.created_at AS created_at_13, t0.updated_by_id AS updated_by_id_14, t0.created_by_id AS created_by_id_15, t0.article_category_id AS article_category_id_16 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "le-projet-pedagogique-se-precise"
]
0.45 ms
(16.54%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM article_category t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.44 ms
(16.06%)
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, t0.schedules_days AS schedules_days_20, t0.schedules_hours AS schedules_hours_21 FROM site_settings t0
Parameters:
[]
0.39 ms
(14.10%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.picture_name AS picture_name_4, t0.picture_size AS picture_size_5, t0.picture_updated_at AS picture_updated_at_6, t0.picture_alt AS picture_alt_7, t0.article_id AS article_id_8 FROM article_paragraph t0 WHERE t0.article_id = ?
Parameters:
[
  2
]
0.37 ms
(13.40%)
1
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_size AS image_size_3, t0.image_updated_at AS image_updated_at_4, t0.image_alt AS image_alt_5, t0.position AS position_6, t0.article_id AS article_id_7 FROM article_gallery_item t0 WHERE t0.article_id = ?
Parameters:
[
  2
]

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
Cofondateur\SocleTechniqueBundle\Entity\SEOPage No errors.
App\Entity\SEOPage No errors.
Cofondateur\SocleTechniqueBundle\Entity\SiteSettings No errors.
App\Entity\SiteSettings No errors.
Cofondateur\SocleTechniqueBundle\Entity\Blog\Article
  • The target entity 'Cofondateur\SocleTechniqueBundle\Entity\User' specified on Cofondateur\SocleTechniqueBundle\Entity\Blog\Article#updatedBy is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
App\Entity\Blog\Article
  • The target entity 'Cofondateur\SocleTechniqueBundle\Entity\User' specified on App\Entity\Blog\Article#updatedBy is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
Cofondateur\SocleTechniqueBundle\Entity\User No errors.
App\Entity\ArticleCategory No errors.
Cofondateur\SocleTechniqueBundle\Entity\Blog\ArticleParagraph
  • The target entity 'Cofondateur\SocleTechniqueBundle\Entity\Blog\Article' specified on Cofondateur\SocleTechniqueBundle\Entity\Blog\ArticleParagraph#article is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
App\Entity\Blog\ArticleParagraph
  • The target entity 'Cofondateur\SocleTechniqueBundle\Entity\Blog\Article' specified on App\Entity\Blog\ArticleParagraph#article is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
App\Entity\ArticleGalleryItem No errors.