GET https://sinapsi.quadradev.it/attivita/stato-operativi-user-column/8

Query Metrics

9 Database Queries
7 Different statements
3.49 ms Query time
0 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.29 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 1.12 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_ LEFT JOIN attivita_operativi a2_ ON a0_.id = a2_.attivita_id LEFT JOIN user u1_ ON u1_.id = a2_.user_id LEFT JOIN attivita_responsabili a4_ ON a0_.id = a4_.attivita_id LEFT JOIN user u3_ ON u3_.id = a4_.user_id LEFT JOIN attivita_user_priorita a5_ ON a0_.id = a5_.attivita_id AND (a5_.user_id = ?) WHERE ((u1_.id = ? OR u3_.id = ?)) AND a0_.status <> ? ORDER BY a5_.priorita ASC, a0_.end_date ASC, a0_.id DESC
Parameters:
[
  8
  8
  8
  "Conclusa"
]
3 0.32 ms
SELECT t0.id AS id_1, t0.status AS status_2, t0.name AS name_3, t0.description AS description_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.estimated_hours AS estimated_hours_7, t0.created_at AS created_at_8, t0.last_modified_at AS last_modified_at_9, t0.trashed_at AS trashed_at_10, t0.type_id AS type_id_11, t0.manager_id AS manager_id_12, t0.company_id AS company_id_13, t0.created_by_user_id AS created_by_user_id_14, t0.last_modified_by_user_id AS last_modified_by_user_id_15, t0.trashed_by_id AS trashed_by_id_16 FROM pratica t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.34 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 INNER JOIN attivita_responsabili ON t0.id = attivita_responsabili.user_id WHERE attivita_responsabili.attivita_id = ?
Parameters:
[
  4
]
5 0.26 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
]
6 0.31 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 INNER JOIN attivita_operativi ON t0.id = attivita_operativi.user_id WHERE attivita_operativi.attivita_id = ?
Parameters:
[
  4
]
7 0.30 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:
[
  7
]
8 0.25 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
]
9 0.28 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.activity_id = ?
Parameters:
[
  4
]

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 3
App\Entity\TempoLavoro 2
App\Entity\Attivita 1
App\Entity\Pratica 1
App\Entity\TipoAttivita 1
App\Entity\Company 1