Query Metrics
5
Database Queries
5
Different statements
13.64 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
5.05 ms (37.00%) |
1 |
"COMMIT"
Parameters:
[] |
4.08 ms (29.89%) |
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:
[
"PxcqXsRqjEsf"
]
|
3.80 ms (27.84%) |
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:
[
"castroshanikya1984@gmail.com"
]
|
0.45 ms (3.29%) |
1 |
INSERT INTO user_entity (username, email, active, md5_user, roles, password) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "PxcqXsRqjEsf" "castroshanikya1984@gmail.com" 0 "da9c4635cce2fe63ec494fd0794cacfd" "["ROLE_USER"]" "$2y$13$phaDGrqRLF4Qudp/QZs1Hu2vwLoFTv8kyWw0dgP/itLS8uQMo5SC6" ] |
0.27 ms (1.98%) |
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. |