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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.04 ms
SELECT * FROM tb_settings
Parameters:
[]
2 0.25 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.19 ms
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:
[]
4 10.50 ms
SELECT bm_tb_bookmarks.*, tbu.firstname, tbu.lastname
                FROM bm_tb_bookmarks
                LEFT JOIN tb_users AS tbu ON tbu.id_user = bm_tb_bookmarks.id_user_insert
                WHERE (tags LIKE '%TRA00492%')  ORDER BY dt_insert DESC
Parameters:
[]
5 9.62 ms
SELECT DISTINCT tag FROM bm_tb_tagcloud 
                INNER JOIN bm_tb_bookmarks ON bm_tb_tagcloud.id_bookmark = bm_tb_bookmarks.id_bookmark
                WHERE (tags LIKE '%TRA00492%')
                ORDER BY tag
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.