http://admin.parfen.sk/admin/order-pdf/list

Query Metrics

312 Database Queries
12 Different statements
404.45 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.68 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.real_name AS real_name_3, t0.password AS password_4, t0.login_token AS login_token_5, t0.email AS email_6, t0.multidomain_login_token AS multidomain_login_token_7, t0.multidomain_login_token_expiration AS multidomain_login_token_expiration_8, t0.roles_changed_at AS roles_changed_at_9 FROM administrators t0 WHERE t0.id = ?
Parameters:
[
  6
]
2 1.97 ms
SELECT a0_.id AS id_0, a0_.ip_address AS ip_address_1, a0_.login_time AS login_time_2, a0_.last_action_time AS last_action_time_3, a0_.administrator_id AS administrator_id_4 FROM administrator_activities a0_ WHERE a0_.administrator_id = ? ORDER BY a0_.login_time DESC LIMIT 1
Parameters:
[
  6
]
3 0.21 ms
"START TRANSACTION"
Parameters:
[]
4 1.19 ms
UPDATE administrator_activities SET last_action_time = ? WHERE id = ?
Parameters:
[
  "2024-09-29 10:28:37"
  2215
]
5 1.17 ms
"COMMIT"
Parameters:
[]
6 0.75 ms
SELECT t0.role AS role_1, t0.administrator_id AS administrator_id_2 FROM administrator_roles t0 WHERE t0.administrator_id = ?
Parameters:
[
  6
]
7 0.20 ms
"START TRANSACTION"
Parameters:
[]
8 0.83 ms
SELECT t0.grid_id AS grid_id_1, t0."limit" AS limit_2, t0.administrator_id AS administrator_id_3 FROM administrator_grid_limits t0 WHERE t0.administrator_id = ?
Parameters:
[
  6
]
9 13.03 ms
SELECT COUNT(*)::INTEGER AS total_count FROM (SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id) ORIGINAL_QUERY
Parameters:
[]
10 12.26 ms
SELECT COUNT(*)::INTEGER AS total_count FROM (SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id) ORIGINAL_QUERY
Parameters:
[]
11 29.81 ms
SELECT o0_.id AS id_0, o0_.info AS info_1, o0_.status AS status_2, o0_.created_at AS created_at_3 FROM order_pdfs o0_ GROUP BY o0_.id ORDER BY o0_.created_at DESC NULLS LAST LIMIT 100
Parameters:
[]
12 0.67 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31191
]
13 5.54 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31191
]
14 1.89 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31191
  "default"
]
15 0.51 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31189
]
16 2.21 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31189
]
17 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31189
  "default"
]
18 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31188
]
19 2.02 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31188
]
20 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31188
  "default"
]
21 0.25 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31187
]
22 2.34 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31187
]
23 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31187
  "default"
]
24 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31186
]
25 2.23 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31186
]
26 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31186
  "default"
]
27 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31185
]
28 2.66 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31185
]
29 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31185
  "default"
]
30 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31184
]
31 2.14 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31184
]
32 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31184
  "default"
]
33 0.30 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31183
]
34 1.76 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31183
]
35 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31183
  "default"
]
36 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31182
]
37 3.09 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31182
]
38 0.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31182
  "default"
]
39 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31181
]
40 3.16 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31181
]
41 0.75 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31181
  "default"
]
42 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31180
]
43 3.06 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31180
]
44 0.86 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31180
  "default"
]
45 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31179
]
46 3.31 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31179
]
47 0.78 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31179
  "default"
]
48 0.58 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31178
]
49 2.03 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31178
]
50 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31178
  "default"
]
51 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31176
]
52 2.99 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31176
]
53 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31176
  "default"
]
54 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31175
]
55 2.93 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31175
]
56 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31175
  "default"
]
57 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31174
]
58 3.06 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31174
]
59 0.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31174
  "default"
]
60 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31173
]
61 2.67 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31173
]
62 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31173
  "default"
]
63 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31172
]
64 2.70 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31172
]
65 0.75 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31172
  "default"
]
66 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31171
]
67 2.34 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31171
]
68 0.75 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31171
  "default"
]
69 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31170
]
70 2.32 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31170
]
71 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31170
  "default"
]
72 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31169
]
73 3.37 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31169
]
74 0.74 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31169
  "default"
]
75 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31168
]
76 2.30 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31168
]
77 0.59 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31168
  "default"
]
78 0.24 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31167
]
79 2.08 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31167
]
80 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31167
  "default"
]
81 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31166
]
82 3.32 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31166
]
83 0.78 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31166
  "default"
]
84 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31165
]
85 3.14 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31165
]
86 0.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31165
  "default"
]
87 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31164
]
88 1.78 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31164
]
89 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31164
  "default"
]
90 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31163
]
91 1.85 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31163
]
92 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31163
  "default"
]
93 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31162
]
94 1.89 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31162
]
95 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31162
  "default"
]
96 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31161
]
97 1.67 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31161
]
98 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31161
  "default"
]
99 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31160
]
100 1.81 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31160
]
101 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31160
  "default"
]
102 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31159
]
103 1.83 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31159
]
104 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31159
  "default"
]
105 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31158
]
106 2.22 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31158
]
107 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31158
  "default"
]
108 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31157
]
109 1.97 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31157
]
110 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31157
  "default"
]
111 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31156
]
112 2.69 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31156
]
113 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31156
  "default"
]
114 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31155
]
115 1.87 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31155
]
116 0.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31155
  "default"
]
117 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31154
]
118 1.77 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31154
]
119 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31154
  "default"
]
120 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31153
]
121 2.51 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31153
]
122 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31153
  "default"
]
123 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31152
]
124 1.69 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31152
]
125 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31152
  "default"
]
126 0.20 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31151
]
127 1.73 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31151
]
128 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31151
  "default"
]
129 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31150
]
130 2.63 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31150
]
131 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31150
  "default"
]
132 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31149
]
133 2.27 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31149
]
134 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31149
  "default"
]
135 0.47 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31148
]
136 2.40 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31148
]
137 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31148
  "default"
]
138 0.62 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31147
]
139 2.33 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31147
]
140 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31147
  "default"
]
141 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31146
]
142 1.84 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31146
]
143 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31146
  "default"
]
144 0.21 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31145
]
145 1.96 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31145
]
146 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31145
  "default"
]
147 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31144
]
148 1.95 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31144
]
149 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31144
  "default"
]
150 0.25 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31143
]
151 1.69 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31143
]
152 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31143
  "default"
]
153 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31142
]
154 1.83 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31142
]
155 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31142
  "default"
]
156 0.22 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31141
]
157 2.05 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31141
]
158 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31141
  "default"
]
159 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31140
]
160 1.92 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31140
]
161 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31140
  "default"
]
162 0.24 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31139
]
163 1.98 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31139
]
164 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31139
  "default"
]
165 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31138
]
166 1.90 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31138
]
167 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31138
  "default"
]
168 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31137
]
169 2.56 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31137
]
170 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31137
  "default"
]
171 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31136
]
172 2.67 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31136
]
173 0.87 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31136
  "default"
]
174 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31135
]
175 2.32 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31135
]
176 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31135
  "default"
]
177 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31134
]
178 2.41 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31134
]
179 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31134
  "default"
]
180 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31133
]
181 2.72 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31133
]
182 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31133
  "default"
]
183 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31132
]
184 2.59 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31132
]
185 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31132
  "default"
]
186 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31131
]
187 2.82 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31131
]
188 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31131
  "default"
]
189 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31130
]
190 2.12 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31130
]
191 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31130
  "default"
]
192 0.20 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31129
]
193 2.10 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31129
]
194 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31129
  "default"
]
195 0.24 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31128
]
196 2.73 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31128
]
197 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31128
  "default"
]
198 0.62 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31125
]
199 2.23 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31125
]
200 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31125
  "default"
]
201 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31124
]
202 2.01 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31124
]
203 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31124
  "default"
]
204 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31123
]
205 2.45 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31123
]
206 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31123
  "default"
]
207 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31122
]
208 2.01 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31122
]
209 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31122
  "default"
]
210 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31121
]
211 2.05 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31121
]
212 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31121
  "default"
]
213 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31120
]
214 2.19 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31120
]
215 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31120
  "default"
]
216 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31119
]
217 2.15 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31119
]
218 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31119
  "default"
]
219 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31118
]
220 2.25 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31118
]
221 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31118
  "default"
]
222 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31117
]
223 2.30 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31117
]
224 0.83 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31117
  "default"
]
225 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31116
]
226 4.39 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31116
]
227 1.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31116
  "default"
]
228 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31115
]
229 2.54 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31115
]
230 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31115
  "default"
]
231 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31114
]
232 2.52 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31114
]
233 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31114
  "default"
]
234 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31113
]
235 2.43 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31113
]
236 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31113
  "default"
]
237 0.30 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31112
]
238 3.02 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31112
]
239 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31112
  "default"
]
240 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31111
]
241 3.12 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31111
]
242 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31111
  "default"
]
243 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31110
]
244 4.08 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31110
]
245 0.96 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31110
  "default"
]
246 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31109
]
247 2.85 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31109
]
248 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31109
  "default"
]
249 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31108
]
250 1.68 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31108
]
251 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31108
  "default"
]
252 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31107
]
253 1.66 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31107
]
254 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31107
  "default"
]
255 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31106
]
256 2.29 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31106
]
257 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31106
  "default"
]
258 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31105
]
259 2.36 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31105
]
260 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31105
  "default"
]
261 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31104
]
262 2.49 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31104
]
263 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31104
  "default"
]
264 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31103
]
265 2.25 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31103
]
266 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31103
  "default"
]
267 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31102
]
268 2.77 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31102
]
269 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31102
  "default"
]
270 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31101
]
271 3.01 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31101
]
272 0.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31101
  "default"
]
273 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31100
]
274 2.80 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31100
]
275 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31100
  "default"
]
276 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31099
]
277 1.84 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31099
]
278 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31099
  "default"
]
279 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31098
]
280 2.39 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31098
]
281 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31098
  "default"
]
282 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31097
]
283 2.36 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31097
]
284 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31097
  "default"
]
285 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31096
]
286 2.36 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31096
]
287 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31096
  "default"
]
288 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31095
]
289 2.53 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31095
]
290 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31095
  "default"
]
291 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31094
]
292 2.51 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31094
]
293 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31094
  "default"
]
294 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31093
]
295 1.92 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31093
]
296 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31093
  "default"
]
297 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31092
]
298 2.00 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31092
]
299 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31092
  "default"
]
300 0.30 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31091
]
301 1.84 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31091
]
302 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31091
  "default"
]
303 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31090
]
304 1.99 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31090
]
305 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31090
  "default"
]
306 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31089
]
307 1.94 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31089
]
308 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31089
  "default"
]
309 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.info AS info_3, t0.status AS status_4, t0.type AS type_5 FROM order_pdfs t0 WHERE t0.id = ?
Parameters:
[
  31088
]
310 2.12 ms
SELECT t0.id AS id_1, t0.eshop_order_parent_id AS eshop_order_parent_id_2, t0.eshop_order_id AS eshop_order_id_3, t0.number AS number_4, t0.currency_rate AS currency_rate_5, t0.invoice_number AS invoice_number_6, t0.status AS status_7, t0.currency AS currency_8, t0.discount_total AS discount_total_9, t0.discount_tax AS discount_tax_10, t0.total AS total_11, t0.total_tax AS total_tax_12, t0.shipping_total AS shipping_total_13, t0.shipping_tax AS shipping_tax_14, t0.cart_tax AS cart_tax_15, t0.prices_included_tax AS prices_included_tax_16, t0.customer_id AS customer_id_17, t0.customer_note AS customer_note_18, t0.note AS note_19, t0.payment_method AS payment_method_20, t0.payment_method_title AS payment_method_title_21, t0.transaction_id AS transaction_id_22, t0.paid AS paid_23, t0.eshop_id AS eshop_id_24, t0.synced AS synced_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.invoiced_at AS invoiced_at_28, t0.packeta_address_id AS packeta_address_id_29, t0.packeta_address_name AS packeta_address_name_30, t0.packeta_place AS packeta_place_31, t0.packeta_transport_id AS packeta_transport_id_32, t0.packeta_carrier_id AS packeta_carrier_id_33, t0.packeta_carrier_pickup_point_id AS packeta_carrier_pickup_point_id_34, t0.packeta_city AS packeta_city_35, t0.packeta_street AS packeta_street_36, t0.packeta_zip AS packeta_zip_37, t0.packeta_url AS packeta_url_38, t0.packeta_custom_dimension AS packeta_custom_dimension_39, t0.to_sync AS to_sync_40, t0.locked_date_time AS locked_date_time_41, t42.id AS id_43, t42.first_name AS first_name_44, t42.last_name AS last_name_45, t42.company AS company_46, t42.address AS address_47, t42.address2 AS address2_48, t42.city AS city_49, t42.state AS state_50, t42.postcode AS postcode_51, t42.country AS country_52, t42.email AS email_53, t42.phone AS phone_54, t42.order_id AS order_id_55, t56.id AS id_57, t56.first_name AS first_name_58, t56.last_name AS last_name_59, t56.company AS company_60, t56.address AS address_61, t56.address2 AS address2_62, t56.city AS city_63, t56.state AS state_64, t56.postcode AS postcode_65, t56.country AS country_66, t56.order_id AS order_id_67, t68.id AS id_69, t68.sent AS sent_70, t68.sent_status AS sent_status_71, t68.shipment_id AS shipment_id_72, t68.barcode AS barcode_73, t68.barcode_text AS barcode_text_74, t68.courier_number AS courier_number_75, t68.fail_text AS fail_text_76, t68.created_at AS created_at_77, t68.updated_at AS updated_at_78, t68.order_id AS order_id_79 FROM orders t0 LEFT JOIN order_billing_address t42 ON t42.order_id = t0.id LEFT JOIN order_shipping_address t56 ON t56.order_id = t0.id LEFT JOIN order_packeta t68 ON t68.order_id = t0.id INNER JOIN order_order_pdf ON t0.id = order_order_pdf.order_id WHERE order_order_pdf.order_pdf_id = ?
Parameters:
[
  31088
]
311 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.entity_name AS entity_name_4, t0.entity_id AS entity_id_5, t0.extension AS extension_6, t0.modified_at AS modified_at_7, t0.type AS type_8, t0.position AS position_9 FROM uploaded_files t0 WHERE t0.entity_name = ? AND t0.entity_id = ? AND t0.type = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  "orderPdf"
  31088
  "default"
]
312 0.60 ms
"COMMIT"
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
App\CoreBundle\Model\Administrator\Administrator No errors.
App\CoreBundle\Model\Administrator\AdministratorGridLimit No errors.
App\CoreBundle\Model\Administrator\Role\AdministratorRole No errors.
App\CoreBundle\Model\Administrator\Activity\AdministratorActivity No errors.
App\CoreBundle\Model\OrderPdf\OrderPdf No errors.
App\CoreBundle\Model\Order\Order No errors.
App\CoreBundle\Model\Order\BillingAddress\OrderBillingAddress No errors.
App\CoreBundle\Model\Order\ShippingAddress\OrderShippingAddress No errors.
App\CoreBundle\Model\Order\Packeta\OrderPacketa No errors.
App\CoreBundle\Model\Order\Note\OrderNote No errors.
App\CoreBundle\Model\Order\Item\OrderItem No errors.
App\CoreBundle\Model\Order\Tax\OrderTax No errors.
App\CoreBundle\Model\Order\Shipping\OrderShipping No errors.
App\CoreBundle\Model\Order\Fee\OrderFee No errors.
App\CoreBundle\Model\Order\Coupon\OrderCoupon No errors.
App\CoreBundle\Model\Order\Refund\OrderRefund No errors.
App\CoreBundle\Model\UploadedFile\UploadedFile No errors.