Query Metrics
7
Database Queries
6
Different statements
247.56 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
239.50 ms (96.74%) |
1 |
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:
[ "contacts" "2024-12-22" ] |
4.77 ms (1.93%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.description AS description_4, t0.type AS type_5 FROM contacts t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
"message"
]
|
1.56 ms (0.63%) |
2 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.description AS description_4, t0.type AS type_5 FROM contacts t0 WHERE t0.type = ?
Parameters:
[
"lien"
]
|
0.90 ms (0.37%) |
1 |
"COMMIT"
Parameters:
[] |
0.47 ms (0.19%) |
1 |
UPDATE log_page SET nbvues = ? WHERE id = ?
Parameters:
[ 95 170031 ] |
0.36 ms (0.15%) |
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Contacts | No errors. |
App\Entity\LogPage | No errors. |
App\Entity\User | No errors. |