Query Metrics
8
Database Queries
8
Different statements
92.36 ms
Query time
0
Invalid entities
13
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 7.10 ms |
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
]
|
2 | 27.08 ms |
SELECT count(DISTINCT n0_.id) AS sclr_0 FROM news n0_ WHERE n0_.active = ?
Parameters:
[
1
]
|
3 | 17.05 ms |
SELECT DISTINCT n0_.id AS id_0, n0_.pinned AS pinned_1, n0_.created_at AS created_at_2 FROM news n0_ WHERE n0_.active = ? ORDER BY n0_.pinned DESC, n0_.created_at DESC LIMIT 6
Parameters:
[
1
]
|
4 | 13.43 ms |
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_.id IN (?, ?, ?, ?, ?, ?) ORDER BY n0_.pinned DESC, n0_.created_at DESC
Parameters:
[ 1 213 212 210 209 208 206 ] |
5 | 3.05 ms |
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, t0.origins AS origins_7 FROM visitor_count t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
"static_pages"
]
|
6 | 7.13 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 11.54 ms |
UPDATE visitor_count SET views = ? WHERE id = ?
Parameters:
[ "a:19:{s:10:"2020-01-01";i:0;s:10:"2025-07-26";i:8;s:10:"2025-07-27";i:38;s:10:"2025-07-28";i:36;s:10:"2025-07-29";i:6;s:10:"2025-07-30";i:2;s:10:"2025-07-31";i:7;s:10:"2025-08-01";i:20;s:10:"2025-08-02";i:6;s:10:"2025-08-03";i:3;s:10:"2025-08-04";i:7;s:10:"2025-08-05";i:6;s:10:"2025-08-06";i:2;s:10:"2025-08-07";i:11;s:10:"2025-08-08";i:1;s:10:"2025-08-09";i:2;s:10:"2025-08-10";i:6;s:10:"2025-08-11";i:10;s:10:"2025-08-12";i:7;}" 434 ] |
8 | 5.99 ms |
"COMMIT"
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 | 6 |
App\Entity\NewsCategory | 4 |
App\Entity\User | 2 |
App\Entity\VisitorCount | 1 |
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. |
App\Entity\VisitorCount | No errors. |