GET https://test.capterre.fr/admin/resource-assignment?page=1&sort%5Bid%5D=DESC

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
6.89 ms
(49.93%)
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:
[
  52
]
1.85 ms
(13.44%)
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:
[
  7
]
1.48 ms
(10.74%)
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:
[
  4
]
1.09 ms
(7.92%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.05 ms
(7.61%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.id AS id_1 FROM resource_assignment r0_ ORDER BY r0_.id DESC LIMIT 20
Parameters:
[]
0.87 ms
(6.28%)
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 (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.id DESC
Parameters:
[
  9
  8
  7
  6
  5
  4
  3
  2
  1
]
0.56 ms
(4.09%)
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