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

Grouped Statements

Show all queries

Time Count Info
2.84 ms
(45.91%)
3
"COMMIT"
Parameters:
[]
0.81 ms
(13.01%)
1
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
]
0.63 ms
(10.15%)
1
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
]
0.59 ms
(9.60%)
3
"START TRANSACTION"
Parameters:
[]
0.40 ms
(6.41%)
1
INSERT INTO project (name, creation_date) VALUES (?, ?)
Parameters:
[
  "My new project 8"
  "07/09/2026"
]
0.33 ms
(5.36%)
1
INSERT INTO project_in_client (client_id, project_id) VALUES (?, ?)
Parameters:
[
  4
  105
]
0.33 ms
(5.31%)
1
INSERT INTO building (name, description, creation_date, building_js_object) VALUES (?, ?, ?, ?)
Parameters:
[
  "My building"
  ""
  "2026/09/07 12:50"
  "[]"
]
0.26 ms
(4.25%)
1
INSERT INTO building_in_project_variants (project_id, building_id) VALUES (?, ?)
Parameters:
[
  105
  120
]

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