Query Metrics
2
Database Queries
2
Different statements
0.68 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.35 ms (51.83%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.mobile_phone AS mobile_phone_9, t0.updated_at AS updated_at_10, t0.color AS color_11, t0.website_language_id AS website_language_id_12 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"jimi@quadraweb.it"
]
|
|
0.33 ms (48.17%) |
1 |
INSERT INTO audit_log (occurred_at, occurred_month, user_id, username, ip, user_agent, context, action, object_class, object_id, changes_json, extra_json) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-09-18 15:46:07.967373" "2026-09-01" 8 "jimi@quadraweb.it" b"¹wä:" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/153.0.0.0 Safari/537.36" "security" "LOGIN_SUCCESS" "Security" "jimi@quadraweb.it" "{"login":{"old":null,"new":{"result":"success","user_id":8,"username":"jimi@quadraweb.it"}}}" "{"security":{"firewall":"main","authenticator":null},"request":{"route":"app_login","method":"POST","uri":"\/login"},"net":{"client_ip":"185.119.228.58","client_ips":["185.119.228.58"],"remote_addr":"185.119.228.58","forwarded":null,"x_forwarded_for":null,"x_real_ip":null}}" ] |
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 | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Quadra\CoreBundle\Entity\CoreUser | No errors. |
| App\Entity\User | No errors. |
| Quadra\CoreBundle\Entity\WebsiteLanguage | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\MediaFile | No errors. |