https://daiteke.aplicaciones.debamatika.com/comun/fichaje/

Query Metrics

119 Database Queries
15 Different statements
38.42 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.28 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.nombre AS nombre_6, t0.habilitado AS habilitado_7, t0.empleada_id AS empleada_id_8, t0.contacto_id AS contacto_id_9, t0.contacto_proveedor_id AS contacto_proveedor_id_10 FROM usuario t0 WHERE t0.id = ?
Parameters:
[
  24
]
2 4.04 ms
SELECT t0.id AS id_1, t0.cantidad_horas AS cantidad_horas_2, t0.observaciones AS observaciones_3, t0.fecha AS fecha_4, t0.proyecto_id AS proyecto_id_5, t0.tarea_id AS tarea_id_6, t0.empleada_id AS empleada_id_7 FROM fichaje t0 WHERE t0.empleada_id = ?
Parameters:
[
  9
]
3 1.46 ms
SELECT n0_.id AS id_0, n0_.fecha AS fecha_1, n0_.textoes AS textoes_2, n0_.textoeus AS textoeus_3, n0_.leido AS leido_4, n0_.objeto AS objeto_5, n0_.destinatario_id AS destinatario_id_6, n0_.tipo_id AS tipo_id_7 FROM notificacion n0_ WHERE n0_.leido = ? AND n0_.destinatario_id = ? ORDER BY n0_.fecha DESC LIMIT 5
Parameters:
[
  0
  9
]
4 0.56 ms
SELECT t0.id AS id_1, t0.fecha AS fecha_2, t0.textoes AS textoes_3, t0.textoeus AS textoeus_4, t0.leido AS leido_5, t0.objeto AS objeto_6, t0.destinatario_id AS destinatario_id_7, t0.tipo_id AS tipo_id_8 FROM notificacion t0 WHERE t0.destinatario_id = ? AND t0.leido = ? ORDER BY t0.fecha DESC
Parameters:
[
  9
  0
]
5 0.61 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
6 0.35 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
7 0.11 ms
SELECT DATABASE()
Parameters:
[]
8 0.67 ms
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'daitekecrm' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
9 0.12 ms
SELECT DATABASE()
Parameters:
[]
10 4.68 ms
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'daitekecrm' /*!50116 AND c.CONSTRAINT_SCHEMA = 'daitekecrm' */ORDER BY k.ORDINAL_POSITION
Parameters:
[]
11 0.15 ms
SELECT DATABASE()
Parameters:
[]
12 0.23 ms
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'daitekecrm' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
13 0.42 ms
SELECT t.ENGINE,
       t.AUTO_INCREMENT,
       t.TABLE_COMMENT,
       t.CREATE_OPTIONS,
       t.TABLE_COLLATION,
       ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
    INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
        ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[]
14 0.17 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
15 0.21 ms
SELECT DATABASE()
Parameters:
[]
16 0.50 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.email AS email_3, t0.telefono AS telefono_4, t0.habilitado AS habilitado_5, t0.rango_salarial_id AS rango_salarial_id_6, t7.id AS id_8, t7.email AS email_9, t7.roles AS roles_10, t7.password AS password_11, t7.is_verified AS is_verified_12, t7.nombre AS nombre_13, t7.habilitado AS habilitado_14, t7.empleada_id AS empleada_id_15, t7.contacto_id AS contacto_id_16, t7.contacto_proveedor_id AS contacto_proveedor_id_17 FROM empleada t0 LEFT JOIN usuario t7 ON t7.empleada_id = t0.id WHERE t0.id = ?
Parameters:
[
  9
]
17 0.43 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  17
]
18 0.24 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  48
]
19 0.21 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  33
]
20 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  122
]
21 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  145
]
22 0.19 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  49
]
23 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  13
]
24 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  70
]
25 0.12 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  119
]
26 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  47
]
27 0.27 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  14
]
28 0.27 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  124
]
29 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  21
]
30 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  36
]
31 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  39
]
32 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  161
]
33 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  220
]
34 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  39
]
35 0.30 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  123
]
36 0.25 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  182
]
37 0.30 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  53
]
38 0.20 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  198
]
39 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  29
]
40 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  162
]
41 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  181
]
42 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  131
]
43 0.22 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  82
]
44 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  267
]
45 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  111
]
46 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  292
]
47 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  132
]
48 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  113
]
49 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  297
]
50 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  134
]
51 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  127
]
52 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  179
]
53 0.44 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  135
]
54 0.24 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  130
]
55 0.47 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  95
]
56 0.25 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  309
]
57 0.29 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  30
]
58 0.26 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  316
]
59 0.31 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  125
]
60 0.61 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  298
]
61 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  318
]
62 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  144
]
63 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  234
]
64 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  326
]
65 0.27 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  121
]
66 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  355
]
67 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  330
]
68 0.25 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  331
]
69 0.21 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  324
]
70 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  128
]
71 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  129
]
72 0.24 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  129
]
73 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  363
]
74 0.21 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  362
]
75 0.20 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  361
]
76 0.34 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  130
]
77 0.19 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  370
]
78 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  299
]
79 0.44 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  391
]
80 0.28 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  148
]
81 0.23 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  406
]
82 0.20 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  407
]
83 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  390
]
84 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  408
]
85 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  126
]
86 0.28 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  358
]
87 0.22 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  435
]
88 0.21 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  445
]
89 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  446
]
90 0.28 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  154
]
91 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  451
]
92 0.19 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  439
]
93 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  423
]
94 0.13 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  357
]
95 0.24 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  368
]
96 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  369
]
97 0.27 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  38
]
98 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  515
]
99 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  164
]
100 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  470
]
101 0.25 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  443
]
102 0.22 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  516
]
103 0.35 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  422
]
104 0.26 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  210
]
105 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  595
]
106 0.19 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  209
]
107 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  594
]
108 0.15 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  444
]
109 0.16 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  221
]
110 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  628
]
111 0.18 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  596
]
112 0.26 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  593
]
113 0.22 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  216
]
114 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  617
]
115 0.14 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  630
]
116 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  619
]
117 0.24 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.financiacion AS financiacion_4, t0.multiple AS multiple_5, t0.estado AS estado_6, t0.fecha_fin AS fecha_fin_7, t0.cliente_id AS cliente_id_8, t0.area_id AS area_id_9, t0.servicio_id AS servicio_id_10, t0.responsable_id AS responsable_id_11, t0.padre_id AS padre_id_12 FROM proyecto t0 WHERE t0.id = ?
Parameters:
[
  152
]
118 0.17 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.fecha_inicio AS fecha_inicio_3, t0.fecha_fin AS fecha_fin_4, t0.estado AS estado_5, t0.proyecto_id AS proyecto_id_6, t0.padre_id AS padre_id_7 FROM tarea t0 WHERE t0.id = ?
Parameters:
[
  430
]
119 1.06 ms
SELECT p0_.id AS id_0, p0_.nombre AS nombre_1, p0_.fecha_inicio AS fecha_inicio_2, p0_.financiacion AS financiacion_3, p0_.multiple AS multiple_4, p0_.estado AS estado_5, p0_.fecha_fin AS fecha_fin_6, p0_.cliente_id AS cliente_id_7, p0_.area_id AS area_id_8, p0_.servicio_id AS servicio_id_9, p0_.responsable_id AS responsable_id_10, p0_.padre_id AS padre_id_11 FROM proyecto p0_
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.

Entities Mapping

Class Mapping errors
App\Entity\Accesos\Usuario No errors.
App\Entity\Admin\Empleada No errors.
App\Entity\Admin\Contacto No errors.
App\Entity\Admin\ContactoProveedor No errors.
App\Entity\Comun\Fichaje No errors.
App\Entity\Comun\Proyecto No errors.
App\Entity\Comun\Tarea No errors.
App\Entity\Comun\Notificacion No errors.
App\Entity\Comun\TipoNotificacion No errors.
App\Entity\Admin\RangoSalarial No errors.
App\Entity\Comun\TareaEmpleada No errors.
App\Entity\Comun\FichajeDiario No errors.
App\Entity\Accion\Llamada No errors.
App\Entity\Accion\Email No errors.
App\Entity\Accion\Reunion No errors.
App\Entity\Admin\Cliente No errors.
App\Entity\Admin\Proveedor No errors.
App\Entity\Admin\Area No errors.
App\Entity\Admin\Servicio No errors.
App\Entity\Accesos\Tercero
  • The association App\Entity\Accesos\Tercero#usuario refers to the inverse side field App\Entity\Accesos\Usuario#terceros which does not exist.
App\Entity\Comun\Justificacion No errors.
App\Entity\Comun\Convenio No errors.
App\Entity\Comun\Gasto No errors.
App\Entity\Accion\ProyectoReunion No errors.
App\Entity\Comun\ProyectoEmpleada
  • The association App\Entity\Comun\ProyectoEmpleada#empleada refers to the inverse side field App\Entity\Admin\Empleada#proyectoEmpleadas which does not exist.
App\Entity\Adjunto\AdjuntoTarea No errors.
App\Entity\Admin\Salario No errors.
App\Entity\Accion\TemaReunion No errors.
App\Entity\Admin\TipoCliente No errors.
App\Entity\Admin\Localidad No errors.
App\Entity\Admin\Sector No errors.
App\Entity\Adjunto\AdjuntoJustificacion No errors.
App\Entity\Adjunto\AdjuntoConvenio No errors.
App\Entity\Adjunto\AdjuntoGasto No errors.