GET http://127.0.0.1:62989/rules

Query Metrics

3 Database Queries
3 Different statements
1.88 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 1.03 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.roles AS roles_4 FROM users t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.38 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.roles AS roles_4 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "test@example.com"
]
3 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.enabled AS enabled_3, t0.anger_threshold AS anger_threshold_4, t0.frustration_threshold AS frustration_threshold_5, t0.urgency_threshold AS urgency_threshold_6, t0.intensity_threshold AS intensity_threshold_7, t0.slack_webhook_url AS slack_webhook_url_8 FROM escalation_rules 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\EscalationRule No errors.