http://dev.api.digidom.pro/v1/people/68893?q=%2Fv1%2Fpeople%2F68893

Query Metrics

6 Database Queries
4 Different statements
120.13 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 41.22 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "joseph@hairun-technology.com"
  "joseph@hairun-technology.com"
]
2 27.41 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "fdnnrn@digidom.pro"
  "fdnnrn@digidom.pro"
]
3 45.16 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "_fa9603d671747663bd6ec102b5868836"
  "_fa9603d671747663bd6ec102b5868836"
]
4 2.98 ms
SELECT p0_.id AS id_0, p0_.honorific_prefix AS honorific_prefix_1, p0_.family_name AS family_name_2, p0_.given_name AS given_name_3, p0_.birth_date AS birth_date_4, p0_.nationality AS nationality_5, p0_.type AS type_6, p0_.siret AS siret_7, p0_.legal_name AS legal_name_8, p0_.registration_city AS registration_city_9, p0_.legal_status AS legal_status_10, p0_.father_honorific_prefix AS father_honorific_prefix_11, p0_.father_family_name AS father_family_name_12, p0_.father_given_name AS father_given_name_13, p0_.mother_honorific_prefix AS mother_honorific_prefix_14, p0_.mother_birth_name AS mother_birth_name_15, p0_.mother_given_name AS mother_given_name_16, p0_.birth_name AS birth_name_17, p0_.is_hosted AS is_hosted_18, p0_.securite_sociale AS securite_sociale_19, p0_.assurance_maladie AS assurance_maladie_20, p0_.declaration_cotisation AS declaration_cotisation_21, p0_.prelevement_liberatoire_impot AS prelevement_liberatoire_impot_22, p0_.address_id AS address_id_23, p0_.birth_place_id AS birth_place_id_24 FROM person p0_ LEFT JOIN accountant a1_ ON (a1_.person_id = p0_.id) LEFT JOIN organization o2_ ON a1_.id = o2_.accountant_id LEFT JOIN organization_user o4_ ON o2_.id = o4_.organization_id LEFT JOIN app_users a3_ ON a3_.id = o4_.user_id LEFT JOIN auditor a5_ ON (a5_.person_id = p0_.id) LEFT JOIN organization_auditor o7_ ON a5_.id = o7_.auditor_id LEFT JOIN organization o6_ ON o6_.id = o7_.organization_id LEFT JOIN organization_user o9_ ON o6_.id = o9_.organization_id LEFT JOIN app_users a8_ ON a8_.id = o9_.user_id LEFT JOIN document d10_ ON (d10_.person_id = p0_.id) LEFT JOIN organization o11_ ON d10_.organization_id = o11_.id LEFT JOIN organization_user o13_ ON o11_.id = o13_.organization_id LEFT JOIN app_users a12_ ON a12_.id = o13_.user_id LEFT JOIN legal_representative l14_ ON (l14_.person_id = p0_.id) LEFT JOIN organization_legal_representative o16_ ON l14_.id = o16_.legal_representative_id LEFT JOIN organization o15_ ON o15_.id = o16_.organization_id LEFT JOIN organization_user o18_ ON o15_.id = o18_.organization_id LEFT JOIN app_users a17_ ON a17_.id = o18_.user_id LEFT JOIN legal_representative l19_ ON l14_.id = l19_.parent_id LEFT JOIN person p20_ ON l19_.person_id = p20_.id LEFT JOIN organization_legal_representative o22_ ON l19_.id = o22_.legal_representative_id LEFT JOIN organization o21_ ON o21_.id = o22_.organization_id LEFT JOIN organization_user o24_ ON o21_.id = o24_.organization_id LEFT JOIN app_users a23_ ON a23_.id = o24_.user_id LEFT JOIN legal_representative l25_ ON l14_.parent_id = l25_.id LEFT JOIN person p26_ ON l25_.person_id = p26_.id LEFT JOIN postal_address p27_ ON p26_.address_id = p27_.id LEFT JOIN postal_address p28_ ON p26_.birth_place_id = p28_.id LEFT JOIN organization_legal_representative o30_ ON l25_.id = o30_.legal_representative_id LEFT JOIN organization o29_ ON o29_.id = o30_.organization_id LEFT JOIN organization_user o32_ ON o29_.id = o32_.organization_id LEFT JOIN app_users a31_ ON a31_.id = o32_.user_id LEFT JOIN mandatary m33_ ON (m33_.person_id = p0_.id) LEFT JOIN organization o34_ ON m33_.organization_id = o34_.id LEFT JOIN organization_user o36_ ON o34_.id = o36_.organization_id LEFT JOIN app_users a35_ ON a35_.id = o36_.user_id WHERE p0_.id = ? AND ((a3_.id IS NOT NULL AND a3_.id = ?) OR (a8_.id IS NOT NULL AND a8_.id = ?) OR (a17_.id IS NOT NULL AND a17_.id = ?) OR (a23_.id IS NOT NULL AND a23_.id = ?) OR (a35_.id IS NOT NULL AND a35_.id = ?) OR (a31_.id IS NOT NULL AND a31_.id = ?))
Parameters:
[
  68893
  26167
  26167
  26167
  26167
  26167
  26167
]
5 1.83 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.status AS status_4, t0.reason_not_approved AS reason_not_approved_5, t0.path AS path_6, t0.expiration_date AS expiration_date_7, t0.created_at AS created_at_8, t0.aws_path AS aws_path_9, t0.signed_by AS signed_by_10, t0.yousign_link AS yousign_link_11, t0.awaiting_validation_date AS awaiting_validation_date_12, t0.yousign_error AS yousign_error_13, t0.html_document AS html_document_14, t0.label AS label_15, t0.rejection_message_title AS rejection_message_title_16, t0.rejection_message_description AS rejection_message_description_17, t0.is_from_pappers AS is_from_pappers_18, t0.organization_id AS organization_id_19, t0.rejection_message_id AS rejection_message_id_20, t0.person_id AS person_id_21, t0.potential_case_id AS potential_case_id_22 FROM document t0 WHERE t0.person_id = ?
Parameters:
[
  68893
]
6 1.52 ms
SELECT t0.id AS id_1, t0.quality AS quality_2, t0.email AS email_3, t0.phone_number AS phone_number_4, t0.share_capital AS share_capital_5, t0.contribution_type AS contribution_type_6, t0.contribution_amount AS contribution_amount_7, t0.is_associate AS is_associate_8, t9.id AS id_10, t9.contribution_type AS contribution_type_11, t9.contribution_amount AS contribution_amount_12, t9.share_capital AS share_capital_13, t9.created_at AS created_at_14, t9.quality AS quality_15, t9.legal_representative_id AS legal_representative_id_16, t9.person_id AS person_id_17, t9.is_legal_representative_id AS is_legal_representative_id_18, t0.parent_id AS parent_id_19, t0.person_id AS person_id_20 FROM legal_representative t0 LEFT JOIN associate t9 ON t9.legal_representative_id = t0.id WHERE t0.person_id = ?
Parameters:
[
  68893
]

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
Evo\Infrastructure\MappingORM\Product No errors.
Evo\Infrastructure\MappingORM\Invoice No errors.
Evo\Infrastructure\MappingORM\Subscription No errors.
Evo\Infrastructure\MappingORM\SubscriptionModel No errors.
Evo\Infrastructure\MappingORM\User No errors.
Evo\Infrastructure\MappingORM\PappersActivityLogWrapper No errors.
Evo\Infrastructure\MappingORM\CreditNote No errors.
Evo\Infrastructure\MappingORM\Quote No errors.
Evo\Infrastructure\MappingORM\Organization No errors.
Evo\Infrastructure\MappingORM\Store No errors.
Evo\Infrastructure\MappingORM\UserUTM No errors.
Evo\Infrastructure\MappingORM\Lead No errors.
Evo\Infrastructure\MappingORM\ActivityLog No errors.
Evo\Infrastructure\MappingORM\CommercialGesture No errors.
Evo\Infrastructure\MappingORM\Person No errors.
Evo\Infrastructure\MappingORM\PostalAddress No errors.
Evo\Infrastructure\MappingORM\Document No errors.
Evo\Infrastructure\MappingORM\LegalRepresentative No errors.
Evo\Infrastructure\MappingORM\DocumentRejectionMessage No errors.
Evo\Infrastructure\MappingORM\PotentialCase No errors.
Evo\Infrastructure\MappingORM\Associate No errors.