https://sydenstyle.com/public/event_click Return to referer URL

Query Metrics

6 Database Queries
5 Different statements
1.44 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.41 ms
(28.58%)
2
SELECT t0.id AS id_1, t0.para AS para_2, t0.servicio AS servicio_3, t0.p_corto AS p_corto_4, t0.p_medio AS p_medio_5, t0.p_largo AS p_largo_6, t0.tiempo AS tiempo_7, t0.grupo AS grupo_8, t0.p_type AS p_type_9, t0.company_id AS company_id_10 FROM servicios t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "2"
]
0.35 ms
(24.14%)
1
SELECT t0.id AS id_1, t0.kunde AS kunde_2, t0.start AS start_3, t0.end AS end_4, t0.s_start AS s_start_5, t0.s_end AS s_end_6, t0.color AS color_7, t0.text_color AS text_color_8, t0.total AS total_9, t0.comentario AS comentario_10, t0.descripcion AS descripcion_11, t0.servicios AS servicios_12, t0.invoice AS invoice_13, t0.preference AS preference_14, t0.payment AS payment_15, t0.cash AS cash_16, t0.card AS card_17, t0.gift_card AS gift_card_18, t0.made_at AS made_at_19, t0.clientes_id AS clientes_id_20, t0.estilistas_id AS estilistas_id_21, t0.sold_products_id AS sold_products_id_22, t0.made_by_id AS made_by_id_23 FROM eventos t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "18882"
]
0.33 ms
(22.66%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.nif AS nif_6, t0.abono AS abono_7, t0.status AS status_8, t0.address AS address_9, t0.phone AS phone_10, t0.web_side AS web_side_11, t0.created_at AS created_at_12, t0.modified_at AS modified_at_13, t0.deleted_at AS deleted_at_14, t0.max AS max_15 FROM company t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.21 ms
(14.32%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nombre AS nombre_5, t0.apellidos AS apellidos_6, t0.identificacion AS identificacion_7, t0.telefono AS telefono_8, t0.fecha_nacimiento AS fecha_nacimiento_9, t0.direccion AS direccion_10, t0.work_days AS work_days_11, t0.time_table AS time_table_12, t0.porcent AS porcent_13, t0.salary AS salary_14, t0.salary_hour AS salary_hour_15, t0.foto_perfil AS foto_perfil_16, t0.enabled AS enabled_17, t0.admin_pass AS admin_pass_18, t0.code AS code_19, t0.checked AS checked_20, t0.showed AS showed_21, t0.product_percent AS product_percent_22, t0.notify AS notify_23, t0.company_id AS company_id_24 FROM estilistas t0 WHERE t0.id = ?
Parameters:
[
  14
]
0.15 ms
(10.30%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.telefono AS telefono_3, t0.email AS email_4, t0.password AS password_5, t0.created_at AS created_at_6, t0.company_id AS company_id_7 FROM clientes t0 WHERE t0.id = ?
Parameters:
[
  3544
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Company
  • The field App\Entity\Company#estilistas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Estilistas#company does not contain the required 'inversedBy="estilistas"' attribute.
  • The mappings App\Entity\Company#clientes and App\Entity\Clientes#company are inconsistent with each other.
App\Entity\Estilistas No errors.
App\Entity\Preferencias No errors.
App\Entity\Productos No errors.
App\Entity\Clientes No errors.
App\Entity\Servicios No errors.
App\Entity\WaitingList No errors.
App\Entity\GiftCard No errors.
App\Entity\Eventos No errors.
App\Entity\SoldProducts No errors.
App\Entity\CheckTime No errors.