Query Metrics
5
Database Queries
5
Different statements
11.39 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.55 ms (39.99%) |
1 |
"COMMIT"
Parameters:
[] |
3.32 ms (29.18%) |
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:
[
"Loral Mehlberg"
]
|
2.34 ms (20.59%) |
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:
[
"hello@gowonderfully.com"
]
|
0.68 ms (6.02%) |
1 |
INSERT INTO user_entity (username, email, active, md5_user, roles, password) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "Loral Mehlberg" "hello@gowonderfully.com" 0 "b9219feac6f942b6d40673289b5b5c9f" "["ROLE_USER"]" "$2y$13$T5KAsstqj/P0jicH45l.mOlwmGPc85j/6r8rhxcug.cbiqVDFvxXy" ] |
0.48 ms (4.22%) |
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. |