GET https://dev.manalti.com/liste-des-emplois-secteur/6

Query Metrics

16 Database Queries
12 Different statements
5.39 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.40 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.icon AS icon_3 FROM secteur t0 WHERE t0.id = ?
Parameters:
[
  "6"
]
2 0.36 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.date_limite_candidature AS date_limite_candidature_4, t0.voie_application AS voie_application_5, t0.type_voie_application AS type_voie_application_6, t0.genre AS genre_7, t0.fichier AS fichier_8, t0.etat AS etat_9, t0.code_postal AS code_postal_10, t0.adresse AS adresse_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.zoom AS zoom_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.slug AS slug_17, t0.reference AS reference_18, t0.competence AS competence_19, t0.is_valid AS is_valid_20, t0.is_urgent AS is_urgent_21, t0.is_vedette AS is_vedette_22, t0.type_emploie_id AS type_emploie_id_23, t0.experience_id AS experience_id_24, t0.metier_id AS metier_id_25, t0.niveau_id AS niveau_id_26, t0.secteur_id AS secteur_id_27, t0.expertise_id AS expertise_id_28, t0.user_id AS user_id_29 FROM emploie t0 WHERE t0.secteur_id = ? AND t0.is_valid = ?
Parameters:
[
  6
  1
]
3 0.26 ms
SELECT m0_.id AS id_0, m0_.description AS description_1 FROM metier m0_
Parameters:
[]
4 0.19 ms
SELECT s0_.id AS id_0, s0_.descripption AS descripption_1 FROM secteur_entreprise s0_
Parameters:
[]
5 0.18 ms
SELECT s0_.id AS id_0, s0_.description AS description_1, s0_.icon AS icon_2 FROM secteur s0_
Parameters:
[]
6 0.26 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ?
Parameters:
[
  1
]
7 0.23 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ? AND (e0_.created_at BETWEEN ? AND ?)
Parameters:
[
  1
  "2026-05-30 00:00:00"
  "2026-05-30 10:12:30"
]
8 0.20 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ? AND (e0_.created_at BETWEEN ? AND ?)
Parameters:
[
  1
  "2026-05-25 00:00:00"
  "2026-05-30 10:12:30"
]
9 0.21 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ? AND (e0_.created_at BETWEEN ? AND ?)
Parameters:
[
  1
  "2026-05-15 10:12:30"
  "2026-05-30 10:12:30"
]
10 0.21 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ? AND (e0_.created_at BETWEEN ? AND ?)
Parameters:
[
  1
  "2026-05-01 10:12:30"
  "2026-05-30 10:12:30"
]
11 0.20 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ? AND e0_.created_at < ?
Parameters:
[
  1
  "2026-04-30 10:12:30"
]
12 0.43 ms
SELECT s0_.id AS id_0, s0_.description AS description_1, s0_.icon AS icon_2, COUNT(e1_.id) AS sclr_3 FROM secteur s0_ LEFT JOIN emploie e1_ ON s0_.id = e1_.secteur_id AND (e1_.is_valid = 1) GROUP BY s0_.id ORDER BY sclr_3 DESC LIMIT 10
Parameters:
[]
13 0.24 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM emploie e0_ WHERE e0_.is_valid = ?
Parameters:
[
  1
]
14 0.36 ms
SELECT n0_.id AS id_0, n0_.description AS description_1, COUNT(e1_.id) AS sclr_2 FROM niveau n0_ LEFT JOIN emploie e1_ ON n0_.id = e1_.niveau_id GROUP BY n0_.id ORDER BY sclr_2 DESC LIMIT 8
Parameters:
[]
15 0.34 ms
SELECT e0_.id AS id_0, e0_.description AS description_1, COUNT(e1_.id) AS sclr_2 FROM expertise e0_ LEFT JOIN emploie e1_ ON e0_.id = e1_.expertise_id GROUP BY e0_.id ORDER BY sclr_2 DESC LIMIT 8
Parameters:
[]
16 1.34 ms
SELECT t0_.id AS id_0, t0_.description AS description_1, COUNT(e1_.id) AS sclr_2 FROM type_emploie t0_ LEFT JOIN emploie e1_ ON t0_.id = e1_.type_emploie_id GROUP BY t0_.id ORDER BY sclr_2 DESC LIMIT 10
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.

Entities Mapping

Class Mapping errors
App\Entity\Secteur No errors.
App\Entity\User No errors.
App\Entity\Emploie
  • The association App\Entity\Emploie#users refers to the owning side field App\Entity\User#emploie which does not exist.
App\Entity\TypeEmploie No errors.
App\Entity\Experience No errors.
App\Entity\Metier No errors.
App\Entity\Niveau No errors.
App\Entity\Expertise No errors.
App\Entity\SecteurEntreprise No errors.