GET http://bass-macbook-pro-2.tail048a6.ts.net/

Query Metrics

4 Database Queries
4 Different statements
3.71 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.38 ms
(37.22%)
1
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"
]
1.04 ms
(28.13%)
1
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:
[]
0.73 ms
(19.68%)
1
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:
[]
0.56 ms
(14.98%)
1
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\TrelloEvent No errors.
App\Entity\EmotionAnalysis No errors.
App\Entity\EscalationRule No errors.