Query Metrics
7
Database Queries
7
Different statements
50.24 ms
Query time
0
Invalid entities
168
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
15.46 ms (30.77%) |
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.category_id AS category_id_9, t0.author_id AS author_id_10 FROM tuto t0 WHERE t0.active = ?
Parameters:
[
1
]
|
13.97 ms (27.80%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.content AS content_4, t0.chapo AS chapo_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.date AS date_8, t0.pdf AS pdf_9, t0.quality AS quality_10, t0.justice_court AS justice_court_11, t0.rg AS rg_12, t0.important AS important_13, t0.pinned AS pinned_14, t0.author_id AS author_id_15 FROM jurisprudence t0 WHERE t0.active = ?
Parameters:
[
1
]
|
12.23 ms (24.34%) |
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"
]
|
7.38 ms (14.68%) |
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.active = ?
Parameters:
[
1
]
|
0.66 ms (1.32%) |
1 |
UPDATE visitor_count SET views = ?, origins = ? 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:7;}" "a:5:{s:17:"paris-luttes.info";i:1;s:12:"fr.squat.net";i:5;s:14:"duckduckgo.com";i:1;s:5:"lc.cx";i:2;s:12:"185.52.224.6";i:1;}" 434 ] |
0.32 ms (0.65%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.23 ms (0.45%) |
1 |
"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\Jurisprudence | 94 |
App\Entity\Tuto | 51 |
App\Entity\News | 9 |
App\Entity\User | 6 |
App\Entity\LaBaseCategory | 4 |
App\Entity\NewsCategory | 3 |
App\Entity\VisitorCount | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\VisitorCount | No 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\Tuto | No errors. |
App\Entity\LaBaseCategory | No errors. |
App\Entity\Jurisprudence | No errors. |
App\Entity\JurisprudenceCategory | No errors. |