Query Metrics
7
Database Queries
4
Different statements
5.54 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.31 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? ORDER BY a0_.created_at DESC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 2 | 0.70 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM categorie_article t0
Parameters:
[]
|
||||||||||||||||||||||||||||
| 3 | 0.95 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? AND a0_.categorie_id = ? ORDER BY a0_.created_at DESC
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||||||
| 4 | 0.56 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? AND a0_.categorie_id = ? ORDER BY a0_.created_at DESC
Parameters:
[ 1 2 ]
|
||||||||||||||||||||||||||||
| 5 | 0.49 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? AND a0_.categorie_id = ? ORDER BY a0_.created_at DESC
Parameters:
[ 1 3 ]
|
||||||||||||||||||||||||||||
| 6 | 0.56 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? AND a0_.categorie_id = ? ORDER BY a0_.created_at DESC
Parameters:
[ 1 4 ]
|
||||||||||||||||||||||||||||
| 7 | 0.98 ms |
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:
[] |
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\CategorieArticle | 4 |
| App\Entity\Organisation | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Album | No errors. |
| App\Entity\CategorieArticle | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Organisation | No errors. |