GET https://test.capterre.fr/admin/resource-sub-section?page=2&sort%5Bsection%5D=ASC

Query Metrics

10 Database Queries
5 Different statements
7.09 ms Query time
0 Invalid entities
17 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.67 ms
(37.67%)
5
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:
[
  12
]
1.33 ms
(18.83%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.section_id AS sclr_1 FROM resource_sub_section r0_ LEFT JOIN resource_section r1_ ON r0_.section_id = r1_.id ORDER BY r0_.section_id ASC LIMIT 20 OFFSET 20
Parameters:
[]
1.20 ms
(16.87%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.section_id AS section_id_2 FROM resource_sub_section r0_ LEFT JOIN resource_section r1_ ON r0_.section_id = r1_.id WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.section_id ASC
Parameters:
[
  31
  32
  33
  10
  11
  12
  16
  17
  18
  19
]
1.12 ms
(15.80%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.77 ms
(10.84%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM resource_sub_section r0_ LEFT JOIN resource_section r1_ ON r0_.section_id = r1_.id
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\ResourceSubSection 10
App\Entity\ResourceSection 5
App\Entity\ResourcePart 2

Entities Mapping