Query Metrics
95
Database Queries
6
Different statements
16.97 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
10.18 ms (60.00%) |
80 |
SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.libelle AS libelle_3, t0.code_publication_id AS code_publication_id_4 FROM blog.fichier_publication t0 WHERE t0.code_publication_id = ?
Parameters:
[
49
]
|
|
2.35 ms (13.86%) |
11 |
SELECT t0.id AS id_1, t0.libelle_publication AS libelle_publication_2, t0.fichier AS fichier_3, t0.actif AS actif_4, t0.code_category_id AS code_category_id_5 FROM blog.publication t0 WHERE t0.code_category_id = ?
Parameters:
[
11
]
|
|
2.29 ms (13.48%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.featured_text AS featured_text_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.featured_image_id AS featured_image_id_8 FROM blog.article_blog t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"lue-et-la-cote-divoire-signent-laccord-de-partenariat-volontaire"
]
|
|
0.88 ms (5.20%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.slug AS slug_3, t0.code_groupe_id AS code_groupe_id_4 FROM blog.category_publication t0
Parameters:
[] |
|
0.63 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM blog.categorie t0
Parameters:
[] |
|
0.63 ms (3.72%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.featured_text AS featured_text_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.featured_image_id AS featured_image_id_8 FROM blog.article_blog t0 ORDER BY t0.created_at DESC LIMIT 5
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| alt | doctrine.dbal.alt_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\Blog\ArticleBlog | No errors. |
| App\Entity\Blog\Media | No errors. |
| App\Entity\Blog\Categorie | No errors. |
| App\Entity\Blog\Comment | No errors. |
| App\Entity\Blog\CategoryPublication | No errors. |
| App\Entity\Blog\GroupePublication | No errors. |
| App\Entity\Blog\Publication | No errors. |
| App\Entity\Blog\FichierPublication | No errors. |