POST https://myctrl.oncloud.ovh/monitoo/elemento-sga/role/list

Query Metrics

4 Database Queries
4 Different statements
6.34 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.68 ms
(89.57%)
1
SELECT mt_tb_elemento_sga_ruolo.*, mt_ls_ruolo.ruolo, mt_ls_tipo_notifica.tipo_notifica, 
                mt_ls_frequenza_aggiornamento.frequenza_aggiornamento, tb_users.firstname, tb_users.lastname
                FROM mt_tb_elemento_sga_ruolo 
                LEFT JOIN mt_ls_ruolo ON mt_tb_elemento_sga_ruolo.id_ruolo = mt_ls_ruolo.id_ruolo
                LEFT JOIN mt_ls_tipo_notifica ON mt_tb_elemento_sga_ruolo.id_tipo_notifica = mt_ls_tipo_notifica.id_tipo_notifica
                LEFT JOIN mt_ls_frequenza_aggiornamento ON mt_tb_elemento_sga_ruolo.id_frequenza_aggiornamento = mt_ls_frequenza_aggiornamento.id_frequenza_aggiornamento
                LEFT JOIN tb_users ON mt_tb_elemento_sga_ruolo.id_user = tb_users.id_user
                WHERE (id_elemento_sga = 1810) ORDER BY tb_users.lastname
Parameters:
[]
0.27 ms
(4.22%)
1
SELECT t0.id_user AS id_user_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.is_active AS is_active_7, t0.is_suspended AS is_suspended_8, t0.last_access AS last_access_9, t0.image_profile AS image_profile_10, t0.token_coda AS token_coda_11, t0.scadenza_account AS scadenza_account_12, t0.limita_ip AS limita_ip_13, t0.num_login AS num_login_14, t0.num_login_max AS num_login_max_15 FROM `tb_users` t0 WHERE t0.id_user = ?
Parameters:
[
  1
]
0.21 ms
(3.29%)
1
SELECT t.*, t0.codice AS padre_codice, t0.nome_elemento AS padre_nome_elemento
                FROM mt_tb_elemento_sga t
                LEFT JOIN mt_tb_elemento_sga t0 ON t.id_elemento_sga_padre = t0.id_elemento_sga
                WHERE (t.id_elemento_sga = 1810)
Parameters:
[]
0.19 ms
(2.92%)
1
SELECT * FROM tb_settings
Parameters:
[]

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
App\Entity\User No errors.