GET https://myctrl.oncloud.ovh/monitoo/cpanel

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.21 ms
SELECT * FROM tb_settings
Parameters:
[]
2 0.40 ms
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
]
3 0.36 ms
SELECT mt_tb_elemento_sga.codice, mt_tb_elemento_sga.nome_elemento, mt_tb_tipo_elemento.tipo_elemento, mt_tb_sottotipo_elemento.sottotipo_elemento,
                (SELECT COUNT(*) FROM mt_tb_monitoraggio WHERE id_elemento_sga = mt_tb_elemento_sga.id_elemento_sga) AS cnt 
                FROM mt_tb_elemento_sga 
                LEFT JOIN mt_tb_tipo_elemento ON mt_tb_elemento_sga.id_tipo_elemento = mt_tb_tipo_elemento.id_tipo_elemento
                LEFT JOIN mt_tb_sottotipo_elemento ON mt_tb_elemento_sga.id_sottotipo_elemento = mt_tb_sottotipo_elemento.id_sottotipo_elemento
                WHERE (NOT mt_tb_elemento_sga.id_tipo_elemento IS NULL OR mt_tb_elemento_sga.id_tipo_elemento <> 0)
                AND (id_user_insert = 1)
                HAVING (cnt > 0)
                ORDER BY cnt DESC LIMIT 0, 15
Parameters:
[]
4 0.19 ms
SELECT mt_tb_monitoraggio.descrizione AS descrizione_monitoraggio, mt_tb_monitoraggio.dt_insert, 
                mt_tb_elemento_sga.codice, mt_tb_elemento_sga.nome_elemento, tb_users.lastname, tb_users.firstname
                FROM mt_tb_monitoraggio 
                LEFT JOIN tb_users ON tb_users.id_user = mt_tb_monitoraggio.id_user_insert
                INNER JOIN mt_tb_elemento_sga ON mt_tb_elemento_sga.id_elemento_sga = mt_tb_monitoraggio.id_elemento_sga
                WHERE (NOT mt_tb_elemento_sga.id_tipo_elemento IS NULL OR mt_tb_elemento_sga.id_tipo_elemento <> 0)
                AND (mt_tb_monitoraggio.id_user_insert = 1)
                ORDER BY mt_tb_monitoraggio.dt_insert DESC LIMIT 0, 10
Parameters:
[]
5 0.21 ms
SELECT mt_tb_monitoraggio_commento.*, 
                mt_tb_elemento_sga.codice, mt_tb_elemento_sga.nome_elemento, tb_users.lastname, tb_users.firstname
                FROM mt_tb_monitoraggio_commento 
                LEFT JOIN tb_users ON tb_users.id_user = mt_tb_monitoraggio_commento.id_user_insert
                INNER JOIN mt_tb_elemento_sga ON mt_tb_elemento_sga.id_elemento_sga = mt_tb_monitoraggio_commento.id_elemento_sga
                WHERE (NOT mt_tb_elemento_sga.id_tipo_elemento IS NULL OR mt_tb_elemento_sga.id_tipo_elemento <> 0)
                AND (mt_tb_monitoraggio_commento.id_user_insert = 1)
                ORDER BY mt_tb_monitoraggio_commento.dt_insert DESC LIMIT 0, 10
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.