GET https://reg.salerno.istitutokennedy.net/lezioni/argomenti

Query Metrics

107 Database Queries
8 Different statements
54.25 ms Query time
0 Invalid entities
7 Managed entities

Queries

Group similar statements

# Time Info
1 1.29 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:
[
  59
]
2 0.60 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.attiva AS attiva_4, t0.supplenza AS supplenza_5, t0.tipo AS tipo_6, t0.materia_id AS materia_id_7, t0.docente_id AS docente_id_8, t0.classe_id AS classe_id_9, t0.alunno_id AS alunno_id_10, t0.docente_supplenza_id AS docente_supplenza_id_11 FROM gs_cattedra t0 WHERE t0.id = ? AND t0.docente_id = ? AND t0.attiva = ? LIMIT 1
Parameters:
[
  317
  59
  1
]
3 4.52 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.valutazione AS valutazione_7, t0.media AS media_8, t0.ordinamento AS ordinamento_9 FROM gs_materia t0 WHERE t0.id = ?
Parameters:
[
  24
]
4 1.08 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.anno AS anno_4, t0.sezione AS sezione_5, t0.gruppo AS gruppo_6, t0.ore_settimanali AS ore_settimanali_7, t0.sede_id AS sede_id_8, t0.corso_id AS corso_id_9, t0.coordinatore_id AS coordinatore_id_10, t0.segretario_id AS segretario_id_11, t0.orario_id AS orario_id_12 FROM gs_classe t0 WHERE t0.id = ?
Parameters:
[
  5
]
5 0.58 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.responsabile_bes AS responsabile_bes_31, t0.rspp AS rspp_32, t0.responsabile_bes_sede_id AS responsabile_bes_sede_id_33, t0.ruolo, t0.sede_id AS sede_id_34 FROM gs_utente t0 WHERE t0.id = ? AND t0.ruolo IN ('DOC', 'STA', 'PRE')
Parameters:
[
  16
]
6 14.06 ms
SELECT g0_.id AS id_0, g0_.data AS data_1, g0_.ora AS ora_2, g0_.argomento AS argomento_3, g0_.attivita AS attivita_4, (g0_.modulo_formativo_id) AS sclr_5, g1_.id AS id_6, g2_.durata AS durata_7 FROM gs_lezione g0_ INNER JOIN gs_classe g3_ ON g0_.classe_id = g3_.id LEFT JOIN gs_firma g4_ ON (g0_.id = g4_.lezione_id AND g4_.docente_id = ?) AND g4_.tipo IN ('N', 'S') LEFT JOIN gs_utente g1_ ON g4_.docente_id = g1_.id AND g1_.ruolo IN ('DOC', 'STA', 'PRE') INNER JOIN gs_scansione_oraria g2_ ON (g0_.ora = g2_.ora AND (WEEKDAY(g0_.data) + 1) = g2_.giorno) INNER JOIN gs_orario g5_ ON g2_.orario_id = g5_.id WHERE g0_.materia_id = ? AND g0_.data BETWEEN g5_.inizio AND g5_.fine AND (g3_.orario_id = g5_.id OR (g3_.orario_id IS NULL AND g5_.sede_id = g3_.sede_id)) AND g3_.anno = ? AND g3_.sezione = ? AND (g3_.id = ?) ORDER BY g0_.data DESC, g0_.ora ASC
Parameters:
[
  59
  24
  1
  "A"
  5
]
7 0.50 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
8 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
9 0.37 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
10 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
11 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
12 0.32 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
13 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
14 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
15 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
16 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
17 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
18 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
19 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
20 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
21 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
22 0.34 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
23 0.37 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
24 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
25 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
26 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
27 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
28 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
29 0.41 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
30 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
31 0.39 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
32 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
33 0.32 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
34 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
35 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
36 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
37 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
38 0.33 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
39 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
40 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
41 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
42 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
43 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
44 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
45 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
46 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
47 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
48 0.33 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
49 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
50 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
51 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
52 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
53 0.26 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
54 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
55 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
56 0.26 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
57 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
58 0.26 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
59 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
60 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
61 0.26 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
62 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
63 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
64 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
65 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
66 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
67 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
68 0.72 ms
SELECT g0_.nome AS nome_0, g0_.cognome AS cognome_1 FROM gs_firma g1_ INNER JOIN gs_utente g0_ ON g1_.docente_id = g0_.id AND g0_.ruolo IN ('DOC', 'STA', 'PRE') WHERE (g1_.lezione_id = ? AND g1_.docente_id <> ? AND g1_.tipo NOT IN ('S')) AND g1_.tipo IN ('N', 'S') ORDER BY g0_.cognome ASC, g0_.nome ASC
Parameters:
[
  9514
  59
]
69 0.57 ms
SELECT g0_.nome AS nome_0, g0_.cognome AS cognome_1 FROM gs_firma g1_ INNER JOIN gs_utente g0_ ON g1_.docente_id = g0_.id AND g0_.ruolo IN ('DOC', 'STA', 'PRE') WHERE (g1_.lezione_id = ? AND g1_.docente_id <> ? AND g1_.tipo NOT IN ('S')) AND g1_.tipo IN ('N', 'S') ORDER BY g0_.cognome ASC, g0_.nome ASC
Parameters:
[
  9516
  59
]
70 0.53 ms
SELECT g0_.nome AS nome_0, g0_.cognome AS cognome_1 FROM gs_firma g1_ INNER JOIN gs_utente g0_ ON g1_.docente_id = g0_.id AND g0_.ruolo IN ('DOC', 'STA', 'PRE') WHERE (g1_.lezione_id = ? AND g1_.docente_id <> ? AND g1_.tipo NOT IN ('S')) AND g1_.tipo IN ('N', 'S') ORDER BY g0_.cognome ASC, g0_.nome ASC
Parameters:
[
  9517
  59
]
71 0.35 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
72 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
73 0.99 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
74 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
75 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
76 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
77 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
78 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
79 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
80 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
81 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
82 0.35 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
83 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
84 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
85 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
86 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
87 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
88 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
89 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
90 0.33 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
91 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
92 0.30 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
93 0.36 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
94 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
95 0.35 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
96 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
97 0.49 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
98 0.36 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
99 0.32 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
100 0.34 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
101 0.34 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
102 0.31 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
103 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
104 0.28 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
105 0.55 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
106 0.29 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]
107 0.27 ms
SELECT t0.id AS id_1, t0.creato AS creato_2, t0.modificato AS modificato_3, t0.nome AS nome_4, t0.nome_breve AS nome_breve_5, t0.tipo AS tipo_6, t0.classi AS classi_7 FROM gs_modulo_formativo t0 WHERE t0.id = ?
Parameters:
[
  0
]

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 2
App\Entity\Cattedra 1
App\Entity\Materia 1
App\Entity\Classe 1
App\Entity\Sede 1
App\Entity\Corso 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\Cattedra No errors.
App\Entity\Materia No errors.
App\Entity\Corso No errors.
App\Entity\Orario No errors.
App\Entity\Lezione No errors.
App\Entity\Firma No errors.
App\Entity\ScansioneOraria No errors.
App\Entity\FirmaSostegno No errors.
App\Entity\ModuloFormativo No errors.