POST https://ondravotava.cz/register

Query Metrics

5 Database Queries
5 Different statements
14.69 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
12.41 ms
(84.49%)
1
"COMMIT"
Parameters:
[]
1.19 ms
(8.07%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t6.id AS id_7, t6.name AS name_8, t6.business_id AS business_id_9, t6.tax_id AS tax_id_10, t6.vat_id AS vat_id_11, t6.address AS address_12, t6.city AS city_13, t6.postal_code AS postal_code_14, t6.country AS country_15, t6.company_description AS company_description_16, t6.auth_id AS auth_id_17, t6.logo_image_id AS logo_image_id_18 FROM auth t0 LEFT JOIN organization t6 ON t6.auth_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ta.gray321@gmail.com"
]
0.45 ms
(3.08%)
1
INSERT INTO auth (email, roles, password, is_verified) VALUES (?, ?, ?, ?)
Parameters:
[
  "ta.gray321@gmail.com"
  "["ROLE_USER"]"
  "$2y$13$PEbikk7bsIpiFngtyP2vpuHYfSV/MQEWonon.B4eeA6wU2KIf24qW"
  0
]
0.36 ms
(2.43%)
1
"START TRANSACTION"
Parameters:
[]
0.28 ms
(1.92%)
1
INSERT INTO user (email, phone_number, first_name, last_name, job_position, auth_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "ta.gray321@gmail.com"
  "MyName"
  "Alice"
  "MyName"
  "Hello"
  447
]

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

Entities Mapping

Class Mapping errors
App\Entity\Auth No errors.
App\Entity\Organization No errors.
App\Entity\StorageFile No errors.
App\Entity\User No errors.
App\Entity\JobOffer No errors.