Query Metrics

5 Database Queries
5 Different statements
2.95 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.41 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.id = ?
Parameters:
[
  8
]
2 0.46 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:
[
  8
]
3 0.50 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:
[
  8
  "open"
]
4 1.07 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:
[
  8
  "paused"
]
5 0.50 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:
[
  8
  "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