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

Queries

Group similar statements

# Time Info
1 0.20 ms
"START TRANSACTION"
Parameters:
[]
2 0.76 ms
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:
[
  "20"
]
3 0.39 ms
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:
[
  "2834"
]
4 0.18 ms
SAVEPOINT DOCTRINE_2
Parameters:
[]
5 0.70 ms
INSERT INTO presenze (wno_id, data_in, data_out, note, created_at, updated_at, dipendente_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2834"
  "2026-06-19 12:42:00"
  null
  null
  "2026-06-19 12:42:51"
  "2026-06-19 12:42:51"
  38
]
6 0.15 ms
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[]
7 1.62 ms
"COMMIT"
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.