Query Metrics

75 Database Queries
8 Different statements
50.22 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.54 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.hash AS hash_5, t0.email AS email_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.no_carnet AS no_carnet_9, t0.phone AS phone_10, t0.identification_hash AS identification_hash_11, t0.active AS active_12, t0.show_notification AS show_notification_13, t0.locale AS locale_14, t0.domain_id AS domain_id_15, t16.id AS id_17, t16.carnet_name AS carnet_name_18, t16.iban AS iban_19, t16.identification AS identification_20, t16.email AS email_21, t16.logo AS logo_22, t16.company_name AS company_name_23, t16.company_representative AS company_representative_24, t16.address AS address_25, t16.postal_code AS postal_code_26, t16.city AS city_27, t16.phone_number AS phone_number_28, t16.payment_recipient AS payment_recipient_29, t16.payment_address AS payment_address_30, t16.payment_postal_code AS payment_postal_code_31, t16.payment_city AS payment_city_32, t16.min_amount AS min_amount_33, t16.max_amount AS max_amount_34, t16.use_twint_jm AS use_twint_jm_35, t16.twint_fees AS twint_fees_36, t16.twint_iban_for_payments AS twint_iban_for_payments_37, t16.min_twint_jmamount AS min_twint_jmamount_38, t16.twint_merchant_uuid AS twint_merchant_uuid_39, t16.twint_enable AS twint_enable_40, t16.twint_passphrase AS twint_passphrase_41, t16.twint_certificat_path AS twint_certificat_path_42, t16.prefix AS prefix_43, t16.closing_date AS closing_date_44, t16.catalog_image_wide AS catalog_image_wide_45, t16.catalog_image_narrow AS catalog_image_narrow_46, t16.allow_anonymous AS allow_anonymous_47, t16.send_receipt_email AS send_receipt_email_48, t16.invoice_min_amount AS invoice_min_amount_49, t16.user_creation_hash AS user_creation_hash_50, t16.sponsor_banner AS sponsor_banner_51, t16.show_sponsor_on_invoice AS show_sponsor_on_invoice_52, t16.cotisation AS cotisation_53, t16.display_phone_number_field AS display_phone_number_field_54, t16.vat_identification_number AS vat_identification_number_55, t16.user_instruction AS user_instruction_56, t16.objectif AS objectif_57, t16.locale AS locale_58, t16.print_locale_is_user_locale AS print_locale_is_user_locale_59 FROM fosuser t0 INNER JOIN domain t16 ON t0.domain_id = t16.id WHERE t0.id = ?
Parameters:
[
  "dee9975d-6f52-4bde-af14-bfa2cae7ef11"
]
2 29.30 ms
SELECT a.*, aip.amount
FROM (
	SELECT s.id AS id, s.firstname AS firstname, s.lastname AS lastname, s.date AS date, s.email AS email, s.signature AS signature, s.npa AS npa, s.address AS address, s.address2 AS address2, s.locality AS locality, s.updated_at AS updated_at, s.anonymous AS anonymous, s.company AS company, s.validated_at AS validated_at, s.hash AS hash, s.text AS text, s.note AS note, s.invoiced_at AS invoiced_at, s.printed_at AS printed_at, s.reminder_at AS reminder_at, s.reference AS reference, s.reminder_printed_at AS reminder_printed_at, s.completed_by_donor AS completed_by_donor, s.ip_address AS ip_address, s.phone_number AS phone_number, s.demand_sent_at AS demand_sent_at, s.use_twint_jm AS use_twint_jm, s.created_by_id AS created_by_id, s.updated_by_id AS updated_by_id, s.payment_mode_id AS payment_mode_id, s.printed_by_id AS printed_by_id, s.reminder_printed_by_id AS reminder_printed_by_id
	from annonceur s
) AS a
inner join fosuser u
ON u.id = a.created_by_id
inner join payment_mode pm
on pm.id = a.payment_mode_id
LEFT JOIN (
    SELECT annonceur_id, SUM(total_price) AS amount
    FROM annonceur_item_purchase
    GROUP BY annonceur_id
) aip
ON aip.annonceur_id = a.id
WHERE 1 = 1 AND u.domain_id = ? AND a.hash IS NULL AND a.created_by_id = ?  ORDER BY date desc LIMIT 25 OFFSET 0
Parameters:
[
  Ramsey\Uuid\Uuid {#603
    __toString(): "6bc462fc-08ee-473f-8b8a-f44aa8a655ab"
  }
  Ramsey\Uuid\Uuid {#595
    __toString(): "dee9975d-6f52-4bde-af14-bfa2cae7ef11"
  }
]
3 1.08 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "1b62e531-5552-4981-8443-22621d1335a4"
]
4 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM payment_mode t0 WHERE t0.id IN (?)
Parameters:
[
  2
]
5 0.29 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "1b62e531-5552-4981-8443-22621d1335a4"
]
6 0.32 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "ce088edb-88b3-4f0f-b5c5-a2706215a851"
]
7 0.19 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "ce088edb-88b3-4f0f-b5c5-a2706215a851"
]
8 0.32 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "a65d5987-762a-4b3d-88aa-29e728710920"
]
9 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "a65d5987-762a-4b3d-88aa-29e728710920"
]
10 0.27 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "fe4ca440-ad5b-4c49-89de-2477f5def478"
]
11 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "fe4ca440-ad5b-4c49-89de-2477f5def478"
]
12 0.26 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "1937812f-5a90-4d2b-a38a-2403e7791d49"
]
13 0.15 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "1937812f-5a90-4d2b-a38a-2403e7791d49"
]
14 0.29 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "951a069b-0f22-439f-b4a7-6394f38634b6"
]
15 0.15 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "951a069b-0f22-439f-b4a7-6394f38634b6"
]
16 0.31 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "5446a8e9-c0e3-4e77-a3b3-2393cfdc2229"
]
17 0.18 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "5446a8e9-c0e3-4e77-a3b3-2393cfdc2229"
]
18 0.26 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "aab364b4-22f4-43b4-80ff-ea3d7ee28018"
]
19 0.20 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "aab364b4-22f4-43b4-80ff-ea3d7ee28018"
]
20 0.30 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "76a9d1ff-f376-4b2e-bfa5-06d237ccde9e"
]
21 0.20 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "76a9d1ff-f376-4b2e-bfa5-06d237ccde9e"
]
22 0.30 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "65716f4d-ff09-4c7c-a4de-4233b0695e41"
]
23 0.16 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "65716f4d-ff09-4c7c-a4de-4233b0695e41"
]
24 0.29 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "a0280050-a2f5-4734-8859-fb2c128ef0b8"
]
25 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "a0280050-a2f5-4734-8859-fb2c128ef0b8"
]
26 0.27 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "025a37b1-ff8b-441a-8107-0adc47a554ef"
]
27 0.18 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "025a37b1-ff8b-441a-8107-0adc47a554ef"
]
28 0.32 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "bc1966f7-f607-435d-9a18-3fc6df70b94d"
]
29 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM payment_mode t0 WHERE t0.id IN (?)
Parameters:
[
  3
]
30 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "bc1966f7-f607-435d-9a18-3fc6df70b94d"
]
31 0.28 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "f4c61c1b-c793-4d19-850b-310cea9c15bb"
]
32 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "f4c61c1b-c793-4d19-850b-310cea9c15bb"
]
33 0.26 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "8a2fd6e3-eb84-408c-abf4-3550d4a78982"
]
34 0.16 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "8a2fd6e3-eb84-408c-abf4-3550d4a78982"
]
35 0.31 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "7232edb7-e611-4cf1-8f55-570479e872db"
]
36 0.16 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "7232edb7-e611-4cf1-8f55-570479e872db"
]
37 0.28 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "955eba10-d52a-4648-8e1c-eeeec6c13c70"
]
38 0.16 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "955eba10-d52a-4648-8e1c-eeeec6c13c70"
]
39 0.31 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "9bf5151f-d34d-4dd7-9037-59234ff87193"
]
40 0.17 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "9bf5151f-d34d-4dd7-9037-59234ff87193"
]
41 0.38 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "31715ef2-48c7-45c2-a8c3-2cda006016cd"
]
42 0.19 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "31715ef2-48c7-45c2-a8c3-2cda006016cd"
]
43 0.30 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "720dd455-1493-42ca-9203-6ed3b79d216c"
]
44 0.20 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "720dd455-1493-42ca-9203-6ed3b79d216c"
]
45 0.31 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.pairing_uuid AS pairing_uuid_3, t0.order_uuid AS order_uuid_4, t0.timestamp AS timestamp_5, t0.paid AS paid_6, t0.merchant_transaction_reference AS merchant_transaction_reference_7, t0.order_pending AS order_pending_8, t0.annonceur_id AS annonceur_id_9, t10.id AS id_11, t10.date AS date_12, t10.auto AS auto_13, t10.debtor_name AS debtor_name_14, t10.debtor_address AS debtor_address_15, t10.debtor_iban AS debtor_iban_16, t10.amount AS amount_17, t10.description AS description_18, t10.payment_group_id AS payment_group_id_19, t10.annonceur_id AS annonceur_id_20, t10.user_payment_id AS user_payment_id_21, t10.twint_payment_id AS twint_payment_id_22 FROM twint_payment t0 LEFT JOIN payment t10 ON t10.twint_payment_id = t0.id WHERE t0.annonceur_id = ?
Parameters:
[
  "3fa0ca64-5dea-4d88-941a-1c88d42dfcde"
]
46 0.18 ms
SELECT t0.values AS values_1, t0.annonceur_id AS annonceur_id_2 FROM annonceur_extra_value t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "3fa0ca64-5dea-4d88-941a-1c88d42dfcde"
]
47 0.82 ms
SELECT COUNT(*) as total
FROM (
	SELECT s.id AS id, s.firstname AS firstname, s.lastname AS lastname, s.date AS date, s.email AS email, s.signature AS signature, s.npa AS npa, s.address AS address, s.address2 AS address2, s.locality AS locality, s.updated_at AS updated_at, s.anonymous AS anonymous, s.company AS company, s.validated_at AS validated_at, s.hash AS hash, s.text AS text, s.note AS note, s.invoiced_at AS invoiced_at, s.printed_at AS printed_at, s.reminder_at AS reminder_at, s.reference AS reference, s.reminder_printed_at AS reminder_printed_at, s.completed_by_donor AS completed_by_donor, s.ip_address AS ip_address, s.phone_number AS phone_number, s.demand_sent_at AS demand_sent_at, s.use_twint_jm AS use_twint_jm, s.created_by_id AS created_by_id, s.updated_by_id AS updated_by_id, s.payment_mode_id AS payment_mode_id, s.printed_by_id AS printed_by_id, s.reminder_printed_by_id AS reminder_printed_by_id
	from annonceur s
) AS a
inner join fosuser u
ON u.id = a.created_by_id
inner join payment_mode pm
on pm.id = a.payment_mode_id
LEFT JOIN (
    SELECT annonceur_id, SUM(total_price) AS amount
    FROM annonceur_item_purchase
    GROUP BY annonceur_id
) aip
ON aip.annonceur_id = a.id
WHERE 1 = 1 AND u.domain_id = ? AND a.hash IS NULL AND a.created_by_id = ?
Parameters:
[
  Ramsey\Uuid\Uuid {#603
    __toString(): "6bc462fc-08ee-473f-8b8a-f44aa8a655ab"
  }
  Ramsey\Uuid\Uuid {#595
    __toString(): "dee9975d-6f52-4bde-af14-bfa2cae7ef11"
  }
]
48 0.53 ms
SELECT COUNT(*) as total
FROM (
	SELECT s.id AS id, s.firstname AS firstname, s.lastname AS lastname, s.date AS date, s.email AS email, s.signature AS signature, s.npa AS npa, s.address AS address, s.address2 AS address2, s.locality AS locality, s.updated_at AS updated_at, s.anonymous AS anonymous, s.company AS company, s.validated_at AS validated_at, s.hash AS hash, s.text AS text, s.note AS note, s.invoiced_at AS invoiced_at, s.printed_at AS printed_at, s.reminder_at AS reminder_at, s.reference AS reference, s.reminder_printed_at AS reminder_printed_at, s.completed_by_donor AS completed_by_donor, s.ip_address AS ip_address, s.phone_number AS phone_number, s.demand_sent_at AS demand_sent_at, s.use_twint_jm AS use_twint_jm, s.created_by_id AS created_by_id, s.updated_by_id AS updated_by_id, s.payment_mode_id AS payment_mode_id, s.printed_by_id AS printed_by_id, s.reminder_printed_by_id AS reminder_printed_by_id
	from annonceur s
) AS a
inner join fosuser u
ON u.id = a.created_by_id
inner join payment_mode pm
on pm.id = a.payment_mode_id
LEFT JOIN (
    SELECT annonceur_id, SUM(total_price) AS amount
    FROM annonceur_item_purchase
    GROUP BY annonceur_id
) aip
ON aip.annonceur_id = a.id
WHERE 1 = 1 AND u.domain_id = ? AND a.hash IS NULL AND a.created_by_id = ?
Parameters:
[
  Ramsey\Uuid\Uuid {#603
    __toString(): "6bc462fc-08ee-473f-8b8a-f44aa8a655ab"
  }
  Ramsey\Uuid\Uuid {#595
    __toString(): "dee9975d-6f52-4bde-af14-bfa2cae7ef11"
  }
]
49 0.28 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "1b62e531-5552-4981-8443-22621d1335a4"
]
50 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "fba63c25-6243-4f06-946c-2db08d1242ea"
]
51 0.25 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "ce088edb-88b3-4f0f-b5c5-a2706215a851"
]
52 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "4d4d01d0-6546-4902-91b5-f3fec2963ee0"
]
53 0.20 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "a65d5987-762a-4b3d-88aa-29e728710920"
]
54 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "fe4ca440-ad5b-4c49-89de-2477f5def478"
]
55 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "8f5c211c-2e39-40d5-8daa-f01270450ac5"
]
56 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "1937812f-5a90-4d2b-a38a-2403e7791d49"
]
57 0.22 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "951a069b-0f22-439f-b4a7-6394f38634b6"
]
58 0.22 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "5446a8e9-c0e3-4e77-a3b3-2393cfdc2229"
]
59 0.20 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "aab364b4-22f4-43b4-80ff-ea3d7ee28018"
]
60 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "76a9d1ff-f376-4b2e-bfa5-06d237ccde9e"
]
61 0.24 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "65716f4d-ff09-4c7c-a4de-4233b0695e41"
]
62 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "fd9ee392-c092-472d-b00e-e384f78567b5"
]
63 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "a0280050-a2f5-4734-8859-fb2c128ef0b8"
]
64 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "025a37b1-ff8b-441a-8107-0adc47a554ef"
]
65 0.21 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "bc1966f7-f607-435d-9a18-3fc6df70b94d"
]
66 0.21 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "f4c61c1b-c793-4d19-850b-310cea9c15bb"
]
67 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "ba5ed52e-d6d2-439e-a972-51eb8f8d5083"
]
68 0.24 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "8a2fd6e3-eb84-408c-abf4-3550d4a78982"
]
69 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "7232edb7-e611-4cf1-8f55-570479e872db"
]
70 0.18 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "955eba10-d52a-4648-8e1c-eeeec6c13c70"
]
71 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "9bf5151f-d34d-4dd7-9037-59234ff87193"
]
72 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.fixed_price AS fixed_price_4, t0.max_price AS max_price_5, t0.priority AS priority_6, t0.min_quantity AS min_quantity_7, t0.max_quantity AS max_quantity_8, t0.hidden AS hidden_9, t0.vat_included AS vat_included_10, t0.domain_id AS domain_id_11 FROM item t0 WHERE t0.id = ?
Parameters:
[
  "2a2b46fc-9029-4095-a469-659a77c41a26"
]
73 0.22 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "31715ef2-48c7-45c2-a8c3-2cda006016cd"
]
74 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "720dd455-1493-42ca-9203-6ed3b79d216c"
]
75 0.19 ms
SELECT t0.id AS id_1, t0.unit_price AS unit_price_2, t0.quantity AS quantity_3, t0.total_price AS total_price_4, t0.vat_included AS vat_included_5, t0.annonceur_id AS annonceur_id_6, t0.item_id AS item_id_7 FROM annonceur_item_purchase t0 WHERE t0.annonceur_id = ?
Parameters:
[
  "3fa0ca64-5dea-4d88-941a-1c88d42dfcde"
]

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