POST http://dev.amply.tools/admin/graphql/

Query Metrics

3 Database Queries
3 Different statements
4.62 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.22 ms
(48.12%)
1
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.avatar AS avatar_4, t0.full_path_avatar AS full_path_avatar_5, t0.email AS email_6, t0.name AS name_7 FROM administration_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "yankervip@gmail.com"
]
1.41 ms
(30.59%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.state AS state_3, t0.name AS name_4, t0.triggering AS triggering_5, t0.targeting AS targeting_6, t0.content AS content_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.project_id AS project_id_10 FROM campaign t0 WHERE t0.id = ?
Parameters:
[
  "18779279-4d83-40eb-a246-42c3ab9dfa12"
]
0.98 ms
(21.29%)
1
SELECT t0.id AS id_1, t0.bundle_id AS bundle_id_2, t0.platform AS platform_3, t0.name AS name_4, t0.project_id AS project_id_5 FROM administration_application t0 WHERE t0.id IN (?)
Parameters:
[
  "c30db438-3e6b-42f2-8983-e7faecfba38c"
]

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
Amply\Administration\Entity\AmplyUser 1
Amply\Campaign\Entity\Campaign 1
Amply\Administration\Entity\Project 1
Amply\Administration\Entity\Application 1