GET https://www.constructible.net/project/new

Query Metrics

12 Database Queries
8 Different statements
6.19 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.81 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.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.creation_date AS creation_date_3 FROM project t0 INNER JOIN project_in_client ON t0.id = project_in_client.project_id WHERE project_in_client.client_id = ?
Parameters:
[
  4
]
3 0.25 ms
"START TRANSACTION"
Parameters:
[]
4 0.40 ms
INSERT INTO project (name, creation_date) VALUES (?, ?)
Parameters:
[
  "My new project 8"
  "07/09/2026"
]
5 1.41 ms
"COMMIT"
Parameters:
[]
6 0.16 ms
"START TRANSACTION"
Parameters:
[]
7 0.33 ms
INSERT INTO building (name, description, creation_date, building_js_object) VALUES (?, ?, ?, ?)
Parameters:
[
  "My building"
  ""
  "2026/09/07 12:50"
  "[]"
]
8 0.76 ms
"COMMIT"
Parameters:
[]
9 0.18 ms
"START TRANSACTION"
Parameters:
[]
10 0.33 ms
INSERT INTO project_in_client (client_id, project_id) VALUES (?, ?)
Parameters:
[
  4
  105
]
11 0.26 ms
INSERT INTO building_in_project_variants (project_id, building_id) VALUES (?, ?)
Parameters:
[
  105
  120
]
12 0.67 ms
"COMMIT"
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\Project\Project 9
App\Entity\User\User 1
App\Entity\Building\Building 1

Entities Mapping