GET https://stephen-nurse.com/todolist/update_status_all_to_do_list_projects/Expand

Query Metrics

31 Database Queries
5 Different statements
12.35 ms Query time
0 Invalid entities
29 Managed entities

Queries

Group similar statements

# Time Info
1 0.48 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 0.74 ms
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.project AS project_3, t0.live_website AS live_website_4, t0.summary AS summary_5, t0.monthly_revenue AS monthly_revenue_6, t0.c_dev_directory AS c_dev_directory_7, t0.sql_database_file_name AS sql_database_file_name_8, t0.ats_template_last_updated AS ats_template_last_updated_9, t0.active_coding_project AS active_coding_project_10, t0.live_website_working AS live_website_working_11, t0.expand_collapse AS expand_collapse_12 FROM to_do_list t0
Parameters:
[]
3 0.17 ms
"START TRANSACTION"
Parameters:
[]
4 0.74 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  36
]
5 0.31 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  37
]
6 0.28 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  38
]
7 0.27 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  39
]
8 0.25 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  40
]
9 0.30 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  41
]
10 0.28 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  43
]
11 0.30 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  44
]
12 0.29 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  46
]
13 0.27 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  47
]
14 0.25 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  48
]
15 0.28 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  49
]
16 0.25 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  52
]
17 0.24 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  57
]
18 0.28 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  58
]
19 0.25 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  60
]
20 0.23 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  62
]
21 0.24 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  63
]
22 0.30 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  64
]
23 0.25 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  65
]
24 0.26 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  66
]
25 0.24 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  68
]
26 0.23 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  69
]
27 0.22 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  71
]
28 0.26 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  72
]
29 0.22 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  76
]
30 0.26 ms
UPDATE to_do_list SET expand_collapse = ? WHERE id = ?
Parameters:
[
  "Expand"
  77
]
31 3.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.

Managed Entities

default entity manager

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

Entities Mapping

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