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

Query Metrics

20 Database Queries
7 Different statements
12.49 ms Query time
0 Invalid entities
26 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.13 ms
(41.08%)
9
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:
[
  1
]
1.80 ms
(14.38%)
1
SELECT DISTINCT r0_.id AS id_0 FROM resource_assignment r0_ LIMIT 20
Parameters:
[]
1.63 ms
(13.05%)
3
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
]
1.59 ms
(12.75%)
3
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:
[
  1
]
1.11 ms
(8.87%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.81 ms
(6.45%)
1
SELECT r0_.id AS id_0, r0_.resource_id AS resource_id_1, r0_.sub_section_id AS sub_section_id_2 FROM resource_assignment r0_ WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  3
  2
  4
  5
  6
  7
  8
  9
]
0.43 ms
(3.42%)
1
SELECT count(*) AS sclr_0 FROM resource_assignment 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\ResourceAssignment 9
App\Entity\Resource 9
App\Entity\ResourceSubSection 3
App\Entity\ResourceSection 3
App\Entity\ResourcePart 2

Entities Mapping