GET https://www.constructible.net/project/planTo3d/105/120

Query Metrics

4 Database Queries
4 Different statements
46.09 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.language AS language_5, t0.is_verified AS is_verified_6, t0.last_name AS last_name_7, t0.first_name AS first_name_8, t0.profession AS profession_9, t0.entity AS entity_10, t0.address AS address_11, t0.npa AS npa_12, t0.city AS city_13, t0.discriminator FROM user t0 WHERE t0.id = ? AND t0.discriminator IN ('client')
Parameters:
[
  4
]
2 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.creation_date AS creation_date_3 FROM project t0 WHERE t0.id = ?
Parameters:
[
  105
]
3 26.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.creation_date AS creation_date_4, t0.building_js_object AS building_js_object_5 FROM building t0 WHERE t0.id = ?
Parameters:
[
  120
]
4 18.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.creation_date AS creation_date_4, t0.building_js_object AS building_js_object_5 FROM building t0 INNER JOIN building_in_project_variants ON t0.id = building_in_project_variants.building_id WHERE building_in_project_variants.project_id = ?
Parameters:
[
  105
]

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\User\User 1
App\Entity\Project\Project 1
App\Entity\Building\Building 1

Entities Mapping