Query Metrics

5 Database Queries
4 Different statements
2.30 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.72 ms
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.movil_password AS movil_password_6, t0.pass_gmail AS pass_gmail_7, t0.firm_gmail AS firm_gmail_8, t0.name AS name_9, t0.last_name AS last_name_10, t0.telephone AS telephone_11, t0.mobile AS mobile_12, t0.status AS status_13, t0.team_leader AS team_leader_14, t0.role AS role_15, t0.access_key AS access_key_16, t0.language AS language_17, t0.color AS color_18, t0.sidebar AS sidebar_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.description AS description_22, t0.job_title AS job_title_23, t0.id_office AS id_office_24, t0.id_company AS id_company_25, t0.id_user_rol AS id_user_rol_26, t0.id_team AS id_team_27 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "rafael.medina@greenpatio.es"
]
2 0.36 ms
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.movil_password AS movil_password_6, t0.pass_gmail AS pass_gmail_7, t0.firm_gmail AS firm_gmail_8, t0.name AS name_9, t0.last_name AS last_name_10, t0.telephone AS telephone_11, t0.mobile AS mobile_12, t0.status AS status_13, t0.team_leader AS team_leader_14, t0.role AS role_15, t0.access_key AS access_key_16, t0.language AS language_17, t0.color AS color_18, t0.sidebar AS sidebar_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.description AS description_22, t0.job_title AS job_title_23, t0.id_office AS id_office_24, t0.id_company AS id_company_25, t0.id_user_rol AS id_user_rol_26, t0.id_team AS id_team_27 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "rafael.medina@greenpatio.es"
]
3 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.billing_series AS billing_series_3, t0.is_main AS is_main_4, t0.rectifying_billing_series AS rectifying_billing_series_5, t0.iva AS iva_6 FROM space t0 ORDER BY t0.name ASC
Parameters:
[]
4 0.36 ms
SELECT t0.id AS id_1, t0.team AS team_2 FROM settings_team t0 WHERE t0.id = ?
Parameters:
[
  16
]
5 0.41 ms
SELECT r0_.id AS id_0, r0_.clientId AS clientId_1, r0_.clientName AS clientName_2, r0_.title AS title_3, r0_.idLounge AS idLounge_4, r0_.dateStart AS dateStart_5, r0_.dateEnd AS dateEnd_6, r0_.servicePrice AS servicePrice_7, r0_.idReservation AS idReservation_8, r0_.pax AS pax_9, r0_.type AS type_10, r0_.hourStart AS hourStart_11, r0_.minStart AS minStart_12, r0_.hourEnd AS hourEnd_13, r0_.minEnd AS minEnd_14, r0_.createdAt AS createdAt_15, r0_.createdId AS createdId_16, r0_.updatedAt AS updatedAt_17, r0_.updatedId AS updatedId_18, r0_.idLoungeDetails AS idLoungeDetails_19, r1_.name AS name_20, u2_.color AS color_21 FROM reservation_visit r0_ LEFT JOIN reservation_lounge_details r1_ ON (r1_.id = r0_.idLoungeDetails) LEFT JOIN users u2_ ON r0_.agentId = u2_.id WHERE r0_.dateStart <= ? AND COALESCE(r0_.dateEnd, r0_.dateStart) >= ?
Parameters:
[
  "2027-04-12 00:00:00"
  "2027-03-01 00:00:00"
]

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.