Query Metrics

5 Database Queries
4 Different statements
3.87 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.12 ms
(28.90%)
1
SELECT j0_.id AS ID_0, j0_.title AS TITLE_1, j0_.title_en AS TITLE_EN_2, j0_.place AS PLACE_3, j0_.type AS TYPE_4, j0_.type_en AS TYPE_EN_5, j0_.quotite AS QUOTITE_6, j0_.quotite_en AS QUOTITE_EN_7, j0_.employer AS EMPLOYER_8, j0_.employer_en AS EMPLOYER_EN_9, j0_.wage AS WAGE_10, j0_.start_date AS START_DATE_11, j0_.duration AS DURATION_12, j0_.duration_en AS DURATION_EN_13, j0_.mission AS MISSION_14, j0_.mission_en AS MISSION_EN_15, j0_.degree AS DEGREE_16, j0_.degree_en AS DEGREE_EN_17, j0_.experience AS EXPERIENCE_18, j0_.experience_en AS EXPERIENCE_EN_19, j0_.skills AS SKILLS_20, j0_.skills_en AS SKILLS_EN_21, j0_.context AS CONTEXT_22, j0_.context_en AS CONTEXT_EN_23, j0_.misc AS MISC_24, j0_.misc_en AS MISC_EN_25, j0_.contact_name AS CONTACT_NAME_26, j0_.contact_email AS CONTACT_EMAIL_27, j0_.contact_web AS CONTACT_WEB_28, j0_.verified AS VERIFIED_29, j0_.team_id AS TEAM_ID_30, j0_.author_id AS AUTHOR_ID_31 FROM job j0_ WHERE j0_.start_date >= ? AND j0_.verified = 1
Parameters:
[
  "2024-11-05 06:02:11"
]
1.11 ms
(28.75%)
2
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
]
0.95 ms
(24.48%)
1
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:
[]
0.69 ms
(17.88%)
1
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
]

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\Job No errors.
App\Entity\Equipe No errors.
App\UserBundle\Entity\User No errors.
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.