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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
7.90 ms
(39.20%)
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
]
5.21 ms
(25.89%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.id AS id_1 FROM resource_assignment r0_ ORDER BY r0_.id ASC LIMIT 20
Parameters:
[]
2.11 ms
(10.47%)
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.90 ms
(9.45%)
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.18 ms
(5.87%)
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 ASC
Parameters:
[
  1
  2
  3
  4
  5
  6
  7
  8
  9
]
1.16 ms
(5.75%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.68 ms
(3.36%)
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