Query Metrics
2
Database Queries
2
Different statements
2.13 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.31 ms |
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.username AS username_4, t0.password AS password_5, t0.email AS email_6, t0.token AS token_7, t0.token_creato AS token_creato_8, t0.prelogin AS prelogin_9, t0.prelogin_creato AS prelogin_creato_10, t0.abilitato AS abilitato_11, t0.spid AS spid_12, t0.ultimo_accesso AS ultimo_accesso_13, t0.otp AS otp_14, t0.ultimo_otp AS ultimo_otp_15, t0.dispositivo AS dispositivo_16, t0.nome AS nome_17, t0.cognome AS cognome_18, t0.sesso AS sesso_19, t0.data_nascita AS data_nascita_20, t0.comune_nascita AS comune_nascita_21, t0.provincia_nascita AS provincia_nascita_22, t0.codice_fiscale AS codice_fiscale_23, t0.citta AS citta_24, t0.provincia AS provincia_25, t0.indirizzo AS indirizzo_26, t0.numeri_telefono AS numeri_telefono_27, t0.notifica AS notifica_28, t0.rappresentante AS rappresentante_29, t0.dati AS dati_30, t0.ruolo, t0.tipo AS tipo_31, t0.segreteria AS segreteria_32, t0.sede_id AS sede_id_33, t0.responsabile_bes AS responsabile_bes_34, t0.rspp AS rspp_35, t0.responsabile_bes_sede_id AS responsabile_bes_sede_id_36, t0.sede_id AS sede_id_37, t0.bes AS bes_38, t0.note_bes AS note_bes_39, t0.autorizza_entrata AS autorizza_entrata_40, t0.autorizza_uscita AS autorizza_uscita_41, t0.note AS note_42, t0.frequenza_estero AS frequenza_estero_43, t0.religione AS religione_44, t0.credito3 AS credito3_45, t0.credito4 AS credito4_46, t0.giustifica_online AS giustifica_online_47, t0.richiesta_certificato AS richiesta_certificato_48, t0.foto AS foto_49, t0.classe_id AS classe_id_50, t0.giustifica_online AS giustifica_online_51, t0.alunno_id AS alunno_id_52 FROM gs_utente t0 WHERE t0.id = ? AND t0.ruolo IN ('UTE', 'AMM', 'ATA', 'DOC', 'STA', 'PRE', 'ALU', 'GEN')
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 2 | 0.81 ms |
SELECT g0_.nome AS nome_0, g0_.descrizione AS descrizione_1, g0_.url AS url_2, (g0_.sotto_menu_id) AS sclr_3, g1_.nome AS nome_4, g1_.descrizione AS descrizione_5, g1_.url AS url_6, g2_.nome AS nome_7, g2_.descrizione AS descrizione_8, g2_.url AS url_9 FROM gs_menu_opzione g0_ LEFT JOIN gs_menu_opzione g1_ ON (g0_.menu_id = g1_.sotto_menu_id AND INSTR(g1_.ruolo, ?) > 0) LEFT JOIN gs_menu_opzione g2_ ON (g1_.menu_id = g2_.sotto_menu_id AND INSTR(g2_.ruolo, ?) > 0) WHERE g0_.url = ? AND INSTR(g0_.ruolo, ?) > 0 LIMIT 1
Parameters:
[ "M" "M" "sistema_alias" "M" ]
|
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\Utente | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Utente | No errors. |
| App\Entity\Amministratore | No errors. |
| App\Entity\Ata | No errors. |
| App\Entity\Sede | No errors. |
| App\Entity\Docente | No errors. |
| App\Entity\Staff | No errors. |
| App\Entity\Preside | No errors. |
| App\Entity\Alunno | No errors. |
| App\Entity\Classe | No errors. |
| App\Entity\Genitore | No errors. |
| App\Entity\MenuOpzione | No errors. |