0.48 ms (20.84%)
|
2 |
SELECT c0_.id AS id_0, c0_.holiday_type AS holiday_type_1, DATE(c0_.start_date) AS sclr_2, DATE(c0_.end_date) AS sclr_3 FROM company_calendar c0_ WHERE DATE(c0_.start_date) >= ? AND DATE(c0_.start_date) <= ? AND c0_.start_date IS NOT NULL
Parameters: [
"2026-07-31"
"2026-09-29"
]
SELECT c0_.id AS id_0, c0_.holiday_type AS holiday_type_1, DATE(c0_.start_date) AS sclr_2, DATE(c0_.end_date) AS sclr_3 FROM company_calendar c0_ WHERE DATE(c0_.start_date) >= '2026-07-31' AND DATE(c0_.start_date) <= '2026-09-29' AND c0_.start_date IS NOT NULL;
|
0.46 ms (20.09%)
|
1 |
SELECT t0.id AS id_1, t0.shipping_key AS shipping_key_2, t0.shipping_value AS shipping_value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.shipping_method_id AS shipping_method_id_6 FROM shipping_method_settings t0
SELECT t0.id AS id_1, t0.shipping_key AS shipping_key_2, t0.shipping_value AS shipping_value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.shipping_method_id AS shipping_method_id_6 FROM shipping_method_settings t0;
|
0.41 ms (17.99%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.is_default = ? AND t0.status = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.is_default = 1 AND t0.status = 1 LIMIT 1;
|
0.33 ms (14.50%)
|
3 |
SELECT o0_.time_line AS time_line_0 FROM order_timelines o0_ WHERE o0_.name = ? LIMIT 1
Parameters: [
"customer order submit time"
]
SELECT o0_.time_line AS time_line_0 FROM order_timelines o0_ WHERE o0_.name = 'customer order submit time' LIMIT 1;
|
0.14 ms (6.32%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort AS sort_5, t0.image AS image_6, t0.is_default AS is_default_7, t0.barcode_username AS barcode_username_8, t0.barcode_password AS barcode_password_9, t0.barcode_franking_license AS barcode_franking_license_10, t0.sd_barcode_username AS sd_barcode_username_11, t0.sd_barcode_password AS sd_barcode_password_12, t0.sd_barcode_franking_license AS sd_barcode_franking_license_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM courier t0 WHERE t0.is_default = ? AND t0.status = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort AS sort_5, t0.image AS image_6, t0.is_default AS is_default_7, t0.barcode_username AS barcode_username_8, t0.barcode_password AS barcode_password_9, t0.barcode_franking_license AS barcode_franking_license_10, t0.sd_barcode_username AS sd_barcode_username_11, t0.sd_barcode_password AS sd_barcode_password_12, t0.sd_barcode_franking_license AS sd_barcode_franking_license_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM courier t0 WHERE t0.is_default = 1 AND t0.status = 1 LIMIT 1;
|
0.14 ms (5.97%)
|
1 |
SELECT t0.id AS id_1, t0.ip AS ip_2 FROM customer_ban_ip t0 WHERE t0.ip = ?
Parameters: [
"216.73.217.8"
]
SELECT t0.id AS id_1, t0.ip AS ip_2 FROM customer_ban_ip t0 WHERE t0.ip = '216.73.217.8';
|
0.13 ms (5.70%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.alias = ? AND t0.status = ? AND t0.is_b2c = ? LIMIT 1
Parameters: [
"nt-sd-ev"
"1"
"1"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.alias = 'nt-sd-ev' AND t0.status = '1' AND t0.is_b2c = '1' LIMIT 1;
|
0.11 ms (4.96%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.alias = ? AND t0.status = ? AND t0.is_b2b = ? LIMIT 1
Parameters: [
"nt-sd-ev"
"1"
"1"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3, t0.status AS status_4, t0.sort_order AS sort_order_5, t0.is_default AS is_default_6, t0.is_b2c AS is_b2c_7, t0.is_b2b AS is_b2b_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.courier_id AS courier_id_11 FROM shipping_method t0 WHERE t0.alias = 'nt-sd-ev' AND t0.status = '1' AND t0.is_b2b = '1' LIMIT 1;
|
0.08 ms (3.64%)
|
1 |
SELECT s0_.current_timezone AS current_timezone_0 FROM settings s0_ LIMIT 1
SELECT s0_.current_timezone AS current_timezone_0 FROM settings s0_ LIMIT 1;
|