POST https://api.lunagate.rhvm.net/organisation/019c059e-aa37-737c-8b9a-48863296191a/database/contacts/import/initiate

Query Metrics

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

Queries

Group similar statements

default connection

# Time Info
1 34.42 ms
SELECT t0.user_id AS user_id_1, t0.password AS password_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.is_banned AS is_banned_6, t0.created_timestamp AS created_timestamp_7, t0.deleted_timestamp AS deleted_timestamp_8, t0.must_login_after AS must_login_after_9 FROM user_account_list t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
  "019c059d-34d0-7844-b22d-6f9733cdff43"
]
2 34.29 ms
SELECT t0.proxy_id AS proxy_id_1, t0.organisation_id AS organisation_id_2, t0.resource_type AS resource_type_3, t0.resource_id AS resource_id_4, t0.is_active AS is_active_5, t0.created_timestamp AS created_timestamp_6, t0.deleted_timestamp AS deleted_timestamp_7 FROM organisation_resource_proxy t0 WHERE t0.proxy_id = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "019c059e-aa37-737c-8b9a-48863296191a"
  1
]
3 34.16 ms
SELECT o0_.organisation_id AS organisation_id_0, o0_.name AS name_1, o0_.plan_code AS plan_code_2, o0_.plan_selected_timestamp AS plan_selected_timestamp_3, o0_.created_timestamp AS created_timestamp_4, o0_.deleted_timestamp AS deleted_timestamp_5, o0_.deletion_scheduled_timestamp AS deletion_scheduled_timestamp_6 FROM organisation_list o0_ WHERE o0_.organisation_id = ? AND o0_.deleted_timestamp IS NULL
Parameters:
[
  "019c059e-aa09-7377-bafe-e1ddd5d20c36"
]
4 34.60 ms
SELECT o0_.id AS id_0, o0_.contact_id AS contact_id_1, o0_.organisation_id AS organisation_id_2, o0_.scope_type AS scope_type_3, o0_.scope_id AS scope_id_4, o0_.permission_level AS permission_level_5, o0_.created_timestamp AS created_timestamp_6, o0_.deleted_timestamp AS deleted_timestamp_7, o0_.user_id AS user_id_8 FROM organisation_team_permission o0_ WHERE o0_.user_id = ? AND o0_.organisation_id = ? AND o0_.deleted_timestamp IS NULL
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#559
    __toString(): "019c059d-34d0-7844-b22d-6f9733cdff43"
  }
  Symfony\Component\Uid\UuidV7 {#1018
    __toString(): "019c059e-aa09-7377-bafe-e1ddd5d20c36"
  }
]

Database Connections

Name Service
default doctrine.dbal.default_connection
read_only doctrine.dbal.read_only_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
read_only doctrine.orm.read_only_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\UserAccountList 1
App\Entity\OrganisationResourceProxy 1
App\Entity\OrganisationList 1
App\Entity\OrganisationTeamPermission 1

read_only entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\UserAccountList No errors.
App\Entity\UserAccountEmail No errors.
App\Entity\OrganisationResourceProxy No errors.
App\Entity\OrganisationList No errors.
App\Entity\OrganisationTeamPermission No errors.

read_only entity manager

No loaded entities.