GET https://onora.io/api/custom_actions?userId=1

Query Metrics

1 Database Queries
1 Different statements
10.56 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.56 ms
(100.00%)
1
SELECT t0.name AS name_1, t0.message_api_url AS message_api_url_2, t0.default_message AS default_message_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.deleted AS deleted_8, t0.user_id AS user_id_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11, t0.deleted_by_id AS deleted_by_id_12 FROM custom_action t0 WHERE t0.user_id = ?
Parameters:
[
  1
]

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\CustomAction No errors.
App\Entity\User
  • The association App\Entity\User#customActions refers to the owning side field App\Entity\User#user which does not exist.