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

Query Metrics

5 Database Queries
4 Different statements
3.43 ms Query time
0 Invalid entities
16 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.01 ms
(29.59%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.part_id AS sclr_1 FROM resource_section r0_ LEFT JOIN resource_part r1_ ON r0_.part_id = r1_.id ORDER BY r0_.part_id DESC LIMIT 20
Parameters:
[]
0.98 ms
(28.66%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.84 ms
(24.42%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.part_id AS part_id_2 FROM resource_section r0_ LEFT JOIN resource_part r1_ ON r0_.part_id = r1_.id WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.part_id DESC
Parameters:
[
  3
  2
  1
  14
  13
  12
  11
  10
  9
  8
  7
  6
  5
  4
]
0.59 ms
(17.34%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM resource_section r0_ LEFT JOIN resource_part r1_ ON r0_.part_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\ResourceSection 14
App\Entity\ResourcePart 2

Entities Mapping

Class Mapping errors
App\Entity\ResourceSection No errors.
App\Entity\ResourcePart No errors.
App\Entity\ResourceSubSection No errors.