GET https://cbfadmin-dev.cn.cnrs.fr/fr/composante/adme

Query Metrics

11 Database Queries
8 Different statements
38.74 ms Query time
6 Invalid entities

Queries

Group similar statements

# Time Info
1 1.33 ms
ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS' NLS_TIME_FORMAT = 'HH24:MI:SS' NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS' NLS_TIMESTAMP_FORMAT = 'YYYY-MM-DD HH24:MI:SS' NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD HH24:MI:SS TZH:TZM' NLS_NUMERIC_CHARACTERS = '.,'
Parameters:
[]
2 11.54 ms
SELECT a.* FROM (SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.public_name AS PUBLIC_NAME_3, t0.public_name_en AS PUBLIC_NAME_EN_4, t0.introduction AS INTRODUCTION_5, t0.introduction_en AS INTRODUCTION_EN_6 FROM composante t0 WHERE t0.name = ?) a WHERE ROWNUM <= 1
Parameters:
[
  "adme"
]
3 0.65 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.orderNumber AS ORDERNUMBER_4 FROM header_section t0 ORDER BY t0.orderNumber ASC
Parameters:
[]
4 0.40 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.content AS CONTENT_4, t0.contentEn AS CONTENTEN_5, t0.is_public AS IS_PUBLIC_6, t0.static AS STATIC_7, t0.order_number AS ORDER_NUMBER_8, t0.should_be_logged AS SHOULD_BE_LOGGED_9, t0.url AS URL_10, t0.url_en AS URL_EN_11, t0.section_id AS SECTION_ID_12 FROM PAGE t0 WHERE t0.section_id IS NULL AND t0.is_public = ? ORDER BY t0.order_number ASC
Parameters:
[
  1
]
5 0.31 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.content AS CONTENT_4, t0.contentEn AS CONTENTEN_5, t0.is_public AS IS_PUBLIC_6, t0.static AS STATIC_7, t0.order_number AS ORDER_NUMBER_8, t0.should_be_logged AS SHOULD_BE_LOGGED_9, t0.url AS URL_10, t0.url_en AS URL_EN_11, t0.section_id AS SECTION_ID_12 FROM PAGE t0 WHERE t0.section_id = ? ORDER BY t0.order_number ASC
Parameters:
[
  1
]
6 0.17 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.content AS CONTENT_4, t0.contentEn AS CONTENTEN_5, t0.is_public AS IS_PUBLIC_6, t0.static AS STATIC_7, t0.order_number AS ORDER_NUMBER_8, t0.should_be_logged AS SHOULD_BE_LOGGED_9, t0.url AS URL_10, t0.url_en AS URL_EN_11, t0.section_id AS SECTION_ID_12 FROM PAGE t0 WHERE t0.section_id = ? ORDER BY t0.order_number ASC
Parameters:
[
  2
]
7 15.13 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.nameEn AS NAMEEN_3, t0.order_number AS ORDER_NUMBER_4, t0.composante_id AS COMPOSANTE_ID_5 FROM prestation_container t0 WHERE t0.composante_id = ? ORDER BY t0.order_number ASC
Parameters:
[
  3
]
8 8.37 ms
SELECT t0.id AS ID_1, t0.title AS TITLE_2, t0.description AS DESCRIPTION_3, t0.titleEn AS TITLEEN_4, t0.descriptionEn AS DESCRIPTIONEN_5, t0.order_number AS ORDER_NUMBER_6, t0.updatedAt AS UPDATEDAT_7, t0.composante_id AS COMPOSANTE_ID_8, t0.container_id AS CONTAINER_ID_9, t0.form_id AS FORM_ID_10 FROM prestation t0 WHERE t0.container_id = ? ORDER BY t0.order_number ASC
Parameters:
[
  3
]
9 0.31 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.orderNumber AS ORDERNUMBER_4 FROM header_section t0 ORDER BY t0.orderNumber ASC
Parameters:
[]
10 0.18 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.content AS CONTENT_4, t0.contentEn AS CONTENTEN_5, t0.is_public AS IS_PUBLIC_6, t0.static AS STATIC_7, t0.order_number AS ORDER_NUMBER_8, t0.should_be_logged AS SHOULD_BE_LOGGED_9, t0.url AS URL_10, t0.url_en AS URL_EN_11, t0.section_id AS SECTION_ID_12 FROM PAGE t0 WHERE t0.section_id IS NULL AND t0.is_public = ? ORDER BY t0.order_number ASC
Parameters:
[
  1
]
11 0.36 ms
SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.name_en AS NAME_EN_3, t0.content AS CONTENT_4, t0.contentEn AS CONTENTEN_5, t0.is_public AS IS_PUBLIC_6, t0.static AS STATIC_7, t0.order_number AS ORDER_NUMBER_8, t0.should_be_logged AS SHOULD_BE_LOGGED_9, t0.url AS URL_10, t0.url_en AS URL_EN_11, t0.section_id AS SECTION_ID_12 FROM PAGE t0 WHERE t0.is_public = ? ORDER BY t0.order_number ASC
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.

Entities Mapping

Class Mapping errors
App\Entity\Composante
  • The field App\Entity\Composante#containers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PrestationContainer#composante does not contain the required 'inversedBy="containers"' attribute.
App\Entity\PrestationContainer
  • The field App\Entity\PrestationContainer#prestations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Prestation#container does not contain the required 'inversedBy="prestations"' attribute.
App\Entity\HeaderSection
  • The mappings App\Entity\HeaderSection#pages and App\Entity\Page#section are inconsistent with each other.
App\Entity\Page
  • The association App\Entity\Page#section refers to the inverse side field App\Entity\HeaderSection#paragraphs which does not exist.
App\Entity\Paragraph No errors.
App\Entity\Prestation
  • The field App\Entity\Prestation#form is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\ProjectForm#prestation does not contain the required 'mappedBy="form"' attribute.
App\Entity\ProjectForm
  • The field App\Entity\ProjectForm#fields is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProjectFormField#form does not contain the required 'inversedBy="fields"' attribute.
  • The field App\Entity\ProjectForm#prestation is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Prestation#form does not contain the required 'mappedBy="prestation"' attribute.
App\Entity\ProjectFormField No errors.