GET https://test.capterre.fr/admin/resource-assignment/3/edit?page=1&sort%5BsubSection%5D=ASC

Query Metrics

11 Database Queries
7 Different statements
5.87 ms Query time
0 Invalid entities
64 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.51 ms
(25.79%)
4
SELECT t0.id AS id_1, t0.name AS name_2, t0.part_id AS part_id_3 FROM resource_section t0 WHERE t0.id = ?
Parameters:
[
  4
]
1.41 ms
(24.07%)
1
SELECT t0.id AS id_1, t0.resource_id AS resource_id_2, t0.sub_section_id AS sub_section_id_3 FROM resource_assignment t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
0.88 ms
(15.01%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.71 ms
(12.04%)
1
SELECT t0.id AS id_3, t0.title AS title_4, t0.resource_type, t1.author AS author_5, t1.file_path AS file_path_6, t2.url AS url_7 FROM resource t0 LEFT JOIN resource_documents t1 ON t0.id = t1.id LEFT JOIN resource_web t2 ON t0.id = t2.id WHERE t0.id = ?
Parameters:
[
  2
]
0.58 ms
(9.83%)
1
SELECT r0_.id AS id_0, r0_.title AS title_1, r1_.author AS author_2, r1_.file_path AS file_path_3, r0_.resource_type AS resource_type_4 FROM resource_documents r1_ INNER JOIN resource r0_ ON r1_.id = r0_.id
Parameters:
[]
0.43 ms
(7.38%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.section_id AS section_id_3 FROM resource_sub_section t0 WHERE t0.id = ?
Parameters:
[
  7
]
0.35 ms
(5.89%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.section_id AS section_id_2 FROM resource_sub_section r0_
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\Resource 50
App\Entity\ResourceSubSection 7
App\Entity\ResourceSection 4
App\Entity\ResourcePart 2
App\Entity\ResourceAssignment 1

Entities Mapping