Query Metrics
8
Database Queries
8
Different statements
77.44 ms
Query time
0
Invalid entities
13
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
14.41 ms (18.61%) |
1 |
SELECT t0_.id AS id_0, t0_.active AS active_1, t0_.title AS title_2, t0_.content AS content_3, t0_.chapo AS chapo_4, t0_.created_at AS created_at_5, t0_.pdf AS pdf_6, t0_.pinned AS pinned_7, t0_.category_id AS category_id_8, t0_.author_id AS author_id_9 FROM tuto t0_ WHERE t0_.active = ? AND t0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY t0_.pinned DESC, t0_.created_at DESC
Parameters:
[ 1 110 109 108 107 106 105 ] |
12.06 ms (15.57%) |
1 |
SELECT count(DISTINCT t0_.id) AS sclr_0 FROM tuto t0_ WHERE t0_.active = ?
Parameters:
[
1
]
|
10.17 ms (13.13%) |
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"
]
|
10.15 ms (13.11%) |
1 |
UPDATE visitor_count SET views = ? WHERE id = ?
Parameters:
[ "a:16:{s:10:"2020-01-01";i:0;s:10:"2025-08-31";i:85;s:10:"2025-09-01";i:29;s:10:"2025-09-02";i:50;s:10:"2025-09-03";i:31;s:10:"2025-09-04";i:12;s:10:"2025-09-05";i:2;s:10:"2025-09-06";i:5;s:10:"2025-09-07";i:19;s:10:"2025-09-08";i:81;s:10:"2025-09-09";i:2;s:10:"2025-09-10";i:6;s:10:"2025-09-11";i:15;s:10:"2025-09-12";i:12;s:10:"2025-09-13";i:10;s:10:"2025-09-14";i:5;}" 434 ] |
8.39 ms (10.83%) |
1 |
"START TRANSACTION"
Parameters:
[] |
8.14 ms (10.51%) |
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
]
|
7.35 ms (9.49%) |
1 |
"COMMIT"
Parameters:
[] |
6.78 ms (8.75%) |
1 |
SELECT DISTINCT t0_.id AS id_0, t0_.pinned AS pinned_1, t0_.created_at AS created_at_2 FROM tuto t0_ WHERE t0_.active = ? ORDER BY t0_.pinned DESC, t0_.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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\Tuto | 6 |
App\Entity\LaBaseCategory | 4 |
App\Entity\User | 2 |
App\Entity\VisitorCount | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\LaBaseCategory | No errors. |
App\Entity\Tuto | No errors. |
App\Entity\User | No errors. |
App\Entity\Keywords | No errors. |
App\Entity\Lexique | No errors. |
App\Entity\VisitorCount | No errors. |