Query Metrics
4
Database Queries
4
Different statements
6.14 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.27 ms |
SELECT t0.id AS id_1, t0.status AS status_2, t0.priority AS priority_3, t0.task AS task_4, t0.hours_allocated AS hours_allocated_5, t0.immediate_priority AS immediate_priority_6, t0.attachment AS attachment_7, t0.needs_research AS needs_research_8, t0.project_id AS project_id_9 FROM to_do_list_items t0 WHERE t0.id = ?
Parameters:
[
"237"
]
|
2 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 0.62 ms |
UPDATE to_do_list_items SET priority = ? WHERE id = ?
Parameters:
[ 2.01 237 ] |
4 | 4.07 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\ToDoListItems | No errors. |
App\Entity\ToDoList | No errors. |
App\Entity\User |
|