GET https://www.horas.tech/

Query Metrics

8 Database Queries
6 Different statements
5.43 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.00 ms
(55.23%)
1
SELECT COUNT(*) FROM tiempo t0
Parameters:
[]
0.95 ms
(17.58%)
3
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.plan_id AS plan_id_3 FROM plan_caracteristica t0 WHERE t0.plan_id = ?
Parameters:
[
  2
]
0.58 ms
(10.67%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.icono AS icono_3, t0.precio_por_mes AS precio_por_mes_4, t0.precio_por_ano AS precio_por_ano_5, t0.descuento AS descuento_6, t0.limite_usuarios AS limite_usuarios_7 FROM plan t0
Parameters:
[]
0.38 ms
(7.00%)
1
SELECT COUNT(*) FROM usuario t0 WHERE t0.borrado = ?
Parameters:
[
  0
]
0.27 ms
(5.00%)
1
SELECT COUNT(*) FROM empresa t0 WHERE t0.borrado = ?
Parameters:
[
  0
]
0.24 ms
(4.51%)
1
SELECT COUNT(*) FROM tarea t0
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\Plan No errors.
App\Entity\PlanCaracteristica No errors.
App\Entity\Usuario
  • The association App\Entity\Usuario#sector refers to the inverse side field App\Entity\Sector#responsable which does not exist.
App\Entity\Empresa
  • The field App\Entity\Empresa#puestos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Puesto#empresa does not contain the required 'inversedBy="puestos"' attribute.
  • The field App\Entity\Empresa#feriados is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Feriado#empresa does not contain the required 'inversedBy="feriados"' attribute.
  • The field App\Entity\Empresa#clientes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Cliente#empresa does not contain the required 'inversedBy="clientes"' attribute.
App\Entity\Tiempo No errors.
App\Entity\Tarea No errors.