GET https://test.capterre.fr/ressources/geo-paysage

Query Metrics

6 Database Queries
6 Different statements
4.97 ms Query time
0 Invalid entities
18 Managed entities

Queries

Group similar statements

# Time Info
1 1.27 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_part t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Géologie et Paysage"
]
2 0.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.part_id AS part_id_3 FROM resource_section t0 WHERE t0.part_id = ?
Parameters:
[
  1
]
3 0.56 ms
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.section_id = ?
Parameters:
[
  4
]
4 0.57 ms
SELECT t0.id AS id_1, t0.resource_id AS resource_id_2, t0.sub_section_id AS sub_section_id_3 FROM resource_assignment t0 WHERE t0.sub_section_id = ?
Parameters:
[
  7
]
5 0.79 ms
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:
[
  2
]
6 0.80 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM resource_tags t0 INNER JOIN resource_resource_tags ON t0.id = resource_resource_tags.resource_tags_id WHERE resource_resource_tags.resource_id = ?
Parameters:
[
  2
]

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\ResourceTags 13
App\Entity\ResourcePart 1
App\Entity\ResourceSection 1
App\Entity\ResourceSubSection 1
App\Entity\ResourceAssignment 1
App\Entity\Resource 1

Entities Mapping