Query Metrics
7
Database Queries
7
Different statements
6.21 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.37 ms (22.03%) |
1 |
SELECT m0_.id AS id_0, m0_.nom AS nom_1, m0_.prenom AS prenom_2, m0_.message AS message_3, m0_.photo AS photo_4, m0_.titre AS titre_5, m0_.lien_bouton AS lien_bouton_6, m0_.texte_bouton AS texte_bouton_7, m0_.date_debut AS date_debut_8, m0_.date_fin AS date_fin_9, m0_.actif AS actif_10, m0_.created_at AS created_at_11, m0_.updated_at AS updated_at_12 FROM message_president m0_ WHERE m0_.actif = ? AND ((m0_.date_debut IS NULL OR m0_.date_debut <= ?)) AND ((m0_.date_fin IS NULL OR m0_.date_fin >= ?)) ORDER BY m0_.date_debut DESC LIMIT 1
Parameters:
[ 1 "2026-01-23 02:07:06" "2026-01-23 02:07:06" ]
|
||||||||||||||||||||||||||||
|
0.97 ms (15.55%) |
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.contenu AS contenu_3, a0_.extrait AS extrait_4, a0_.image_principale AS image_principale_5, a0_.date_publication AS date_publication_6, a0_.statut AS statut_7, a0_.vues AS vues_8, a0_.tags AS tags_9, a0_.images_galerie AS images_galerie_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12, a0_.auteur_id AS auteur_id_13 FROM article a0_ WHERE a0_.statut = ? AND a0_.date_publication IS NOT NULL AND a0_.date_publication <= ? ORDER BY a0_.date_publication DESC LIMIT 6
Parameters:
[ "publie" "2026-01-23 02:07:06" ]
|
||||||||||||||||||||||||||||
|
0.91 ms (14.63%) |
1 |
SELECT s0_.id AS id_0, s0_.image AS image_1, s0_.titre AS titre_2, s0_.titre_principal AS titre_principal_3, s0_.texte_titre_principal AS texte_titre_principal_4, s0_.description AS description_5, s0_.texte_bouton AS texte_bouton_6, s0_.lien_bouton AS lien_bouton_7, s0_.position AS position_8, s0_.actif AS actif_9, s0_.transition AS transition_10, s0_.alignement AS alignement_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13 FROM slider s0_ WHERE s0_.actif = ? ORDER BY s0_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.82 ms (13.20%) |
1 |
SELECT o0_.id AS id_0, o0_.nom AS nom_1, o0_.telephone AS telephone_2, o0_.email AS email_3, o0_.adresse AS adresse_4, o0_.logo AS logo_5, o0_.icon AS icon_6, o0_.site_web AS site_web_7, o0_.description AS description_8, o0_.facebook AS facebook_9, o0_.twitter AS twitter_10, o0_.linkedin AS linkedin_11, o0_.youtube AS youtube_12, o0_.instagram AS instagram_13, o0_.created_at AS created_at_14, o0_.updated_at AS updated_at_15 FROM organisation o0_ LIMIT 1
Parameters:
[] |
||||||||||||||||||||||||||||
|
0.78 ms (12.51%) |
1 |
SELECT m0_.id AS id_0, m0_.titre AS titre_1, m0_.description AS description_2, m0_.icone AS icone_3, m0_.lien AS lien_4, m0_.texte_bouton AS texte_bouton_5, m0_.ordre AS ordre_6, m0_.actif AS actif_7, m0_.created_at AS created_at_8, m0_.updated_at AS updated_at_9 FROM mission m0_ WHERE m0_.actif = ? ORDER BY m0_.ordre ASC, m0_.id ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.72 ms (11.66%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.photo AS photo_7, t0.village_id AS village_id_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||
|
0.65 ms (10.42%) |
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.description AS description_2, a0_.image AS image_3, a0_.lien_bouton AS lien_bouton_4, a0_.texte_bouton AS texte_bouton_5, a0_.ordre AS ordre_6, a0_.actif AS actif_7, a0_.created_at AS created_at_8, a0_.updated_at AS updated_at_9 FROM annonce_flash a0_ WHERE a0_.actif = ? ORDER BY a0_.ordre ASC, a0_.id 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Slider | 1 |
| App\Entity\Article | 1 |
| App\Entity\User | 1 |
| App\Entity\MessagePresident | 1 |
| App\Entity\Organisation | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Slider | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CategorieArticle | No errors. |
| App\Entity\Commentaire | No errors. |
| App\Entity\Mission | No errors. |
| App\Entity\MessagePresident | No errors. |
| App\Entity\AnnonceFlash | No errors. |
| App\Entity\Organisation | No errors. |
| App\Entity\Village | No errors. |