GET https://dev.secretia.es/health

Query Metrics

2 Database Queries
2 Different statements
2.78 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.45 ms
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.message AS message_3, t0.scheduled_start AS scheduled_start_4, t0.scheduled_end AS scheduled_end_5, t0.updated_at AS updated_at_6, t0.updated_by_id AS updated_by_id_7 FROM maintenance_config t0 LIMIT 1
Parameters:
[]
2 1.33 ms
SELECT 1
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\MaintenanceConfig 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\MaintenanceConfig No errors.
App\Entity\User
  • The field App\Entity\User#employeeProfiles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\HRSystem\Entity\Employee\EmployeeProfile#user does not contain the required 'inversedBy: "employeeProfiles"' attribute.