POST https://simplexsms.com/en/register?path=en%2Fregister

Query Metrics

5 Database Queries
5 Different statements
9.22 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.74 ms
(62.22%)
1
"COMMIT"
Parameters:
[]
1.93 ms
(20.91%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.active AS active_4, t0.md5_user AS md5_user_5, t0.roles AS roles_6, t0.password AS password_7 FROM user_entity t0 WHERE t0.username = ? LIMIT 2
Parameters:
[
  "Omorion Rondini"
]
0.61 ms
(6.65%)
1
INSERT INTO user_entity (username, email, active, md5_user, roles, password) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "Omorion Rondini"
  "alexandriairene@gmail.com"
  0
  "515ab63ac1c013e644a653de92b56cc7"
  "["ROLE_USER"]"
  "$2y$13$U4b3ZDqDi3n6UBKs/Um2We0WksR6uZqEzAuwfv5GvJf5Xq3kRKXT6"
]
0.58 ms
(6.26%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.active AS active_4, t0.md5_user AS md5_user_5, t0.roles AS roles_6, t0.password AS password_7 FROM user_entity t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "alexandriairene@gmail.com"
]
0.37 ms
(3.96%)
1
"START TRANSACTION"
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.

Entities Mapping

Class Mapping errors
App\Entity\UserEntity No errors.
App\Entity\MessageEntity No errors.