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

Query Metrics

5 Database Queries
5 Different statements
176.08 ms Query time
0 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
35.69 ms
(20.27%)
1
SELECT o0_.field_definition_id AS field_definition_id_0, o0_.field_name AS field_name_1, o0_.field_label AS field_label_2, o0_.field_type AS field_type_3, o0_.is_required AS is_required_4, o0_.display_order AS display_order_5, o0_.field_settings AS field_settings_6, o0_.created_timestamp AS created_timestamp_7, o0_.updated_timestamp AS updated_timestamp_8, o0_.deleted_timestamp AS deleted_timestamp_9, o1_.option_id AS option_id_10, o1_.option_label AS option_label_11, o1_.option_value AS option_value_12, o1_.display_order AS display_order_13, o1_.is_active AS is_active_14, o1_.created_timestamp AS created_timestamp_15, o0_.organisation_id AS organisation_id_16, o1_.field_definition_id AS field_definition_id_17 FROM organisation_contact_field_definition o0_ LEFT JOIN organisation_contact_field_option o1_ ON o0_.field_definition_id = o1_.field_definition_id WHERE o0_.organisation_id = ? AND o0_.deleted_timestamp IS NULL ORDER BY o0_.display_order ASC, o0_.field_name ASC, o1_.display_order ASC
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#1017
    __toString(): "019c059e-aa09-7377-bafe-e1ddd5d20c36"
  }
]
35.43 ms
(20.12%)
1
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 {#1017
    __toString(): "019c059e-aa09-7377-bafe-e1ddd5d20c36"
  }
]
35.14 ms
(19.96%)
1
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
]
34.94 ms
(19.85%)
1
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"
]
34.88 ms
(19.81%)
1
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"
]

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\OrganisationContactFieldDefinition 7
App\Entity\OrganisationContactFieldOption 2
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.
App\Entity\OrganisationContactFieldDefinition No errors.
App\Entity\OrganisationContactFieldOption No errors.

read_only entity manager

No loaded entities.