POST https://dipendenti.ebisnc.it/api/presenze/sync

Query Metrics

7 Database Queries
7 Different statements
4.01 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.83 ms
(45.67%)
1
"COMMIT"
Parameters:
[]
0.70 ms
(17.57%)
1
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.cognome AS cognome_3, t0.wno_id AS wno_id_4, t0.codice_fiscale AS codice_fiscale_5, t0.contract_type AS contract_type_6, t0.codice_comunicazione_intermittente AS codice_comunicazione_intermittente_7, t0.email AS email_8, t0.telefono AS telefono_9, t0.nick_name AS nick_name_10, t0.data_scadenza_contratto AS data_scadenza_contratto_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.ore_lun AS ore_lun_15, t0.ore_mar AS ore_mar_16, t0.ore_mer AS ore_mer_17, t0.ore_gio AS ore_gio_18, t0.ore_ven AS ore_ven_19, t0.ore_sab AS ore_sab_20, t0.ore_dom AS ore_dom_21, t0.straordinari_mode AS straordinari_mode_22, t0.straordinari_max_value AS straordinari_max_value_23 FROM dipendenti t0 WHERE t0.wno_id = ? LIMIT 1
Parameters:
[
  "33"
]
0.50 ms
(12.49%)
1
UPDATE presenze SET data_in = ?, data_out = ? WHERE id = ?
Parameters:
[
  "2026-06-19 08:17:00"
  "2026-06-19 12:39:00"
  2850
]
0.37 ms
(9.24%)
1
SELECT t0.id AS id_1, t0.wno_id AS wno_id_2, t0.data_in AS data_in_3, t0.data_out AS data_out_4, t0.note AS note_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.dipendente_id AS dipendente_id_8 FROM presenze t0 WHERE t0.wno_id = ? LIMIT 1
Parameters:
[
  "2823"
]
0.22 ms
(5.54%)
1
SAVEPOINT DOCTRINE_2
Parameters:
[]
0.22 ms
(5.45%)
1
"START TRANSACTION"
Parameters:
[]
0.16 ms
(4.05%)
1
RELEASE SAVEPOINT DOCTRINE_2
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\Dipendente 1
App\Entity\Presenza 1

Entities Mapping

Class Mapping errors
App\Entity\Dipendente No errors.
App\Entity\Presenza No errors.
App\Entity\ConsumoRiga No errors.
App\Entity\DipendenteDocumento No errors.