GET https://test.capterre.fr/admin/resource-assignment/5/edit

Query Metrics

10 Database Queries
6 Different statements
7.31 ms Query time
0 Invalid entities
64 Managed entities

Queries

Group similar statements

# Time Info
1 1.23 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:
[
  "5"
]
2 0.76 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:
[
  48
]
3 1.02 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:
[]
4 0.64 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:
[]
5 0.67 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
]
6 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  2
]
7 0.73 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
]
8 0.56 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
]
9 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
]
10 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  1
]

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