http://dev.api.digidom.pro/v1/organizations/27870?q=%2Fv1%2Forganizations%2F27870

Query Metrics

38 Database Queries
32 Different statements
101.20 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
44.88 ms
(44.35%)
1
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:
[
  "testuser1@digidom.pro"
  "testuser1@digidom.pro"
]
3.95 ms
(3.91%)
1
UPDATE organization SET legal_name = ?, alternate_name = ?, siret = ?, sigle = ?, enseigne = ? WHERE id = ?
Parameters:
[
  "Test user 2"
  ""
  ""
  ""
  ""
  27870
]
3.70 ms
(3.66%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.alternate_name AS alternate_name_3, t0.price_without_tax AS price_without_tax_4, t0.description AS description_5, t0.active AS active_6, t0.meta_description AS meta_description_7, t0.meta_title AS meta_title_8, t0.url AS url_9, t0.created_at AS created_at_10, t0.subscription_type AS subscription_type_11, t0.unique_key AS unique_key_12, t0.is_displayed AS is_displayed_13, t0.is_archived AS is_archived_14, t0.is_subscription_component AS is_subscription_component_15, t0.category_id AS category_id_16, t0.category_for_billing_report_id AS category_for_billing_report_id_17 FROM product t0 WHERE t0.id = ?
Parameters:
[
  197
]
3.09 ms
(3.05%)
2
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.alternate_name AS alternate_name_2, p0_.price_without_tax AS price_without_tax_3, p0_.description AS description_4, p0_.active AS active_5, p0_.meta_description AS meta_description_6, p0_.meta_title AS meta_title_7, p0_.url AS url_8, p0_.created_at AS created_at_9, p0_.subscription_type AS subscription_type_10, p0_.unique_key AS unique_key_11, p0_.is_displayed AS is_displayed_12, p0_.is_archived AS is_archived_13, p0_.is_subscription_component AS is_subscription_component_14, p0_.category_id AS category_id_15, p0_.category_for_billing_report_id AS category_for_billing_report_id_16 FROM product p0_ WHERE p0_.name LIKE ? AND p0_.active = 0
Parameters:
[
  "%Lyon%"
]
2.81 ms
(2.77%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone_number AS phone_number_3, t0.password AS password_4, t0.roles AS roles_5, t0.lastname AS lastname_6, t0.firstname AS firstname_7, t0.created_at AS created_at_8, t0.registration_source AS registration_source_9, t0.honorific_prefix AS honorific_prefix_10, t0.reset_token AS reset_token_11, t0.reset_token_expiration_date AS reset_token_expiration_date_12, t0.uniq_id AS uniq_id_13, t0.code_confirmation AS code_confirmation_14, t0.updated_at AS updated_at_15, t0.is_active AS is_active_16 FROM app_users t0 INNER JOIN organization_user ON t0.id = organization_user.user_id WHERE organization_user.organization_id = ?
Parameters:
[
  27870
]
2.72 ms
(2.68%)
2
SELECT t0.id AS id_1, t0.address_country AS address_country_2, t0.address_locality AS address_locality_3, t0.address_region AS address_region_4, t0.postal_code AS postal_code_5, t0.street_address AS street_address_6, t0.standardized_address AS standardized_address_7 FROM postal_address t0 WHERE t0.id = ?
Parameters:
[
  139142
]
2.69 ms
(2.66%)
2
SELECT t0.id AS id_1, t0.active AS active_2, t0.price AS price_3, t0.type AS type_4, t0.subscription_deposit AS subscription_deposit_5, t0.created_at AS created_at_6, t0.discount_without_tax AS discount_without_tax_7, t0.payment_dates AS payment_dates_8, t0.price_without_tax AS price_without_tax_9, t0.stored_total_price_without_tax AS stored_total_price_without_tax_10, t0.is_updated_price AS is_updated_price_11, t0.next_payment AS next_payment_12, t0.pack_history AS pack_history_13, t0.not_accepted_scan_enveloppe AS not_accepted_scan_enveloppe_14, t0.invoice_generation_date AS invoice_generation_date_15, t0.month_number AS month_number_16, t0.authorized_reccurency AS authorized_reccurency_17, t0.is_cancel_using_offer AS is_cancel_using_offer_18, t0.is_digipack_offer AS is_digipack_offer_19, t0.deadline_offered AS deadline_offered_20, t0.prepaid_months AS prepaid_months_21, t0.has_blocked_service AS has_blocked_service_22, t0.document_recovery_delay AS document_recovery_delay_23, t0.updated_at AS updated_at_24, t0.organization_id AS organization_id_25, t26.id AS id_27, t26.name AS name_28, t26.price AS price_29, t26.focus AS focus_30, t26.price_without_tax AS price_without_tax_31, t26.vat_rate AS vat_rate_32, t26.discount AS discount_33, t26.unique_key AS unique_key_34, t26.automation AS automation_35, t26.is_published AS is_published_36, t26.is_subscription AS is_subscription_37, t26.published_name AS published_name_38, t26.is_published_pack AS is_published_pack_39, t26.type AS type_40, t26.legal_status AS legal_status_41, t26.created_at AS created_at_42, t26.association_pack_id AS association_pack_id_43, t26.category_id AS category_id_44, t26.recurring_invoice_id AS recurring_invoice_id_45, t26.initial_invoice_id AS initial_invoice_id_46, t26.subscription_id AS subscription_id_47 FROM subscription t0 LEFT JOIN pack t26 ON t26.subscription_id = t0.id WHERE t0.organization_id = ?
Parameters:
[
  27870
]
2.20 ms
(2.17%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.confirmation_number AS confirmation_number_4, t0.status AS status_5, t0.vatrate AS vatrate_6, t0.price_without_tax AS price_without_tax_7, t0.object AS object_8, t0.path AS path_9, t0.price AS price_10, t0.payment_recurrence AS payment_recurrence_11, t0.new_organization_legal_name AS new_organization_legal_name_12, t0.new_organization_vatid AS new_organization_vatid_13, t0.is_new_organization AS is_new_organization_14, t0.is_prescriber AS is_prescriber_15, t0.total_paid AS total_paid_16, t0.new_organization_user_email AS new_organization_user_email_17, t0.is_sent AS is_sent_18, t0.sent_date AS sent_date_19, t0.sent_to AS sent_to_20, t0.number AS number_21, t0.total_refund AS total_refund_22, t0.is_canceled AS is_canceled_23, t0.discount_without_tax AS discount_without_tax_24, t0.discount_without_tax_percent AS discount_without_tax_percent_25, t0.is_imported AS is_imported_26, t0.is_domiciliation AS is_domiciliation_27, t0.payment_url AS payment_url_28, t0.reference AS reference_29, t0.remaining_to_pay AS remaining_to_pay_30, t0.total_refunded_payment AS total_refunded_payment_31, t0.marge AS marge_32, t0.is_new_organization_prescribed AS is_new_organization_prescribed_33, t0.is_not_in_prescriber AS is_not_in_prescriber_34, t0.new_prescriber_legal_name AS new_prescriber_legal_name_35, t0.new_prescriber_vatid AS new_prescriber_vatid_36, t0.new_prescriber_user_email AS new_prescriber_user_email_37, t0.is_attached_to_prescriber AS is_attached_to_prescriber_38, t0.invoice_type AS invoice_type_39, t0.reference_stripe AS reference_stripe_40, t0.new_organization_phone_number AS new_organization_phone_number_41, t0.payment_deadline AS payment_deadline_42, t0.is_template AS is_template_43, t0.unique_key AS unique_key_44, t0.is_paid_by_stripe AS is_paid_by_stripe_45, t0.is_pack_invoice AS is_pack_invoice_46, t0.sync_billing_report AS sync_billing_report_47, t0.external_id AS external_id_48, t0.organization_id AS organization_id_49, t0.user_id AS user_id_50, t0.new_organization_address_id AS new_organization_address_id_51, t52.id AS id_53, t52.created_at AS created_at_54, t52.updated_at AS updated_at_55, t52.status AS status_56, t52.vatrate AS vatrate_57, t52.price_without_tax AS price_without_tax_58, t52.object AS object_59, t52.path AS path_60, t52.price AS price_61, t52.new_organization_legal_name AS new_organization_legal_name_62, t52.new_organization_vatid AS new_organization_vatid_63, t52.is_new_organization AS is_new_organization_64, t52.is_prescriber AS is_prescriber_65, t52.new_organization_user_email AS new_organization_user_email_66, t52.is_sent AS is_sent_67, t52.sent_date AS sent_date_68, t52.sent_to AS sent_to_69, t52.number AS number_70, t52.is_canceled AS is_canceled_71, t52.discount_without_tax AS discount_without_tax_72, t52.discount_without_tax_percent AS discount_without_tax_percent_73, t52.invoice_is_generated AS invoice_is_generated_74, t52.payment_url AS payment_url_75, t52.is_generate AS is_generate_76, t52.marge AS marge_77, t52.new_organization_phone_number AS new_organization_phone_number_78, t52.is_new_organization_prescribed AS is_new_organization_prescribed_79, t52.is_not_in_prescriber AS is_not_in_prescriber_80, t52.new_prescriber_legal_name AS new_prescriber_legal_name_81, t52.new_prescriber_vatid AS new_prescriber_vatid_82, t52.new_prescriber_user_email AS new_prescriber_user_email_83, t52.is_attached_to_prescriber AS is_attached_to_prescriber_84, t52.is_paid_by_stripe AS is_paid_by_stripe_85, t52.organization_id AS organization_id_86, t52.new_organization_address_id AS new_organization_address_id_87, t52.invoice_id AS invoice_id_88, t52.prescriber_id AS prescriber_id_89, t52.new_prescriber_address_id AS new_prescriber_address_id_90, t52.discount_code_id AS discount_code_id_91, t0.prescriber_id AS prescriber_id_92, t0.new_prescriber_address_id AS new_prescriber_address_id_93, t94.id AS id_95, t94.created_at AS created_at_96, t94.updated_at AS updated_at_97, t94.is_done AS is_done_98, t94.comment AS comment_99, t94.npai AS npai_100, t94.price_without_tax AS price_without_tax_101, t94.tracking_number AS tracking_number_102, t94.price AS price_103, t94.days_keep AS days_keep_104, t94.organization_id AS organization_id_105, t94.invoice_id AS invoice_id_106, t0.invoice_parent_id AS invoice_parent_id_107, t108.id AS id_109, t108.created_at AS created_at_110, t108.updated_at AS updated_at_111, t108.confirmation_number AS confirmation_number_112, t108.status AS status_113, t108.vatrate AS vatrate_114, t108.price_without_tax AS price_without_tax_115, t108.object AS object_116, t108.path AS path_117, t108.price AS price_118, t108.payment_recurrence AS payment_recurrence_119, t108.new_organization_legal_name AS new_organization_legal_name_120, t108.new_organization_vatid AS new_organization_vatid_121, t108.is_new_organization AS is_new_organization_122, t108.is_prescriber AS is_prescriber_123, t108.total_paid AS total_paid_124, t108.new_organization_user_email AS new_organization_user_email_125, t108.is_sent AS is_sent_126, t108.sent_date AS sent_date_127, t108.sent_to AS sent_to_128, t108.number AS number_129, t108.total_refund AS total_refund_130, t108.is_canceled AS is_canceled_131, t108.discount_without_tax AS discount_without_tax_132, t108.discount_without_tax_percent AS discount_without_tax_percent_133, t108.is_imported AS is_imported_134, t108.is_domiciliation AS is_domiciliation_135, t108.payment_url AS payment_url_136, t108.reference AS reference_137, t108.remaining_to_pay AS remaining_to_pay_138, t108.total_refunded_payment AS total_refunded_payment_139, t108.marge AS marge_140, t108.is_new_organization_prescribed AS is_new_organization_prescribed_141, t108.is_not_in_prescriber AS is_not_in_prescriber_142, t108.new_prescriber_legal_name AS new_prescriber_legal_name_143, t108.new_prescriber_vatid AS new_prescriber_vatid_144, t108.new_prescriber_user_email AS new_prescriber_user_email_145, t108.is_attached_to_prescriber AS is_attached_to_prescriber_146, t108.invoice_type AS invoice_type_147, t108.reference_stripe AS reference_stripe_148, t108.new_organization_phone_number AS new_organization_phone_number_149, t108.payment_deadline AS payment_deadline_150, t108.is_template AS is_template_151, t108.unique_key AS unique_key_152, t108.is_paid_by_stripe AS is_paid_by_stripe_153, t108.is_pack_invoice AS is_pack_invoice_154, t108.sync_billing_report AS sync_billing_report_155, t108.external_id AS external_id_156, t108.organization_id AS organization_id_157, t108.user_id AS user_id_158, t108.new_organization_address_id AS new_organization_address_id_159, t108.prescriber_id AS prescriber_id_160, t108.new_prescriber_address_id AS new_prescriber_address_id_161, t108.invoice_parent_id AS invoice_parent_id_162, t108.discount_code_id AS discount_code_id_163, t0.discount_code_id AS discount_code_id_164 FROM invoice t0 LEFT JOIN quote t52 ON t52.invoice_id = t0.id LEFT JOIN letter_forward t94 ON t94.invoice_id = t0.id LEFT JOIN invoice t108 ON t108.invoice_parent_id = t0.id WHERE t0.organization_id = ?
Parameters:
[
  27870
]
2.20 ms
(2.17%)
1
"COMMIT"
Parameters:
[]
1.98 ms
(1.95%)
1
SELECT t0.id AS id_1, t0.legal_name AS legal_name_2, t0.telephone AS telephone_3, t0.vat_id AS vat_id_4, t0.legal_status AS legal_status_5, t0.purpose AS purpose_6, t0.founding_date AS founding_date_7, t0.fiscal_date AS fiscal_date_8, t0.fiscal_date_end AS fiscal_date_end_9, t0.first_fiscal_date AS first_fiscal_date_10, t0.first_fiscal_date_end AS first_fiscal_date_end_11, t0.head_quarters_address_type AS head_quarters_address_type_12, t0.legal_representative_address_type AS legal_representative_address_type_13, t0.share_capital AS share_capital_14, t0.share_capital_type AS share_capital_type_15, t0.share_capital_fixed_amount AS share_capital_fixed_amount_16, t0.shares_count AS shares_count_17, t0.bank_choice AS bank_choice_18, t0.registration_source AS registration_source_19, t0.commercial_court_registry AS commercial_court_registry_20, t0.sector_other AS sector_other_21, t0.rcs AS rcs_22, t0.status AS status_23, t0.email AS email_24, t0.mandatary AS mandatary_25, t0.bal AS bal_26, t0.forwarding_frequency AS forwarding_frequency_27, t0.forwarding_address_name AS forwarding_address_name_28, t0.alternate_name AS alternate_name_29, t0.domiciliation_start_date AS domiciliation_start_date_30, t0.created_at AS created_at_31, t0.termination_date AS termination_date_32, t0.termination_reason AS termination_reason_33, t0.termination_reason_other AS termination_reason_other_34, t0.siret AS siret_35, t0.is_new_immatriculation AS is_new_immatriculation_36, t0.is_new_domiciliation AS is_new_domiciliation_37, t0.mandat_id AS mandat_id_38, t0.conversion_reason AS conversion_reason_39, t0.status_is_forced AS status_is_forced_40, t0.uniq_id AS uniq_id_41, t0.iban AS iban_42, t0.reference_gocardless AS reference_gocardless_43, t0.is_forwarding_active AS is_forwarding_active_44, t0.vatrate AS vatrate_45, t0.is_imported AS is_imported_46, t0.credit_notes_amount AS credit_notes_amount_47, t0.available_credits AS available_credits_48, t0.invoice_token AS invoice_token_49, t0.share_capital_free_percentage AS share_capital_free_percentage_50, t0.is_prescriber AS is_prescriber_51, t0.have_accountant AS have_accountant_52, t0.status_immatriculation AS status_immatriculation_53, t0.is_exempt_tva AS is_exempt_tva_54, t0.project_stage AS project_stage_55, t0.status_invoice_payed AS status_invoice_payed_56, t0.date_max_unpaid AS date_max_unpaid_57, t0.is_have_auditor AS is_have_auditor_58, t0.benefit_imposition AS benefit_imposition_59, t0.benefit_imposition_option AS benefit_imposition_option_60, t0.vat_taxe_regim AS vat_taxe_regim_61, t0.vat_taxe_regime_option AS vat_taxe_regime_option_62, t0.prolongation_date_kyc AS prolongation_date_kyc_63, t0.status_transfert AS status_transfert_64, t0.is_new_transfert AS is_new_transfert_65, t0.special_request_bal AS special_request_bal_66, t0.trac_fin AS trac_fin_67, t0.trac_fin_note AS trac_fin_note_68, t0.pack_imat AS pack_imat_69, t0.is_authorize_prescriber AS is_authorize_prescriber_70, t0.is_attached_to_prescriber AS is_attached_to_prescriber_71, t0.is_emptybal AS is_emptybal_72, t0.is_authorized_debit AS is_authorized_debit_73, t0.history_nav_tunnel AS history_nav_tunnel_74, t0.note AS note_75, t0.reason_change AS reason_change_76, t0.previous_pack AS previous_pack_77, t0.zapier_hook_url AS zapier_hook_url_78, t0.sigle AS sigle_79, t0.enseigne AS enseigne_80, t0.corporate_object AS corporate_object_81, t0.place_know_digidom AS place_know_digidom_82, t0.other_place_known_digidom AS other_place_known_digidom_83, t0.bank_name AS bank_name_84, t0.titulaire AS titulaire_85, t0.is_invalid_email AS is_invalid_email_86, t0.is_invalid_phone_number AS is_invalid_phone_number_87, t0.special_customer_type AS special_customer_type_88, t0.encrypted_parent_id AS encrypted_parent_id_89, t0.is_referral_process_finished AS is_referral_process_finished_90, t0.is_digidom_accountant AS is_digidom_accountant_91, t0.is_surveillance AS is_surveillance_92, t0.beneficial_owners AS beneficial_owners_93, t0.accounts_submission_last_year AS accounts_submission_last_year_94, t0.address_id AS address_id_95, t0.accountant_id AS accountant_id_96, t0.sector_id AS sector_id_97, t0.store_id AS store_id_98, t0.forwarding_address_id AS forwarding_address_id_99, t0.prescriber_id AS prescriber_id_100, t0.notification_preference_id AS notification_preference_id_101, t0.discount_code_id AS discount_code_id_102, t103.id AS id_104, t103.given_name AS given_name_105, t103.family_name AS family_name_106, t103.phone_number AS phone_number_107, t103.email AS email_108, t103.service AS service_109, t103.created_at AS created_at_110, t103.note AS note_111, t103.status AS status_112, t103.generate_user AS generate_user_113, t103.call_time AS call_time_114, t103.priority AS priority_115, t103.date AS date_116, t103.step AS step_117, t103.source AS source_118, t103.legal_name AS legal_name_119, t103.pack AS pack_120, t103.manager_id AS manager_id_121, t103.formality_id AS formality_id_122, t103.organization_id AS organization_id_123, t0.prescriber_source_id AS prescriber_source_id_124, t0.reason_unpaid_id AS reason_unpaid_id_125, t0.reason_ribinactive_id AS reason_ribinactive_id_126, t127.id AS id_128, t127.alternate_name AS alternate_name_129, t127.legal_name AS legal_name_130, t127.name_legal_representative AS name_legal_representative_131, t127.organization_id AS organization_id_132, t0.activity_category_id AS activity_category_id_133, t0.referral_source_id AS referral_source_id_134, t0.activity_domain_id AS activity_domain_id_135, t136.id AS id_137, t136.signature_request_id AS signature_request_id_138, t136.created_at AS created_at_139, t136.external_file_id AS external_file_id_140, t136.last_uploaded_file_at AS last_uploaded_file_at_141, t136.organization_id AS organization_id_142 FROM organization t0 LEFT JOIN leads t103 ON t103.organization_id = t0.id LEFT JOIN ibml_organization_configuration t127 ON t127.organization_id = t0.id LEFT JOIN process_yousign t136 ON t136.organization_id = t0.id WHERE t0.id = ?
Parameters:
[
  27870
]
1.90 ms
(1.88%)
1
UPDATE organization SET termination_date = ?, termination_reason = ?, termination_reason_other = ? WHERE id = ?
Parameters:
[
  null
  null
  null
  27870
]
1.85 ms
(1.83%)
1
SELECT t0.id AS id_1, t0.legal_name AS legal_name_2, t0.telephone AS telephone_3, t0.vat_id AS vat_id_4, t0.legal_status AS legal_status_5, t0.purpose AS purpose_6, t0.founding_date AS founding_date_7, t0.fiscal_date AS fiscal_date_8, t0.fiscal_date_end AS fiscal_date_end_9, t0.first_fiscal_date AS first_fiscal_date_10, t0.first_fiscal_date_end AS first_fiscal_date_end_11, t0.head_quarters_address_type AS head_quarters_address_type_12, t0.legal_representative_address_type AS legal_representative_address_type_13, t0.share_capital AS share_capital_14, t0.share_capital_type AS share_capital_type_15, t0.share_capital_fixed_amount AS share_capital_fixed_amount_16, t0.shares_count AS shares_count_17, t0.bank_choice AS bank_choice_18, t0.registration_source AS registration_source_19, t0.commercial_court_registry AS commercial_court_registry_20, t0.sector_other AS sector_other_21, t0.rcs AS rcs_22, t0.status AS status_23, t0.email AS email_24, t0.mandatary AS mandatary_25, t0.bal AS bal_26, t0.forwarding_frequency AS forwarding_frequency_27, t0.forwarding_address_name AS forwarding_address_name_28, t0.alternate_name AS alternate_name_29, t0.domiciliation_start_date AS domiciliation_start_date_30, t0.created_at AS created_at_31, t0.termination_date AS termination_date_32, t0.termination_reason AS termination_reason_33, t0.termination_reason_other AS termination_reason_other_34, t0.siret AS siret_35, t0.is_new_immatriculation AS is_new_immatriculation_36, t0.is_new_domiciliation AS is_new_domiciliation_37, t0.mandat_id AS mandat_id_38, t0.conversion_reason AS conversion_reason_39, t0.status_is_forced AS status_is_forced_40, t0.uniq_id AS uniq_id_41, t0.iban AS iban_42, t0.reference_gocardless AS reference_gocardless_43, t0.is_forwarding_active AS is_forwarding_active_44, t0.vatrate AS vatrate_45, t0.is_imported AS is_imported_46, t0.credit_notes_amount AS credit_notes_amount_47, t0.available_credits AS available_credits_48, t0.invoice_token AS invoice_token_49, t0.share_capital_free_percentage AS share_capital_free_percentage_50, t0.is_prescriber AS is_prescriber_51, t0.have_accountant AS have_accountant_52, t0.status_immatriculation AS status_immatriculation_53, t0.is_exempt_tva AS is_exempt_tva_54, t0.project_stage AS project_stage_55, t0.status_invoice_payed AS status_invoice_payed_56, t0.date_max_unpaid AS date_max_unpaid_57, t0.is_have_auditor AS is_have_auditor_58, t0.benefit_imposition AS benefit_imposition_59, t0.benefit_imposition_option AS benefit_imposition_option_60, t0.vat_taxe_regim AS vat_taxe_regim_61, t0.vat_taxe_regime_option AS vat_taxe_regime_option_62, t0.prolongation_date_kyc AS prolongation_date_kyc_63, t0.status_transfert AS status_transfert_64, t0.is_new_transfert AS is_new_transfert_65, t0.special_request_bal AS special_request_bal_66, t0.trac_fin AS trac_fin_67, t0.trac_fin_note AS trac_fin_note_68, t0.pack_imat AS pack_imat_69, t0.is_authorize_prescriber AS is_authorize_prescriber_70, t0.is_attached_to_prescriber AS is_attached_to_prescriber_71, t0.is_emptybal AS is_emptybal_72, t0.is_authorized_debit AS is_authorized_debit_73, t0.history_nav_tunnel AS history_nav_tunnel_74, t0.note AS note_75, t0.reason_change AS reason_change_76, t0.previous_pack AS previous_pack_77, t0.zapier_hook_url AS zapier_hook_url_78, t0.sigle AS sigle_79, t0.enseigne AS enseigne_80, t0.corporate_object AS corporate_object_81, t0.place_know_digidom AS place_know_digidom_82, t0.other_place_known_digidom AS other_place_known_digidom_83, t0.bank_name AS bank_name_84, t0.titulaire AS titulaire_85, t0.is_invalid_email AS is_invalid_email_86, t0.is_invalid_phone_number AS is_invalid_phone_number_87, t0.special_customer_type AS special_customer_type_88, t0.encrypted_parent_id AS encrypted_parent_id_89, t0.is_referral_process_finished AS is_referral_process_finished_90, t0.is_digidom_accountant AS is_digidom_accountant_91, t0.is_surveillance AS is_surveillance_92, t0.beneficial_owners AS beneficial_owners_93, t0.accounts_submission_last_year AS accounts_submission_last_year_94, t0.address_id AS address_id_95, t0.accountant_id AS accountant_id_96, t0.sector_id AS sector_id_97, t0.store_id AS store_id_98, t0.forwarding_address_id AS forwarding_address_id_99, t0.prescriber_id AS prescriber_id_100, t0.notification_preference_id AS notification_preference_id_101, t0.discount_code_id AS discount_code_id_102, t103.id AS id_104, t103.given_name AS given_name_105, t103.family_name AS family_name_106, t103.phone_number AS phone_number_107, t103.email AS email_108, t103.service AS service_109, t103.created_at AS created_at_110, t103.note AS note_111, t103.status AS status_112, t103.generate_user AS generate_user_113, t103.call_time AS call_time_114, t103.priority AS priority_115, t103.date AS date_116, t103.step AS step_117, t103.source AS source_118, t103.legal_name AS legal_name_119, t103.pack AS pack_120, t103.manager_id AS manager_id_121, t103.formality_id AS formality_id_122, t103.organization_id AS organization_id_123, t0.prescriber_source_id AS prescriber_source_id_124, t0.reason_unpaid_id AS reason_unpaid_id_125, t0.reason_ribinactive_id AS reason_ribinactive_id_126, t127.id AS id_128, t127.alternate_name AS alternate_name_129, t127.legal_name AS legal_name_130, t127.name_legal_representative AS name_legal_representative_131, t127.organization_id AS organization_id_132, t0.activity_category_id AS activity_category_id_133, t0.referral_source_id AS referral_source_id_134, t0.activity_domain_id AS activity_domain_id_135, t136.id AS id_137, t136.signature_request_id AS signature_request_id_138, t136.created_at AS created_at_139, t136.external_file_id AS external_file_id_140, t136.last_uploaded_file_at AS last_uploaded_file_at_141, t136.organization_id AS organization_id_142 FROM organization t0 LEFT JOIN leads t103 ON t103.organization_id = t0.id LEFT JOIN ibml_organization_configuration t127 ON t127.organization_id = t0.id LEFT JOIN process_yousign t136 ON t136.organization_id = t0.id INNER JOIN organization_user ON t0.id = organization_user.organization_id WHERE organization_user.user_id = ?
Parameters:
[
  26218
]
1.78 ms
(1.76%)
1
SELECT o0_.id AS id_0, o0_.legal_name AS legal_name_1, o0_.telephone AS telephone_2, o0_.vat_id AS vat_id_3, o0_.legal_status AS legal_status_4, o0_.purpose AS purpose_5, o0_.founding_date AS founding_date_6, o0_.fiscal_date AS fiscal_date_7, o0_.fiscal_date_end AS fiscal_date_end_8, o0_.first_fiscal_date AS first_fiscal_date_9, o0_.first_fiscal_date_end AS first_fiscal_date_end_10, o0_.head_quarters_address_type AS head_quarters_address_type_11, o0_.legal_representative_address_type AS legal_representative_address_type_12, o0_.share_capital AS share_capital_13, o0_.share_capital_type AS share_capital_type_14, o0_.share_capital_fixed_amount AS share_capital_fixed_amount_15, o0_.shares_count AS shares_count_16, o0_.bank_choice AS bank_choice_17, o0_.registration_source AS registration_source_18, o0_.commercial_court_registry AS commercial_court_registry_19, o0_.sector_other AS sector_other_20, o0_.rcs AS rcs_21, o0_.status AS status_22, o0_.email AS email_23, o0_.mandatary AS mandatary_24, o0_.bal AS bal_25, o0_.forwarding_frequency AS forwarding_frequency_26, o0_.forwarding_address_name AS forwarding_address_name_27, o0_.alternate_name AS alternate_name_28, o0_.domiciliation_start_date AS domiciliation_start_date_29, o0_.created_at AS created_at_30, o0_.termination_date AS termination_date_31, o0_.termination_reason AS termination_reason_32, o0_.termination_reason_other AS termination_reason_other_33, o0_.siret AS siret_34, o0_.is_new_immatriculation AS is_new_immatriculation_35, o0_.is_new_domiciliation AS is_new_domiciliation_36, o0_.mandat_id AS mandat_id_37, o0_.conversion_reason AS conversion_reason_38, o0_.status_is_forced AS status_is_forced_39, o0_.uniq_id AS uniq_id_40, o0_.iban AS iban_41, o0_.reference_gocardless AS reference_gocardless_42, o0_.is_forwarding_active AS is_forwarding_active_43, o0_.vatrate AS vatrate_44, o0_.is_imported AS is_imported_45, o0_.credit_notes_amount AS credit_notes_amount_46, o0_.available_credits AS available_credits_47, o0_.invoice_token AS invoice_token_48, o0_.share_capital_free_percentage AS share_capital_free_percentage_49, o0_.is_prescriber AS is_prescriber_50, o0_.have_accountant AS have_accountant_51, o0_.status_immatriculation AS status_immatriculation_52, o0_.is_exempt_tva AS is_exempt_tva_53, o0_.project_stage AS project_stage_54, o0_.status_invoice_payed AS status_invoice_payed_55, o0_.date_max_unpaid AS date_max_unpaid_56, o0_.is_have_auditor AS is_have_auditor_57, o0_.benefit_imposition AS benefit_imposition_58, o0_.benefit_imposition_option AS benefit_imposition_option_59, o0_.vat_taxe_regim AS vat_taxe_regim_60, o0_.vat_taxe_regime_option AS vat_taxe_regime_option_61, o0_.prolongation_date_kyc AS prolongation_date_kyc_62, o0_.status_transfert AS status_transfert_63, o0_.is_new_transfert AS is_new_transfert_64, o0_.special_request_bal AS special_request_bal_65, o0_.trac_fin AS trac_fin_66, o0_.trac_fin_note AS trac_fin_note_67, o0_.pack_imat AS pack_imat_68, o0_.is_authorize_prescriber AS is_authorize_prescriber_69, o0_.is_attached_to_prescriber AS is_attached_to_prescriber_70, o0_.is_emptybal AS is_emptybal_71, o0_.is_authorized_debit AS is_authorized_debit_72, o0_.history_nav_tunnel AS history_nav_tunnel_73, o0_.note AS note_74, o0_.reason_change AS reason_change_75, o0_.previous_pack AS previous_pack_76, o0_.zapier_hook_url AS zapier_hook_url_77, o0_.sigle AS sigle_78, o0_.enseigne AS enseigne_79, o0_.corporate_object AS corporate_object_80, o0_.place_know_digidom AS place_know_digidom_81, o0_.other_place_known_digidom AS other_place_known_digidom_82, o0_.bank_name AS bank_name_83, o0_.titulaire AS titulaire_84, o0_.is_invalid_email AS is_invalid_email_85, o0_.is_invalid_phone_number AS is_invalid_phone_number_86, o0_.special_customer_type AS special_customer_type_87, o0_.encrypted_parent_id AS encrypted_parent_id_88, o0_.is_referral_process_finished AS is_referral_process_finished_89, o0_.is_digidom_accountant AS is_digidom_accountant_90, o0_.is_surveillance AS is_surveillance_91, o0_.beneficial_owners AS beneficial_owners_92, o0_.accounts_submission_last_year AS accounts_submission_last_year_93, o0_.address_id AS address_id_94, o0_.accountant_id AS accountant_id_95, o0_.sector_id AS sector_id_96, o0_.store_id AS store_id_97, o0_.forwarding_address_id AS forwarding_address_id_98, o0_.prescriber_id AS prescriber_id_99, o0_.notification_preference_id AS notification_preference_id_100, o0_.discount_code_id AS discount_code_id_101, o0_.prescriber_source_id AS prescriber_source_id_102, o0_.reason_unpaid_id AS reason_unpaid_id_103, o0_.reason_ribinactive_id AS reason_ribinactive_id_104, o0_.activity_category_id AS activity_category_id_105, o0_.referral_source_id AS referral_source_id_106, o0_.activity_domain_id AS activity_domain_id_107 FROM organization o0_ INNER JOIN organization_user o2_ ON o0_.id = o2_.organization_id INNER JOIN app_users a1_ ON a1_.id = o2_.user_id WHERE o0_.id = ? AND a1_.id = ?
Parameters:
[
  27870
  26218
]
1.77 ms
(1.75%)
1
SELECT t0.id AS id_1, t0.legal_name AS legal_name_2, t0.telephone AS telephone_3, t0.vat_id AS vat_id_4, t0.legal_status AS legal_status_5, t0.purpose AS purpose_6, t0.founding_date AS founding_date_7, t0.fiscal_date AS fiscal_date_8, t0.fiscal_date_end AS fiscal_date_end_9, t0.first_fiscal_date AS first_fiscal_date_10, t0.first_fiscal_date_end AS first_fiscal_date_end_11, t0.head_quarters_address_type AS head_quarters_address_type_12, t0.legal_representative_address_type AS legal_representative_address_type_13, t0.share_capital AS share_capital_14, t0.share_capital_type AS share_capital_type_15, t0.share_capital_fixed_amount AS share_capital_fixed_amount_16, t0.shares_count AS shares_count_17, t0.bank_choice AS bank_choice_18, t0.registration_source AS registration_source_19, t0.commercial_court_registry AS commercial_court_registry_20, t0.sector_other AS sector_other_21, t0.rcs AS rcs_22, t0.status AS status_23, t0.email AS email_24, t0.mandatary AS mandatary_25, t0.bal AS bal_26, t0.forwarding_frequency AS forwarding_frequency_27, t0.forwarding_address_name AS forwarding_address_name_28, t0.alternate_name AS alternate_name_29, t0.domiciliation_start_date AS domiciliation_start_date_30, t0.created_at AS created_at_31, t0.termination_date AS termination_date_32, t0.termination_reason AS termination_reason_33, t0.termination_reason_other AS termination_reason_other_34, t0.siret AS siret_35, t0.is_new_immatriculation AS is_new_immatriculation_36, t0.is_new_domiciliation AS is_new_domiciliation_37, t0.mandat_id AS mandat_id_38, t0.conversion_reason AS conversion_reason_39, t0.status_is_forced AS status_is_forced_40, t0.uniq_id AS uniq_id_41, t0.iban AS iban_42, t0.reference_gocardless AS reference_gocardless_43, t0.is_forwarding_active AS is_forwarding_active_44, t0.vatrate AS vatrate_45, t0.is_imported AS is_imported_46, t0.credit_notes_amount AS credit_notes_amount_47, t0.available_credits AS available_credits_48, t0.invoice_token AS invoice_token_49, t0.share_capital_free_percentage AS share_capital_free_percentage_50, t0.is_prescriber AS is_prescriber_51, t0.have_accountant AS have_accountant_52, t0.status_immatriculation AS status_immatriculation_53, t0.is_exempt_tva AS is_exempt_tva_54, t0.project_stage AS project_stage_55, t0.status_invoice_payed AS status_invoice_payed_56, t0.date_max_unpaid AS date_max_unpaid_57, t0.is_have_auditor AS is_have_auditor_58, t0.benefit_imposition AS benefit_imposition_59, t0.benefit_imposition_option AS benefit_imposition_option_60, t0.vat_taxe_regim AS vat_taxe_regim_61, t0.vat_taxe_regime_option AS vat_taxe_regime_option_62, t0.prolongation_date_kyc AS prolongation_date_kyc_63, t0.status_transfert AS status_transfert_64, t0.is_new_transfert AS is_new_transfert_65, t0.special_request_bal AS special_request_bal_66, t0.trac_fin AS trac_fin_67, t0.trac_fin_note AS trac_fin_note_68, t0.pack_imat AS pack_imat_69, t0.is_authorize_prescriber AS is_authorize_prescriber_70, t0.is_attached_to_prescriber AS is_attached_to_prescriber_71, t0.is_emptybal AS is_emptybal_72, t0.is_authorized_debit AS is_authorized_debit_73, t0.history_nav_tunnel AS history_nav_tunnel_74, t0.note AS note_75, t0.reason_change AS reason_change_76, t0.previous_pack AS previous_pack_77, t0.zapier_hook_url AS zapier_hook_url_78, t0.sigle AS sigle_79, t0.enseigne AS enseigne_80, t0.corporate_object AS corporate_object_81, t0.place_know_digidom AS place_know_digidom_82, t0.other_place_known_digidom AS other_place_known_digidom_83, t0.bank_name AS bank_name_84, t0.titulaire AS titulaire_85, t0.is_invalid_email AS is_invalid_email_86, t0.is_invalid_phone_number AS is_invalid_phone_number_87, t0.special_customer_type AS special_customer_type_88, t0.encrypted_parent_id AS encrypted_parent_id_89, t0.is_referral_process_finished AS is_referral_process_finished_90, t0.is_digidom_accountant AS is_digidom_accountant_91, t0.is_surveillance AS is_surveillance_92, t0.beneficial_owners AS beneficial_owners_93, t0.accounts_submission_last_year AS accounts_submission_last_year_94, t0.address_id AS address_id_95, t0.accountant_id AS accountant_id_96, t0.sector_id AS sector_id_97, t0.store_id AS store_id_98, t0.forwarding_address_id AS forwarding_address_id_99, t0.prescriber_id AS prescriber_id_100, t0.notification_preference_id AS notification_preference_id_101, t0.discount_code_id AS discount_code_id_102, t103.id AS id_104, t103.given_name AS given_name_105, t103.family_name AS family_name_106, t103.phone_number AS phone_number_107, t103.email AS email_108, t103.service AS service_109, t103.created_at AS created_at_110, t103.note AS note_111, t103.status AS status_112, t103.generate_user AS generate_user_113, t103.call_time AS call_time_114, t103.priority AS priority_115, t103.date AS date_116, t103.step AS step_117, t103.source AS source_118, t103.legal_name AS legal_name_119, t103.pack AS pack_120, t103.manager_id AS manager_id_121, t103.formality_id AS formality_id_122, t103.organization_id AS organization_id_123, t0.prescriber_source_id AS prescriber_source_id_124, t0.reason_unpaid_id AS reason_unpaid_id_125, t0.reason_ribinactive_id AS reason_ribinactive_id_126, t127.id AS id_128, t127.alternate_name AS alternate_name_129, t127.legal_name AS legal_name_130, t127.name_legal_representative AS name_legal_representative_131, t127.organization_id AS organization_id_132, t0.activity_category_id AS activity_category_id_133, t0.referral_source_id AS referral_source_id_134, t0.activity_domain_id AS activity_domain_id_135, t136.id AS id_137, t136.signature_request_id AS signature_request_id_138, t136.created_at AS created_at_139, t136.external_file_id AS external_file_id_140, t136.last_uploaded_file_at AS last_uploaded_file_at_141, t136.organization_id AS organization_id_142 FROM organization t0 LEFT JOIN leads t103 ON t103.organization_id = t0.id LEFT JOIN ibml_organization_configuration t127 ON t127.organization_id = t0.id LEFT JOIN process_yousign t136 ON t136.organization_id = t0.id WHERE t0.siret = ? LIMIT 1
Parameters:
[
  ""
]
1.77 ms
(1.75%)
1
SELECT t0.id AS id_1, t0.given_name AS given_name_2, t0.family_name AS family_name_3, t0.phone_number AS phone_number_4, t0.email AS email_5, t0.service AS service_6, t0.created_at AS created_at_7, t0.note AS note_8, t0.status AS status_9, t0.generate_user AS generate_user_10, t0.call_time AS call_time_11, t0.priority AS priority_12, t0.date AS date_13, t0.step AS step_14, t0.source AS source_15, t0.legal_name AS legal_name_16, t0.pack AS pack_17, t0.manager_id AS manager_id_18, t0.formality_id AS formality_id_19, t0.organization_id AS organization_id_20 FROM leads t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.76 ms
(1.74%)
1
SELECT t0.id AS id_1, t0.contribution_type AS contribution_type_2, t0.contribution_amount AS contribution_amount_3, t0.share_capital AS share_capital_4, t0.created_at AS created_at_5, t0.quality AS quality_6, t0.legal_representative_id AS legal_representative_id_7, t0.person_id AS person_id_8, t0.is_legal_representative_id AS is_legal_representative_id_9 FROM associate t0 INNER JOIN organization_associate ON t0.id = organization_associate.associate_id WHERE organization_associate.organization_id = ?
Parameters:
[
  27870
]
1.75 ms
(1.73%)
1
SELECT t0.id AS id_1, t0.legal_name AS legal_name_2, t0.telephone AS telephone_3, t0.vat_id AS vat_id_4, t0.legal_status AS legal_status_5, t0.purpose AS purpose_6, t0.founding_date AS founding_date_7, t0.fiscal_date AS fiscal_date_8, t0.fiscal_date_end AS fiscal_date_end_9, t0.first_fiscal_date AS first_fiscal_date_10, t0.first_fiscal_date_end AS first_fiscal_date_end_11, t0.head_quarters_address_type AS head_quarters_address_type_12, t0.legal_representative_address_type AS legal_representative_address_type_13, t0.share_capital AS share_capital_14, t0.share_capital_type AS share_capital_type_15, t0.share_capital_fixed_amount AS share_capital_fixed_amount_16, t0.shares_count AS shares_count_17, t0.bank_choice AS bank_choice_18, t0.registration_source AS registration_source_19, t0.commercial_court_registry AS commercial_court_registry_20, t0.sector_other AS sector_other_21, t0.rcs AS rcs_22, t0.status AS status_23, t0.email AS email_24, t0.mandatary AS mandatary_25, t0.bal AS bal_26, t0.forwarding_frequency AS forwarding_frequency_27, t0.forwarding_address_name AS forwarding_address_name_28, t0.alternate_name AS alternate_name_29, t0.domiciliation_start_date AS domiciliation_start_date_30, t0.created_at AS created_at_31, t0.termination_date AS termination_date_32, t0.termination_reason AS termination_reason_33, t0.termination_reason_other AS termination_reason_other_34, t0.siret AS siret_35, t0.is_new_immatriculation AS is_new_immatriculation_36, t0.is_new_domiciliation AS is_new_domiciliation_37, t0.mandat_id AS mandat_id_38, t0.conversion_reason AS conversion_reason_39, t0.status_is_forced AS status_is_forced_40, t0.uniq_id AS uniq_id_41, t0.iban AS iban_42, t0.reference_gocardless AS reference_gocardless_43, t0.is_forwarding_active AS is_forwarding_active_44, t0.vatrate AS vatrate_45, t0.is_imported AS is_imported_46, t0.credit_notes_amount AS credit_notes_amount_47, t0.available_credits AS available_credits_48, t0.invoice_token AS invoice_token_49, t0.share_capital_free_percentage AS share_capital_free_percentage_50, t0.is_prescriber AS is_prescriber_51, t0.have_accountant AS have_accountant_52, t0.status_immatriculation AS status_immatriculation_53, t0.is_exempt_tva AS is_exempt_tva_54, t0.project_stage AS project_stage_55, t0.status_invoice_payed AS status_invoice_payed_56, t0.date_max_unpaid AS date_max_unpaid_57, t0.is_have_auditor AS is_have_auditor_58, t0.benefit_imposition AS benefit_imposition_59, t0.benefit_imposition_option AS benefit_imposition_option_60, t0.vat_taxe_regim AS vat_taxe_regim_61, t0.vat_taxe_regime_option AS vat_taxe_regime_option_62, t0.prolongation_date_kyc AS prolongation_date_kyc_63, t0.status_transfert AS status_transfert_64, t0.is_new_transfert AS is_new_transfert_65, t0.special_request_bal AS special_request_bal_66, t0.trac_fin AS trac_fin_67, t0.trac_fin_note AS trac_fin_note_68, t0.pack_imat AS pack_imat_69, t0.is_authorize_prescriber AS is_authorize_prescriber_70, t0.is_attached_to_prescriber AS is_attached_to_prescriber_71, t0.is_emptybal AS is_emptybal_72, t0.is_authorized_debit AS is_authorized_debit_73, t0.history_nav_tunnel AS history_nav_tunnel_74, t0.note AS note_75, t0.reason_change AS reason_change_76, t0.previous_pack AS previous_pack_77, t0.zapier_hook_url AS zapier_hook_url_78, t0.sigle AS sigle_79, t0.enseigne AS enseigne_80, t0.corporate_object AS corporate_object_81, t0.place_know_digidom AS place_know_digidom_82, t0.other_place_known_digidom AS other_place_known_digidom_83, t0.bank_name AS bank_name_84, t0.titulaire AS titulaire_85, t0.is_invalid_email AS is_invalid_email_86, t0.is_invalid_phone_number AS is_invalid_phone_number_87, t0.special_customer_type AS special_customer_type_88, t0.encrypted_parent_id AS encrypted_parent_id_89, t0.is_referral_process_finished AS is_referral_process_finished_90, t0.is_digidom_accountant AS is_digidom_accountant_91, t0.is_surveillance AS is_surveillance_92, t0.beneficial_owners AS beneficial_owners_93, t0.accounts_submission_last_year AS accounts_submission_last_year_94, t0.address_id AS address_id_95, t0.accountant_id AS accountant_id_96, t0.sector_id AS sector_id_97, t0.store_id AS store_id_98, t0.forwarding_address_id AS forwarding_address_id_99, t0.prescriber_id AS prescriber_id_100, t0.notification_preference_id AS notification_preference_id_101, t0.discount_code_id AS discount_code_id_102, t103.id AS id_104, t103.given_name AS given_name_105, t103.family_name AS family_name_106, t103.phone_number AS phone_number_107, t103.email AS email_108, t103.service AS service_109, t103.created_at AS created_at_110, t103.note AS note_111, t103.status AS status_112, t103.generate_user AS generate_user_113, t103.call_time AS call_time_114, t103.priority AS priority_115, t103.date AS date_116, t103.step AS step_117, t103.source AS source_118, t103.legal_name AS legal_name_119, t103.pack AS pack_120, t103.manager_id AS manager_id_121, t103.formality_id AS formality_id_122, t103.organization_id AS organization_id_123, t0.prescriber_source_id AS prescriber_source_id_124, t0.reason_unpaid_id AS reason_unpaid_id_125, t0.reason_ribinactive_id AS reason_ribinactive_id_126, t127.id AS id_128, t127.alternate_name AS alternate_name_129, t127.legal_name AS legal_name_130, t127.name_legal_representative AS name_legal_representative_131, t127.organization_id AS organization_id_132, t0.activity_category_id AS activity_category_id_133, t0.referral_source_id AS referral_source_id_134, t0.activity_domain_id AS activity_domain_id_135, t136.id AS id_137, t136.signature_request_id AS signature_request_id_138, t136.created_at AS created_at_139, t136.external_file_id AS external_file_id_140, t136.last_uploaded_file_at AS last_uploaded_file_at_141, t136.organization_id AS organization_id_142 FROM organization t0 LEFT JOIN leads t103 ON t103.organization_id = t0.id LEFT JOIN ibml_organization_configuration t127 ON t127.organization_id = t0.id LEFT JOIN process_yousign t136 ON t136.organization_id = t0.id WHERE t0.prescriber_id = ?
Parameters:
[
  27870
]
1.46 ms
(1.45%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.price_without_tax AS price_without_tax_3, t0.trial AS trial_4, t0.remove_after_trial AS remove_after_trial_5, t0.trial_period_length AS trial_period_length_6, t0.created_at AS created_at_7, t0.product_id AS product_id_8, t9.id AS id_10, t9.name AS name_11, t9.alternate_name AS alternate_name_12, t9.price_without_tax AS price_without_tax_13, t9.description AS description_14, t9.active AS active_15, t9.meta_description AS meta_description_16, t9.meta_title AS meta_title_17, t9.url AS url_18, t9.created_at AS created_at_19, t9.subscription_type AS subscription_type_20, t9.unique_key AS unique_key_21, t9.is_displayed AS is_displayed_22, t9.is_archived AS is_archived_23, t9.is_subscription_component AS is_subscription_component_24, t9.category_id AS category_id_25, t9.category_for_billing_report_id AS category_for_billing_report_id_26, t0.subscription_id AS subscription_id_27, t28.id AS id_29, t28.active AS active_30, t28.price AS price_31, t28.type AS type_32, t28.subscription_deposit AS subscription_deposit_33, t28.created_at AS created_at_34, t28.discount_without_tax AS discount_without_tax_35, t28.payment_dates AS payment_dates_36, t28.price_without_tax AS price_without_tax_37, t28.stored_total_price_without_tax AS stored_total_price_without_tax_38, t28.is_updated_price AS is_updated_price_39, t28.next_payment AS next_payment_40, t28.pack_history AS pack_history_41, t28.not_accepted_scan_enveloppe AS not_accepted_scan_enveloppe_42, t28.invoice_generation_date AS invoice_generation_date_43, t28.month_number AS month_number_44, t28.authorized_reccurency AS authorized_reccurency_45, t28.is_cancel_using_offer AS is_cancel_using_offer_46, t28.is_digipack_offer AS is_digipack_offer_47, t28.deadline_offered AS deadline_offered_48, t28.prepaid_months AS prepaid_months_49, t28.has_blocked_service AS has_blocked_service_50, t28.document_recovery_delay AS document_recovery_delay_51, t28.updated_at AS updated_at_52, t28.organization_id AS organization_id_53, t0.subscription_model_id AS subscription_model_id_54 FROM service t0 INNER JOIN product t9 ON t0.product_id = t9.id LEFT JOIN subscription t28 ON t0.subscription_id = t28.id WHERE t0.subscription_id = ?
Parameters:
[
  38385
]
1.31 ms
(1.30%)
1
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.unit_price_without_tax AS unit_price_without_tax_3, t0.description AS description_4, t0.discount_without_tax AS discount_without_tax_5, t0.discount_without_tax_percent AS discount_without_tax_percent_6, t0.vatper_product AS vatper_product_7, t0.is_offer AS is_offer_8, t0.offer_quantity AS offer_quantity_9, t0.is_trial_offer AS is_trial_offer_10, t0.is_remove_at_trial_end AS is_remove_at_trial_end_11, t0.deadline_offer AS deadline_offer_12, t0.product_id AS product_id_13, t0.invoice_id AS invoice_id_14, t0.quote_id AS quote_id_15, t0.item_order_id AS item_order_id_16, t0.subscription_model_id AS subscription_model_id_17, t0.subscription_included_id AS subscription_included_id_18 FROM item t0 WHERE t0.item_order_id = ?
Parameters:
[
  2897
]
1.30 ms
(1.28%)
1
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 INNER JOIN organization_legal_representative ON t0.id = organization_legal_representative.legal_representative_id WHERE organization_legal_representative.organization_id = ?
Parameters:
[
  27870
]
1.30 ms
(1.28%)
1
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.unit_price_without_tax AS unit_price_without_tax_3, t0.description AS description_4, t0.discount_without_tax AS discount_without_tax_5, t0.discount_without_tax_percent AS discount_without_tax_percent_6, t0.vatper_product AS vatper_product_7, t0.is_offer AS is_offer_8, t0.offer_quantity AS offer_quantity_9, t0.is_trial_offer AS is_trial_offer_10, t0.is_remove_at_trial_end AS is_remove_at_trial_end_11, t0.deadline_offer AS deadline_offer_12, t0.product_id AS product_id_13, t0.invoice_id AS invoice_id_14, t0.quote_id AS quote_id_15, t0.item_order_id AS item_order_id_16, t0.subscription_model_id AS subscription_model_id_17, t0.subscription_included_id AS subscription_included_id_18 FROM item t0 WHERE t0.invoice_id = ?
Parameters:
[
  222496
]
1.29 ms
(1.27%)
1
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.type = ? AND t0.status = ?) AND t0.organization_id = ?)
Parameters:
[
  "POSTAL_POWER_OF_ATTORNEY"
  "APPROVED"
  27870
]
1.27 ms
(1.26%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.status AS status_4, t0.vatrate AS vatrate_5, t0.price_without_tax AS price_without_tax_6, t0.object AS object_7, t0.path AS path_8, t0.price AS price_9, t0.new_organization_legal_name AS new_organization_legal_name_10, t0.new_organization_vatid AS new_organization_vatid_11, t0.is_new_organization AS is_new_organization_12, t0.is_prescriber AS is_prescriber_13, t0.new_organization_user_email AS new_organization_user_email_14, t0.is_sent AS is_sent_15, t0.sent_date AS sent_date_16, t0.sent_to AS sent_to_17, t0.number AS number_18, t0.is_canceled AS is_canceled_19, t0.discount_without_tax AS discount_without_tax_20, t0.discount_without_tax_percent AS discount_without_tax_percent_21, t0.invoice_is_generated AS invoice_is_generated_22, t0.payment_url AS payment_url_23, t0.is_generate AS is_generate_24, t0.marge AS marge_25, t0.new_organization_phone_number AS new_organization_phone_number_26, t0.is_new_organization_prescribed AS is_new_organization_prescribed_27, t0.is_not_in_prescriber AS is_not_in_prescriber_28, t0.new_prescriber_legal_name AS new_prescriber_legal_name_29, t0.new_prescriber_vatid AS new_prescriber_vatid_30, t0.new_prescriber_user_email AS new_prescriber_user_email_31, t0.is_attached_to_prescriber AS is_attached_to_prescriber_32, t0.is_paid_by_stripe AS is_paid_by_stripe_33, t0.organization_id AS organization_id_34, t0.new_organization_address_id AS new_organization_address_id_35, t0.invoice_id AS invoice_id_36, t0.prescriber_id AS prescriber_id_37, t0.new_prescriber_address_id AS new_prescriber_address_id_38, t0.discount_code_id AS discount_code_id_39 FROM quote t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.27 ms
(1.25%)
1
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.organization_id = ?
Parameters:
[
  27870
]
1.22 ms
(1.20%)
1
SELECT t0.id AS id_1, t0.signature_request_id AS signature_request_id_2, t0.created_at AS created_at_3, t0.external_file_id AS external_file_id_4, t0.last_uploaded_file_at AS last_uploaded_file_at_5, t0.organization_id AS organization_id_6 FROM process_yousign t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.21 ms
(1.19%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.opening_hours AS opening_hours_3, t0.currencies_accepted AS currencies_accepted_4, t0.payment_accepted_type AS payment_accepted_type_5, t0.price_range AS price_range_6, t0.aggregate_rating AS aggregate_rating_7, t0.created_at AS created_at_8, t0.prefectoral_approval_number AS prefectoral_approval_number_9, t0.status AS status_10, t0.cedex AS cedex_11, t0.is_exportable_ibml AS is_exportable_ibml_12, t0.postal_address_id AS postal_address_id_13, t0.sector_id AS sector_id_14 FROM store t0 WHERE t0.id = ?
Parameters:
[
  4
]
1.18 ms
(1.17%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.legal_representative_id AS legal_representative_id_3, t0.person_id AS person_id_4 FROM auditor t0 INNER JOIN organization_auditor ON t0.id = organization_auditor.auditor_id WHERE organization_auditor.organization_id = ?
Parameters:
[
  27870
]
1.18 ms
(1.17%)
1
SELECT t0.id AS id_1, t0.alternate_name AS alternate_name_2, t0.legal_name AS legal_name_3, t0.name_legal_representative AS name_legal_representative_4, t0.organization_id AS organization_id_5 FROM ibml_organization_configuration t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.18 ms
(1.16%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.created_at AS created_at_3, t0.total_price_without_tax AS total_price_without_tax_4, t0.vatrate AS vatrate_5, t0.total_price AS total_price_6, t0.category AS category_7, t0.invoice_id AS invoice_id_8, t0.organization_id AS organization_id_9 FROM orders t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.11 ms
(1.10%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url_image AS url_image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM sector t0 WHERE t0.id = ?
Parameters:
[
  3
]
1.09 ms
(1.08%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.person_id AS person_id_4, t0.organization_id AS organization_id_5 FROM mandatary t0 WHERE t0.organization_id = ?
Parameters:
[
  27870
]
1.04 ms
(1.03%)
1
"START TRANSACTION"
Parameters:
[]

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\Associate No errors.
Evo\Infrastructure\MappingORM\LegalRepresentative No errors.
Evo\Infrastructure\MappingORM\Auditor No errors.
Evo\Infrastructure\MappingORM\Document No errors.
Evo\Infrastructure\MappingORM\PostalAddress No errors.
Evo\Infrastructure\MappingORM\Accountant No errors.
Evo\Infrastructure\MappingORM\Letter No errors.
Evo\Infrastructure\MappingORM\OrganizationSector No errors.
Evo\Infrastructure\MappingORM\LetterForward No errors.
Evo\Infrastructure\MappingORM\Mandatary No errors.
Evo\Infrastructure\MappingORM\Order No errors.
Evo\Infrastructure\MappingORM\DocumentHistory No errors.
Evo\Infrastructure\MappingORM\NotificationPreference No errors.
Evo\Infrastructure\MappingORM\DiscountCode No errors.
Evo\Infrastructure\MappingORM\PrescriberSource No errors.
Evo\Infrastructure\MappingORM\ReasonUnpaid No errors.
Evo\Infrastructure\MappingORM\ReasonRIBInactive No errors.
Evo\Infrastructure\MappingORM\IbmlOrganizationConfiguration No errors.
Evo\Infrastructure\MappingORM\PotentialCase No errors.
Evo\Infrastructure\MappingORM\ProfessionDetail No errors.
Evo\Infrastructure\MappingORM\ActivityDomain No errors.
Evo\Infrastructure\MappingORM\ProcessYousign No errors.
Evo\Infrastructure\MappingORM\ProfessionType No errors.
Evo\Infrastructure\MappingORM\ActivitySubdomain No errors.
Evo\Infrastructure\MappingORM\PromoCodeHistory No errors.
Evo\Infrastructure\MappingORM\Sector No errors.
Evo\Infrastructure\MappingORM\Person No errors.
Evo\Infrastructure\MappingORM\DocumentRejectionMessage No errors.
Evo\Infrastructure\MappingORM\Payment No errors.
Evo\Infrastructure\MappingORM\Item No errors.
Evo\Infrastructure\MappingORM\Refund No errors.
Evo\Infrastructure\MappingORM\Category No errors.
Evo\Infrastructure\MappingORM\ProductHistory No errors.
Evo\Infrastructure\MappingORM\DiscountConfiguration No errors.
Evo\Infrastructure\MappingORM\Pack No errors.
Evo\Infrastructure\MappingORM\Service No errors.
Evo\Infrastructure\MappingORM\BAL No errors.
Evo\Infrastructure\MappingORM\Task No errors.