Query Metrics
4
Database Queries
4
Different statements
5.08 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.79 ms (35.27%) |
1 |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.name AS name_3, t0.color AS color_4, t0.position AS position_5, t0.created_at AS created_at_6 FROM news_category t0 WHERE t0.enabled = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
1.39 ms (27.40%) |
1 |
SELECT COUNT(DISTINCT n0_.id) AS sclr_0 FROM news n0_ WHERE n0_.active = ?
Parameters:
[
1
]
|
1.02 ms (20.00%) |
1 |
SELECT n0_.id AS id_0, n0_.active AS active_1, n0_.title AS title_2, n0_.content AS content_3, n0_.chapo AS chapo_4, n0_.created_at AS created_at_5, n0_.pdf AS pdf_6, n0_.author_id AS author_id_7, n0_.category_id AS category_id_8 FROM news n0_ WHERE n0_.active = ? AND n0_.id IN (?, ?) ORDER BY n0_.created_at DESC
Parameters:
[ 1 202 201 ] |
0.88 ms (17.34%) |
1 |
SELECT DISTINCT n0_.id AS id_0, n0_.created_at AS created_at_1 FROM news n0_ WHERE n0_.active = ? ORDER BY n0_.created_at DESC LIMIT 6
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\NewsCategory | No errors. |
App\Entity\News | No errors. |
App\Entity\User | No errors. |
App\Entity\Keywords | No errors. |
App\Entity\Lexique | No errors. |