Query Metrics
5
Database Queries
5
Different statements
236.30 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.65 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.dtpubli AS dtpubli_3, t0.description AS description_4, t0.url AS url_5, t0.content AS content_6 FROM article t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"bienvenue-sur-lodeao"
]
|
2 | 230.38 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.date_log AS date_log_3, t0.nbvues AS nbvues_4, t0.page AS page_5, t0.user_id AS user_id_6 FROM log_page t0 WHERE t0.page = ? AND t0.date_log = ? AND t0.user_id IS NULL LIMIT 1
Parameters:
[ "bienvenue-sur-lodeao" "2024-12-22" ] |
3 | 0.36 ms |
"START TRANSACTION"
Parameters:
[] |
4 | 0.50 ms |
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[ 2 170126 ] |
5 | 1.41 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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Article | No errors. |
App\Entity\LogPage | No errors. |
App\Entity\User | No errors. |