GET http://pawelvivobook.tail089c3d.ts.net/laundry/batch-jobs/178872/show

Query Metrics

74 Database Queries
11 Different statements
47.76 ms Query time
0 Invalid entities
538 Managed entities

Queries

Group similar statements

# Time Info
1 0.95 ms
SELECT t0.id AS id_1, t0.login AS login_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.lastname AS lastname_6, t0.email AS email_7, t0.active AS active_8, t0.locale AS locale_9, t0.newsletter AS newsletter_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deactivate_date AS deactivate_date_13, t0.group_id AS group_id_14, t0.company_id AS company_id_15, t0.client_id AS client_id_16, t0.division_id AS division_id_17, t0.client_localization_id AS client_localization_id_18, t19.id AS id_20, t19.notifications AS notifications_21, t19.user_id AS user_id_22, t23.id AS id_24, t23.after_login_route AS after_login_route_25, t23.user_id AS user_id_26, t23.printer_id AS printer_id_27, t23.mqtt_broker_id AS mqtt_broker_id_28, t0.worker_id AS worker_id_29, t0.created_by AS created_by_30, t0.updated_by AS updated_by_31 FROM user t0 LEFT JOIN user_notification t19 ON t19.user_id = t0.id LEFT JOIN user_setting t23 ON t23.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  184
]
2 0.96 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t6.id AS id_7, t6.permissions AS permissions_8, t6.role_id AS role_id_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11 FROM user_role t0 LEFT JOIN role_permission t6 ON t6.role_id = t0.id INNER JOIN user_role_user ON t0.id = user_role_user.user_role_id WHERE user_role_user.user_id = ?
Parameters:
[
  184
]
3 1.47 ms
SELECT t0.id AS id_1, t0.codes AS codes_2, t0.equipments AS equipments_3, t0.state AS state_4, t0.weight AS weight_5, t0.comment AS comment_6, t0.warnings AS warnings_7, t0.errors AS errors_8, t0.created_at AS created_at_9, t0.completed_at AS completed_at_10, t0.wrong_divisions AS wrong_divisions_11, t0.state_status_id AS state_status_id_12, t0.company_id AS company_id_13, t0.created_by AS created_by_14, t0.owner_id AS owner_id_15 FROM batch_job t0 WHERE t0.id = ?
Parameters:
[
  "178872"
]
4 7.81 ms
SELECT p.name
    FROM permissions  p
        inner join permission_user_role pur ON p.id = pur.permission_id
        inner join user_role r on pur.user_role_id = r.id
        inner join  user_role_user uru on r.id = uru.user_role_id
    WHERE uru.user_id = ?
    group by p.name
Parameters:
[
  184
]
5 1.15 ms
SELECT t0.id AS id_1, t0.company AS company_2, t0.nip AS nip_3, t0.regon AS regon_4, t0.post_code AS post_code_5, t0.city AS city_6, t0.address AS address_7, t0.image_name AS image_name_8, t0.permissions AS permissions_9, t0.footer_www AS footer_www_10, t0.footer_phone AS footer_phone_11, t0.footer_email AS footer_email_12, t0.report_settings AS report_settings_13, t0.active AS active_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.deactivate_date AS deactivate_date_17, t18.id AS id_19, t18.locker_settings AS locker_settings_20, t18.alert_settings AS alert_settings_21, t18.base_settings AS base_settings_22, t18.report_columns AS report_columns_23, t18.client_reports AS client_reports_24, t18.worker_name_format AS worker_name_format_25, t18.product_amortization_activation AS product_amortization_activation_26, t18.product_batch_creation_mode AS product_batch_creation_mode_27, t18.alert_product_batch_creation AS alert_product_batch_creation_28, t18.fakturownia_host AS fakturownia_host_29, t18.fakturownia_api_token AS fakturownia_api_token_30, t18.fakturownia_department_id AS fakturownia_department_id_31, t18.company_id AS company_id_32, t18.printer_default_id AS printer_default_id_33, t0.created_by AS created_by_34, t0.updated_by AS updated_by_35 FROM company t0 LEFT JOIN company_setting t18 ON t18.company_id = t0.id WHERE t0.id = ?
Parameters:
[
  6
]
6 0.89 ms
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_type AS setting_type_3, t0.string_value AS string_value_4, t0.bool_value AS bool_value_5, t0.float_value AS float_value_6, t0.company_id AS company_id_7 FROM settings t0 WHERE (t0.setting_key = ? AND t0.company_id = ?)
Parameters:
[
  "amortization"
  6
]
7 0.48 ms
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_type AS setting_type_3, t0.string_value AS string_value_4, t0.bool_value AS bool_value_5, t0.float_value AS float_value_6, t0.company_id AS company_id_7 FROM settings t0 WHERE (t0.setting_key = ? AND t0.company_id = ?)
Parameters:
[
  "amortization"
  6
]
8 0.88 ms
SELECT t0.id AS id_1, t0.division AS division_2, t0.active AS active_3, t0.nip AS nip_4, t0.post_code AS post_code_5, t0.city AS city_6, t0.address AS address_7, t0.type_object AS type_object_8, t0.symbol AS symbol_9, t0.deleted_at AS deleted_at_10, t0.color AS color_11, t0.email AS email_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.deactivate_date AS deactivate_date_15, t0.id_client_localization AS id_client_localization_16 FROM divisions t0 INNER JOIN user_division ON t0.id = user_division.division_id WHERE user_division.user_id = ?
Parameters:
[
  184
]
9 0.78 ms
SELECT count(c0_.id) AS sclr_0 FROM clothes_service c0_ LEFT JOIN divisions d1_ ON c0_.division_id = d1_.id WHERE c0_.company_id = ? AND c0_.status = ? AND c0_.created_at >= ? AND c0_.active = 1
Parameters:
[
  6
  "new"
  "2026-08-21 00:00:00"
]
10 0.67 ms
SELECT t0.id AS id_1, t0.login AS login_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.lastname AS lastname_6, t0.email AS email_7, t0.active AS active_8, t0.locale AS locale_9, t0.newsletter AS newsletter_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deactivate_date AS deactivate_date_13, t0.group_id AS group_id_14, t0.company_id AS company_id_15, t0.client_id AS client_id_16, t0.division_id AS division_id_17, t0.client_localization_id AS client_localization_id_18, t19.id AS id_20, t19.notifications AS notifications_21, t19.user_id AS user_id_22, t23.id AS id_24, t23.after_login_route AS after_login_route_25, t23.user_id AS user_id_26, t23.printer_id AS printer_id_27, t23.mqtt_broker_id AS mqtt_broker_id_28, t0.worker_id AS worker_id_29, t0.created_by AS created_by_30, t0.updated_by AS updated_by_31 FROM user t0 LEFT JOIN user_notification t19 ON t19.user_id = t0.id LEFT JOIN user_setting t23 ON t23.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  254
]
11 0.41 ms
SELECT t0.id AS id_1, t0.status AS status_2, t0.color AS color_3, t0.active AS active_4, t0.is_first AS is_first_5, t0.is_last AS is_last_6, t0.role AS role_7, t0.priority AS priority_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deactivate_date AS deactivate_date_11, t0.company_id AS company_id_12, t0.client_id AS client_id_13, t0.division_id AS division_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_statuses t0 WHERE t0.id = ?
Parameters:
[
  2
]
12 0.79 ms
SELECT t0.id AS id_1, t0.batch AS batch_2, t0.active AS active_3, t0.status AS status_4, t0.input_product_count AS input_product_count_5, t0.output_product_count AS output_product_count_6, t0.closed_at AS closed_at_7, t0.weight AS weight_8, t0.comment AS comment_9, t0.document_type AS document_type_10, t0.complete_at AS complete_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.deactivate_date AS deactivate_date_14, t0.division_id AS division_id_15, t0.company_id AS company_id_16, t0.state_first_id AS state_first_id_17, t0.state_last_id AS state_last_id_18, t0.client_id AS client_id_19, t0.client_localization_id AS client_localization_id_20, t0.owner_id AS owner_id_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23 FROM products_batch t0 INNER JOIN batch_job_product_batch ON t0.id = batch_job_product_batch.product_batch_id WHERE batch_job_product_batch.batch_job_id = ?
Parameters:
[
  178872
]
13 0.99 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  331154
]
14 0.63 ms
SELECT t0.id AS id_1, t0.status AS status_2, t0.color AS color_3, t0.active AS active_4, t0.is_first AS is_first_5, t0.is_last AS is_last_6, t0.role AS role_7, t0.priority AS priority_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deactivate_date AS deactivate_date_11, t0.company_id AS company_id_12, t0.client_id AS client_id_13, t0.division_id AS division_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_statuses t0 WHERE t0.id = ?
Parameters:
[
  1
]
15 0.75 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  334781
]
16 0.51 ms
SELECT t0.id AS id_1, t0.status AS status_2, t0.color AS color_3, t0.active AS active_4, t0.is_first AS is_first_5, t0.is_last AS is_last_6, t0.role AS role_7, t0.priority AS priority_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deactivate_date AS deactivate_date_11, t0.company_id AS company_id_12, t0.client_id AS client_id_13, t0.division_id AS division_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_statuses t0 WHERE t0.id = ?
Parameters:
[
  7
]
17 0.50 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335325
]
18 0.45 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335393
]
19 0.47 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335394
]
20 0.42 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335395
]
21 0.34 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335396
]
22 0.39 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335397
]
23 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335398
]
24 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335399
]
25 0.39 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335400
]
26 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335401
]
27 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335402
]
28 0.37 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335403
]
29 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335404
]
30 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335405
]
31 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335406
]
32 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335407
]
33 0.36 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335408
]
34 0.35 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335409
]
35 0.35 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335410
]
36 0.35 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335411
]
37 0.37 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335412
]
38 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335413
]
39 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335414
]
40 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335415
]
41 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335416
]
42 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335417
]
43 0.53 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335418
]
44 0.49 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335419
]
45 0.61 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335420
]
46 0.73 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335421
]
47 0.62 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335422
]
48 0.50 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335423
]
49 0.46 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335424
]
50 0.91 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335425
]
51 0.69 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335426
]
52 0.46 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335427
]
53 0.37 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335428
]
54 0.44 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335429
]
55 0.38 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335430
]
56 0.44 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335431
]
57 0.56 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335432
]
58 0.61 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335433
]
59 1.11 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335434
]
60 0.72 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335435
]
61 0.62 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335436
]
62 0.45 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335437
]
63 0.49 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335438
]
64 0.41 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335439
]
65 0.48 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335440
]
66 0.67 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335442
]
67 0.62 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335443
]
68 0.57 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335444
]
69 0.55 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335445
]
70 0.43 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335447
]
71 0.50 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335448
]
72 0.41 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335449
]
73 0.39 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335450
]
74 0.47 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.quantity_price AS quantity_price_3, t0.weight_price AS weight_price_4, t0.m2_price AS m2_price_5, t0.state_status_id AS state_status_id_6, t0.product_id AS product_id_7, t0.client_id AS client_id_8, t0.client_localization_id AS client_localization_id_9, t0.division_id AS division_id_10, t0.product_batch_id AS product_batch_id_11, t0.owner_id AS owner_id_12, t0.lump_sum_agreement_id AS lump_sum_agreement_id_13, t0.worker_id AS worker_id_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16 FROM state_machines_histories t0 WHERE t0.product_batch_id = ?
Parameters:
[
  335507
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\StateHistory 218
App\Entity\Product 116
App\Entity\ProductBatch 60
App\Entity\Worker 58
App\Entity\Division 44
App\Entity\Client 11
App\Entity\ClientLocalization 11
App\Entity\User 6
App\Entity\UserRole 3
App\Entity\StateStatus 3
App\Entity\UserSetting 2
App\Entity\RolePermission 2
App\Entity\Company 1
App\Entity\BatchJob 1
App\Entity\CompanySetting 1
App\Entity\Settings 1

Entities Mapping

Class Mapping errors
App\Entity\Faq No errors.
App\Entity\ProductOrder No errors.
App\Entity\Numeration No errors.
App\Entity\ClothesServiceEvent No errors.
App\Entity\QrCode No errors.
App\Entity\Company No errors.
App\Entity\ProductAttributeGroupRelationCompany No errors.
App\Entity\Newsletter No errors.
App\Entity\AmortizationCirculationItem No errors.
App\Entity\ProductAttributeGroup No errors.
App\Entity\TextileTemplate No errors.
App\Entity\PriceBatch No errors.
App\Entity\ProductBatchHistory No errors.
App\Entity\User No errors.
App\Entity\StickyNote No errors.
App\Entity\Alert No errors.
App\Entity\AmortizationCirculation No errors.
App\Entity\ReportSettings No errors.
App\Entity\ProductKit No errors.
App\Entity\EquipmentRental No errors.
App\Entity\ProductBatch No errors.
App\Entity\Settings No errors.
App\Entity\Product No errors.
App\Entity\Worker No errors.
App\Entity\ClientPermission No errors.
App\Entity\AmortizationPriceItem No errors.
App\Entity\StateStatus No errors.
App\Entity\Task No errors.
App\Entity\CassationObjects No errors.
App\Entity\ClientLocalization No errors.
App\Entity\Printer No errors.
App\Entity\ClothesServiceReason No errors.
App\Entity\Module No errors.
App\Entity\StorageHistory No errors.
App\Entity\Attribute No errors.
App\Entity\ClothesGroup No errors.
App\Entity\PhysicalInventory No errors.
App\Entity\CassationType No errors.
App\Entity\UserSetting No errors.
App\Entity\Clothe No errors.
App\Entity\AmortizationSuspension No errors.
App\Entity\AmortizationContract No errors.
App\Entity\StateHistoryArchive No errors.
App\Entity\PermissionGroup No errors.
App\Entity\Notification No errors.
App\Entity\Inventory No errors.
App\Entity\UserNotification No errors.
App\Entity\RolePermission No errors.
App\Entity\BatchJob No errors.
App\Entity\Storage No errors.
App\Entity\ClotheSetting No errors.
App\Entity\ProductOrderItem No errors.
App\Entity\Equipment No errors.
App\Entity\CirculationItem No errors.
App\Entity\ClothesService No errors.
App\Entity\StorageDocument No errors.
App\Entity\Group No errors.
App\Entity\PriceMaintenance No errors.
App\Entity\CompanySetting No errors.
App\Entity\StateRoadMap No errors.
App\Entity\FaqTag No errors.
App\Entity\Log No errors.
App\Entity\EquipmentType No errors.
App\Entity\Document No errors.
App\Entity\Circulation No errors.
App\Entity\MqttBroker No errors.
App\Entity\Settlement No errors.
App\Entity\Box No errors.
App\Entity\Tag No errors.
App\Entity\Client No errors.
App\Entity\ProductReturned No errors.
App\Entity\LumpSumAgreement No errors.
App\Entity\PriceItem No errors.
App\Entity\ProductBatchArchive No errors.
App\Entity\ProductAttribute No errors.
App\Entity\ClientGroup No errors.
App\Entity\AmortizationPrice No errors.
App\Entity\Division No errors.
App\Entity\ClientLaundry No errors.
App\Entity\InvoiceItem No errors.
App\Entity\ProductWithdrawal No errors.
App\Entity\EquipmentClient No errors.
App\Entity\Size No errors.
App\Entity\Invoice No errors.
App\Entity\Cassation No errors.
App\Entity\Amortization No errors.
App\Entity\ProductAttributeGroupRelationClient No errors.
App\Entity\Locker No errors.
App\Entity\AlertGroup No errors.
App\Entity\Device No errors.
App\Entity\Price No errors.
App\Entity\PrintTemplate No errors.
App\Entity\DeviceError No errors.
App\Entity\FaqFile No errors.
App\Entity\PriceStorage No errors.
App\Entity\SettlementAdditionalReturnItem No errors.
App\Entity\ProductState No errors.
App\Entity\DeviceRead No errors.
App\Entity\ProductLock No errors.
App\Entity\ProductLog No errors.
App\Entity\Permission No errors.
App\Entity\ProductReturnedItem No errors.
App\Entity\InventoryGroup No errors.
App\Entity\UserRole No errors.
App\Entity\ProductWithdrawalItem No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\SettlementItem No errors.
App\Entity\StateHistory No errors.
Vich\UploaderBundle\Entity\File No errors.