Query Metrics
7
Database Queries
7
Different statements
79.55 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
72.13 ms (90.67%) |
1 |
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 WHERE t0.id = ?
Parameters:
[
204
]
|
2.26 ms (2.84%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.word AS word_3, t0.definition AS definition_4, t0.created_at AS created_at_5 FROM lexique t0 INNER JOIN news_lexiques ON t0.id = news_lexiques.lexique_id WHERE news_lexiques.news_id = ? ORDER BY t0.word ASC
Parameters:
[
204
]
|
1.79 ms (2.25%) |
1 |
SELECT t0.id AS id_1, t0.keyword AS keyword_2, t0.created_at AS created_at_3 FROM keywords t0 INNER JOIN news_keywords ON t0.id = news_keywords.keywords_id WHERE news_keywords.news_id = ? ORDER BY t0.keyword ASC
Parameters:
[
204
]
|
1.36 ms (1.71%) |
1 |
SELECT t0.id AS id_1, t0.category AS category_2, t0.type AS type_3, t0.counter AS counter_4, t0.page_id AS page_id_5, t0.views AS views_6 FROM visitor_count t0 WHERE t0.category = ? AND t0.page_id = ? LIMIT 1
Parameters:
[ "App\Entity\News" 204 ] |
1.01 ms (1.27%) |
1 |
"COMMIT"
Parameters:
[] |
0.72 ms (0.91%) |
1 |
INSERT INTO visitor_count (category, type, counter, page_id, views) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "App\Entity\News" "article_read" 0 204 "a:1:{s:10:"2025-07-20";i:1;}" ] |
0.27 ms (0.34%) |
1 |
"START TRANSACTION"
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\News | 1 |
App\Entity\User | 1 |
App\Entity\NewsCategory | 1 |
App\Entity\VisitorCount | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\News | No errors. |
App\Entity\User | No errors. |
App\Entity\NewsCategory | No errors. |
App\Entity\Keywords | No errors. |
App\Entity\Lexique | No errors. |
App\Entity\VisitorCount | No errors. |