Redirect 302 redirect from GET @to_do_list_items_change_priority (1f3698)

GET https://www.stephen-nurse.com/todolist_items/change_top_priority_status/283

Query Metrics

5 Database Queries
5 Different statements
33.94 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.05 ms
SELECT t0.id AS id_1, t0.language AS language_2, t0.abbreviation AS abbreviation_3, t0.icon AS icon_4, t0.is_active AS is_active_5, t0.linked_in_other AS linked_in_other_6, t0.ranking AS ranking_7 FROM languages t0 WHERE t0.abbreviation = ? LIMIT 1
Parameters:
[
  "en"
]
2 19.61 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.last_saved AS last_saved_9, t0.project_id AS project_id_10 FROM to_do_list_items t0 WHERE t0.id = ?
Parameters:
[
  "283"
]
3 6.02 ms
"START TRANSACTION"
Parameters:
[]
4 4.08 ms
UPDATE to_do_list_items SET immediate_priority = ? WHERE id = ?
Parameters:
[
  "Top Priority"
  283
]
5 3.18 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Languages 1
App\Entity\ToDoListItems 1
App\Entity\ToDoList 1

Entities Mapping

Class Mapping errors
App\Entity\Languages No errors.
App\Entity\ToDoListItems No errors.
App\Entity\ToDoList No errors.