GET https://www.yusiip.cm/public/

Query Metrics

23 Database Queries
10 Different statements
5.34 ms Query time
0 Invalid entities
35 Managed entities

Queries

Group similar statements

# Time Info
1 0.41 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.ala_une = 1 ORDER BY a0_.id DESC LIMIT 1
Parameters:
[]
2 0.34 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.ala_une = 1 AND a0_.id <> ? ORDER BY a0_.created_at DESC LIMIT 4
Parameters:
[
  5
]
3 0.35 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ INNER JOIN sous_thematique s1_ ON a0_.sous_thematique_id = s1_.id WHERE s1_.libelle = ? AND a0_.id <> ? ORDER BY a0_.created_at DESC LIMIT 4
Parameters:
[
  "Sport"
  5
]
4 0.22 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.titre = ? LIMIT 1
Parameters:
[
  "CAN féminine 2026 : Les Lionnes Indomptables championnes d’Afrique"
]
5 0.26 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3 FROM thematique t0 WHERE t0.libelle = ? LIMIT 1
Parameters:
[
  "Urbanisme"
]
6 0.43 ms
SELECT id FROM (
            SELECT a.id, a.created_at,
                   ROW_NUMBER() OVER (
                       PARTITION BY a.sous_thematique_id
                       ORDER BY a.created_at DESC
                   ) AS rn
            FROM actualite a
            INNER JOIN sous_thematique st ON st.id = a.sous_thematique_id
            WHERE st.thematique_id = ?
        ) ranked
        WHERE rn <= ?
        ORDER BY created_at DESC
        LIMIT ?
Parameters:
[
  1
  2
  6
]
7 0.29 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[
  17
  16
  15
  14
  9
  8
]
8 0.19 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3 FROM thematique t0 WHERE t0.libelle = ? LIMIT 1
Parameters:
[
  "Aménagement du territoire"
]
9 0.31 ms
SELECT id FROM (
            SELECT a.id, a.created_at,
                   ROW_NUMBER() OVER (
                       PARTITION BY a.sous_thematique_id
                       ORDER BY a.created_at DESC
                   ) AS rn
            FROM actualite a
            INNER JOIN sous_thematique st ON st.id = a.sous_thematique_id
            WHERE st.thematique_id = ?
        ) ranked
        WHERE rn <= ?
        ORDER BY created_at DESC
        LIMIT ?
Parameters:
[
  2
  2
  6
]
10 0.22 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.id IN (?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[
  20
  19
  18
]
11 0.17 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3 FROM thematique t0 WHERE t0.libelle = ? LIMIT 1
Parameters:
[
  "Environnement"
]
12 0.29 ms
SELECT id FROM (
            SELECT a.id, a.created_at,
                   ROW_NUMBER() OVER (
                       PARTITION BY a.sous_thematique_id
                       ORDER BY a.created_at DESC
                   ) AS rn
            FROM actualite a
            INNER JOIN sous_thematique st ON st.id = a.sous_thematique_id
            WHERE st.thematique_id = ?
        ) ranked
        WHERE rn <= ?
        ORDER BY created_at DESC
        LIMIT ?
Parameters:
[
  3
  2
  6
]
13 0.25 ms
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.titre_en AS titre_en_2, a0_.mot_cle AS mot_cle_3, a0_.mot_cle_en AS mot_cle_en_4, a0_.reference AS reference_5, a0_.image1 AS image1_6, a0_.image2 AS image2_7, a0_.legende AS legende_8, a0_.legende_en AS legende_en_9, a0_.created_at AS created_at_10, a0_.contenu AS contenu_11, a0_.contenu_en AS contenu_en_12, a0_.ala_une AS ala_une_13, a0_.redacteur_id AS redacteur_id_14, a0_.sous_thematique_id AS sous_thematique_id_15 FROM actualite a0_ WHERE a0_.id IN (?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[
  13
  12
  11
  10
]
14 0.19 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  1
]
15 0.16 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  19
]
16 0.16 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  8
]
17 0.16 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  21
]
18 0.15 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  6
]
19 0.18 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  3
]
20 0.15 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  9
]
21 0.15 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  14
]
22 0.15 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  17
]
23 0.15 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.created_at AS created_at_3, t0.thematique_id AS thematique_id_4 FROM sous_thematique t0 WHERE t0.id = ?
Parameters:
[
  13
]

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\Actualite 20
App\Entity\SousThematique 10
App\Entity\Thematique 3
App\Entity\Utilisateur 2

Entities Mapping

Class Mapping errors
App\Entity\Actualite No errors.
App\Entity\Utilisateur No errors.
App\Entity\SousThematique No errors.
App\Entity\Thematique No errors.