Redirect 302 redirect from POST @intermittent_call_new (0b75b5)

GET https://dipendenti.ebisnc.it/admin/intermittenti/

Query Metrics

7 Database Queries
6 Different statements
4.38 ms Query time
0 Invalid entities
15 Managed entities

Queries

Group similar statements

# Time Info
1 0.67 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM users t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.91 ms
SELECT count(DISTINCT i0_.id) AS sclr_0 FROM intermittent_call i0_ LEFT JOIN dipendenti d1_ ON i0_.dipendente_id = d1_.id WHERE i0_.annullamento = ? AND i0_.cancelled = ? AND i0_.date_to >= ?
Parameters:
[
  0
  0
  "2026-06-19 00:00:00"
]
3 0.68 ms
SELECT DISTINCT i0_.id AS id_0, COALESCE(d1_.nick_name, CONCAT(d1_.cognome, ' ', d1_.nome)) AS sclr_1, i0_.date_to AS date_to_2 FROM intermittent_call i0_ LEFT JOIN dipendenti d1_ ON i0_.dipendente_id = d1_.id WHERE i0_.annullamento = ? AND i0_.cancelled = ? AND i0_.date_to >= ? ORDER BY sclr_1 ASC, i0_.date_to ASC LIMIT 20
Parameters:
[
  0
  0
  "2026-06-19 00:00:00"
]
4 1.10 ms
SELECT COALESCE(d0_.nick_name, CONCAT(d0_.cognome, ' ', d0_.nome)) AS sclr_0, i1_.id AS id_1, i1_.date_from AS date_from_2, i1_.date_to AS date_to_3, i1_.annullamento AS annullamento_4, i1_.worker_cf AS worker_cf_5, i1_.communication_code AS communication_code_6, i1_.employer_cf AS employer_cf_7, i1_.employer_email AS employer_email_8, i1_.xml_path AS xml_path_9, i1_.pdf_path AS pdf_path_10, i1_.mailjet_message_id AS mailjet_message_id_11, i1_.mail_status AS mail_status_12, i1_.mail_sent_at AS mail_sent_at_13, i1_.mail_delivered_at AS mail_delivered_at_14, i1_.last_webhook_payload AS last_webhook_payload_15, i1_.cancelled AS cancelled_16, i1_.created_at AS created_at_17, i1_.updated_at AS updated_at_18, d0_.id AS id_19, d0_.nome AS nome_20, d0_.cognome AS cognome_21, d0_.wno_id AS wno_id_22, d0_.codice_fiscale AS codice_fiscale_23, d0_.contract_type AS contract_type_24, d0_.codice_comunicazione_intermittente AS codice_comunicazione_intermittente_25, d0_.email AS email_26, d0_.telefono AS telefono_27, d0_.nick_name AS nick_name_28, d0_.data_scadenza_contratto AS data_scadenza_contratto_29, d0_.is_active AS is_active_30, d0_.created_at AS created_at_31, d0_.updated_at AS updated_at_32, d0_.ore_lun AS ore_lun_33, d0_.ore_mar AS ore_mar_34, d0_.ore_mer AS ore_mer_35, d0_.ore_gio AS ore_gio_36, d0_.ore_ven AS ore_ven_37, d0_.ore_sab AS ore_sab_38, d0_.ore_dom AS ore_dom_39, d0_.straordinari_mode AS straordinari_mode_40, d0_.straordinari_max_value AS straordinari_max_value_41, i1_.dipendente_id AS dipendente_id_42, i1_.parent_call_id AS parent_call_id_43 FROM intermittent_call i1_ LEFT JOIN dipendenti d0_ ON i1_.dipendente_id = d0_.id WHERE i1_.annullamento = ? AND i1_.cancelled = ? AND i1_.date_to >= ? AND i1_.id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY sclr_0 ASC, i1_.date_to ASC
Parameters:
[
  0
  0
  "2026-06-19 00:00:00"
  171
  185
  192
  190
  191
  170
  184
]
5 0.46 ms
SELECT COUNT(*) FROM intermittent_call t0 WHERE t0.mail_status = ?
Parameters:
[
  "sent"
]
6 0.28 ms
SELECT COUNT(*) FROM intermittent_call t0 WHERE t0.annullamento = ?
Parameters:
[
  1
]
7 0.27 ms
SELECT COUNT(*) FROM intermittent_call t0 WHERE t0.mail_status = ?
Parameters:
[
  "failed"
]

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\IntermittentCall 7
App\Entity\Dipendente 7
App\Entity\User 1

Entities Mapping

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