Query Metrics
6
Database Queries
6
Different statements
3.69 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.44 ms |
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:
[
"alessio@quadraweb.it"
]
|
| 2 | 0.53 ms |
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 16:19:36.714956" "2026-09-01" 1 "alessio@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" "alessio@quadraweb.it" "{"login":{"old":null,"new":{"result":"success","user_id":1,"username":"alessio@quadraweb.it"}}}" "{"security":{"firewall":"main","authenticator":null},"request":{"route":"app_pratica_list","method":"GET","uri":"\/pratica\/list"},"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}}" ] |
| 3 | 0.49 ms |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.original_file_name AS original_file_name_3, t0.file_path AS file_path_4, t0.file_size AS file_size_5, t0.mime_type AS mime_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.text_type AS text_type_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM media_file t0 WHERE t0.created_by_id = ?
Parameters:
[
1
]
|
| 4 | 0.53 ms |
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.duration AS duration_4, t0.note AS note_5, t0.status AS status_6, t0.created_at AS created_at_7, t0.activity_id AS activity_id_8, t0.user_id AS user_id_9, t0.created_by_user_id AS created_by_user_id_10 FROM tempo_lavoro t0 WHERE t0.user_id = ? AND t0.status = ? LIMIT 1
Parameters:
[ 1 "open" ] |
| 5 | 1.18 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.start_date AS start_date_3, a0_.end_date AS end_date_4, a0_.estimated_hours AS estimated_hours_5, a0_.priorita AS priorita_6, a0_.status AS status_7, a0_.created_at AS created_at_8, a0_.last_modified_at AS last_modified_at_9, a0_.trashed_at AS trashed_at_10, a0_.project_id AS project_id_11, a0_.manager_id AS manager_id_12, a0_.type_id AS type_id_13, a0_.created_by_user_id AS created_by_user_id_14, a0_.last_modified_by_user_id AS last_modified_by_user_id_15, a0_.trashed_by_id AS trashed_by_id_16 FROM attivita a0_ INNER JOIN tempo_lavoro t1_ ON a0_.id = t1_.activity_id WHERE a0_.manager_id = ? AND a0_.end_date IS NULL AND t1_.status = ? ORDER BY a0_.created_at DESC
Parameters:
[ 1 "paused" ] |
| 6 | 0.52 ms |
SELECT t0.id AS id_1, t0.key_name AS key_name_2, t0.key_value AS key_value_3, t0.user_id AS user_id_4 FROM user_setting t0 WHERE t0.user_id = ? AND t0.key_name = ? LIMIT 1
Parameters:
[ 1 "timerbar_last_pratica_id" ] |
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. |
| App\Entity\TempoLavoro | No errors. |
| App\Entity\Attivita | No errors. |
| App\Entity\Pratica | No errors. |
| App\Entity\TipoAttivita | No errors. |
| Quadra\CoreBundle\Entity\CoreUserSetting | No errors. |
| App\Entity\UserSetting | No errors. |