Query Metrics
5
Database Queries
5
Different statements
78.10 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
52.91 ms (67.74%) |
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, t0.origins AS origins_7 FROM visitor_count t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
"static_pages"
]
|
22.75 ms (29.13%) |
1 |
SELECT l0_.id AS id_0, l0_.active AS active_1, l0_.word AS word_2, l0_.definition AS definition_3, l0_.created_at AS created_at_4 FROM lexique l0_ WHERE l0_.active = ? ORDER BY l0_.word ASC
Parameters:
[
1
]
|
1.72 ms (2.20%) |
1 |
UPDATE visitor_count SET views = ? WHERE id = ?
Parameters:
[ "a:18:{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:3;}" 434 ] |
0.37 ms (0.48%) |
1 |
"COMMIT"
Parameters:
[] |
0.35 ms (0.45%) |
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\VisitorCount | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\VisitorCount | No errors. |
App\Entity\Lexique | No errors. |