GET https://horas.tech/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
3.96 ms
(64.67%)
1
SELECT COUNT(*) FROM tiempo t0
Parameters:
[]
0.94 ms
(15.35%)
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.36 ms
(5.92%)
1
SELECT COUNT(*) FROM usuario t0 WHERE t0.borrado = ?
Parameters:
[
  0
]
0.33 ms
(5.39%)
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.27 ms
(4.46%)
1
SELECT COUNT(*) FROM tarea t0
Parameters:
[]
0.26 ms
(4.20%)
1
SELECT COUNT(*) FROM empresa t0 WHERE t0.borrado = ?
Parameters:
[
  0
]

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.