Query Metrics
19
Database Queries
5
Different statements
766.79 ms
Query time
0
Invalid entities
30
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
439.02 ms (57.25%) |
15 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.title AS title_3, t0.content AS content_4, t0.chapo AS chapo_5, t0.created_at AS created_at_6, t0.pdf AS pdf_7, t0.pinned AS pinned_8, t0.author_id AS author_id_9, t0.category_id AS category_id_10 FROM news t0 INNER JOIN news_keywords ON t0.id = news_keywords.news_id WHERE news_keywords.keywords_id = ?
Parameters:
[
23
]
|
|
138.15 ms (18.02%) |
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_.pinned AS pinned_7, n0_.author_id AS author_id_8, n0_.category_id AS category_id_9 FROM news n0_ WHERE n0_.active = ? AND n0_.title LIKE ? ORDER BY n0_.created_at DESC
Parameters:
[ 1 "%TA%" ] |
|
122.80 ms (16.01%) |
1 |
SELECT k0_.id AS id_0, k0_.keyword AS keyword_1, k0_.created_at AS created_at_2, k0_.similar AS similar_3 FROM keywords k0_ WHERE k0_.keyword LIKE ?
Parameters:
[
"%TA%"
]
|
|
47.24 ms (6.16%) |
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 la_base_category t0 WHERE t0.enabled = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
19.59 ms (2.55%) |
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
]
|
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\Keywords | 15 |
| App\Entity\News | 5 |
| App\Entity\NewsCategory | 4 |
| App\Entity\LaBaseCategory | 4 |
| App\Entity\User | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\NewsCategory | No errors. |
| App\Entity\LaBaseCategory | No errors. |
| App\Entity\Keywords | No errors. |
| App\Entity\News | No errors. |
| App\Entity\Tuto | No errors. |
| App\Entity\Jurisprudence | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Lexique | No errors. |