Query Metrics
5
Database Queries
5
Different statements
2.95 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.07 ms (36.18%) |
1 |
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:
[ 8 "paused" ] |
|
0.50 ms (17.09%) |
1 |
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:
[ 8 "open" ] |
|
0.50 ms (17.06%) |
1 |
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:
[ 8 "timerbar_last_pratica_id" ] |
|
0.46 ms (15.70%) |
1 |
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:
[
8
]
|
|
0.41 ms (13.97%) |
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.id = ?
Parameters:
[
8
]
|
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. |