GET http://127.0.0.1:62989/

Query Metrics

5 Database Queries
5 Different statements
4.37 ms Query time
0 Invalid entities
15 Managed entities

Queries

Group similar statements

# Time Info
1 0.94 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.37 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 1.97 ms
SELECT t0.id AS id_1, t0.action_id AS action_id_2, t0.action_type AS action_type_3, t0.payload AS payload_4, t0.received_at AS received_at_5, t0.text AS text_6, t0.status AS status_7 FROM trello_events t0 ORDER BY t0.id DESC LIMIT 50
Parameters:
[]
4 0.61 ms
SELECT t0.id AS id_1, t0.model AS model_2, t0.anger AS anger_3, t0.frustration AS frustration_4, t0.urgency AS urgency_5, t0.intensity AS intensity_6, t0.confidence AS confidence_7, t0.labels AS labels_8, t0.rationale AS rationale_9, t0.created_at AS created_at_10, t0.event_id AS event_id_11 FROM emotion_analyses t0 ORDER BY t0.id DESC LIMIT 50
Parameters:
[]
5 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, t0.label_triggers AS label_triggers_9 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\TrelloEvent 7
App\Entity\EmotionAnalysis 7
App\Entity\User 1

Entities Mapping

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