Query Metrics
16
Database Queries
6
Different statements
10.26 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.74 ms (36.39%) |
11 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.image AS image_6, t0.keywords AS keywords_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.category_id AS category_id_10 FROM article t0 WHERE t0.category_id = ?
Parameters:
[
12
]
|
3.73 ms (36.33%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.image AS image_6, t0.keywords AS keywords_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.category_id AS category_id_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"ce-voyage-en-train-vous-fait-decouvrir-13-pays-et-le-prix-est-hyper-raisonnable"
]
|
1.30 ms (12.64%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.status AS status_4, a0_.image AS image_5, a0_.keywords AS keywords_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8, a0_.category_id AS category_id_9 FROM article a0_ WHERE a0_.status = 1 AND a0_.id <> ? AND a0_.category_id = ? ORDER BY a0_.id DESC LIMIT 10
Parameters:
[ 46 13 ] |
0.51 ms (5.01%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM article_category t0 ORDER BY t0.id DESC
Parameters:
[] |
0.50 ms (4.86%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM article_category t0 WHERE t0.id = ?
Parameters:
[
13
]
|
0.49 ms (4.76%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.src AS src_5, t0.link AS link_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM partner t0 ORDER BY t0.id ASC
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\Article | No errors. |
App\Entity\ArticleCategory | No errors. |
App\Entity\Partner | No errors. |