Query Metrics
8
Database Queries
6
Different statements
2.61 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.42 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.mobile AS mobile_6, t0.imagefilename AS imagefilename_7, t0.showname AS showname_8, t0.leftmenuclose AS leftmenuclose_9, t0.expiredate AS expiredate_10, t0.dbcon AS dbcon_11, t0.dbsite AS dbsite_12, t0.dbname AS dbname_13, t0.dbuser AS dbuser_14, t0.dbpass AS dbpass_15, t0.lastins AS lastins_16, t0.chkenable AS chkenable_17, t0.dbfolder AS dbfolder_18, t0.homeid AS homeid_19, t0.dbversion AS dbversion_20, t0.pinkey AS pinkey_21, t0.tenant_id AS tenant_id_22 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.42 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.mobile AS mobile_6, t0.imagefilename AS imagefilename_7, t0.showname AS showname_8, t0.leftmenuclose AS leftmenuclose_9, t0.expiredate AS expiredate_10, t0.dbcon AS dbcon_11, t0.dbsite AS dbsite_12, t0.dbname AS dbname_13, t0.dbuser AS dbuser_14, t0.dbpass AS dbpass_15, t0.lastins AS lastins_16, t0.chkenable AS chkenable_17, t0.dbfolder AS dbfolder_18, t0.homeid AS homeid_19, t0.dbversion AS dbversion_20, t0.pinkey AS pinkey_21, t0.tenant_id AS tenant_id_22 FROM user t0 WHERE t0.username = ? LIMIT 2
Parameters:
[
"lechadmin"
]
|
| 3 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.34 ms |
INSERT INTO user (username, roles, password, email, mobile, imagefilename, showname, leftmenuclose, expiredate, dbcon, dbsite, dbname, dbuser, dbpass, lastins, chkenable, dbfolder, homeid, dbversion, pinkey, tenant_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "lechadmin" "["ROLE_SHOP_ADMIN"]" "$2y$13$Ee2hp9YMTmFedBj4MISUq.ACHyn9HKIJy/rbBPeNCqDzAynjEjfqa" "bluebyte1@gmail.com" "6972323603" null "Lech admin user" null null null null null null null "2026-05-07 20:20:19" null null null null null 1 ] |
| 5 | 0.62 ms |
"COMMIT"
Parameters:
[] |
| 6 | 0.08 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 0.23 ms |
UPDATE user SET chkenable = ? WHERE id = ?
Parameters:
[ "62EOdS03ZRcxWJtfUgwjk6Lv27CDAVlm1IebFrupQyins4GM8o9K4240" 62 ] |
| 8 | 0.29 ms |
"COMMIT"
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 2 |
| App\Entity\Tenant | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Tenant | No errors. |