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

Queries

Group similar statements

# Time Info
1 1.41 ms
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"
]
2 0.71 ms
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
]
3 0.43 ms
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
]
4 0.51 ms
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
]
5 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  1
]
6 0.58 ms
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:
[]
7 0.35 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.section_id AS section_id_2 FROM resource_sub_section r0_
Parameters:
[]
8 0.33 ms
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:
[
  1
]
9 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  2
]
10 0.32 ms
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:
[
  2
]
11 0.35 ms
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:
[
  3
]

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