2.74 ms (24.73%)
|
3 |
SELECT t0.name AS name_1, t0.value AS value_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7 FROM config t0 WHERE t0.value = ? LIMIT 1
Parameters: [
"https://kodano-pl.stage.dionizos.szkkla.com"
]
SELECT t0.name AS name_1, t0.value AS value_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7 FROM config t0 WHERE t0.value = 'https://kodano-pl.stage.dionizos.szkkla.com' LIMIT 1;
|
2.12 ms (19.15%)
|
1 |
"COMMIT"
|
1.14 ms (10.29%)
|
1 |
UPDATE service_package SET expiry_date = ?, status_id = ?, updated_at = ? WHERE id = ?
Parameters: [
"2027-04-30"
2
"2026-04-30 09:40:55"
1
]
UPDATE service_package SET expiry_date = '2027-04-30', status_id = 2, updated_at = '2026-04-30 09:40:55' WHERE id = 1;
|
1.07 ms (9.70%)
|
1 |
SELECT t0.number AS number_1, t0.package_price AS package_price_2, t0.package_value AS package_value_3, t0.expiry_date AS expiry_date_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.source_offer_id AS source_offer_id_8, t0.type_id AS type_id_9, t0.status_id AS status_id_10 FROM service_package t0 WHERE t0.id = ?
SELECT t0.number AS number_1, t0.package_price AS package_price_2, t0.package_value AS package_value_3, t0.expiry_date AS expiry_date_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.source_offer_id AS source_offer_id_8, t0.type_id AS type_id_9, t0.status_id AS status_id_10 FROM service_package t0 WHERE t0.id = '1';
|
1.06 ms (9.53%)
|
2 |
SELECT t0.name AS name_1, t0.value AS value_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7 FROM config t0 WHERE t0.code = ? AND t0.store_id = ? LIMIT 1
Parameters: [
"shop_domain"
3
]
SELECT t0.name AS name_1, t0.value AS value_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.store_id AS store_id_7 FROM config t0 WHERE t0.code = 'shop_domain' AND t0.store_id = 3 LIMIT 1;
|
0.95 ms (8.53%)
|
1 |
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM service_package_status t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM service_package_status t0 WHERE t0.id = 1;
|
0.74 ms (6.72%)
|
1 |
SELECT t0.email AS email_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.roles AS roles_4, t0.password AS password_5, t0.last_activity AS last_activity_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.erp_id AS erp_id_10, t0.is_active AS is_active_11 FROM user t0 WHERE t0.id = ?
SELECT t0.email AS email_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.roles AS roles_4, t0.password AS password_5, t0.last_activity AS last_activity_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.erp_id AS erp_id_10, t0.is_active AS is_active_11 FROM user t0 WHERE t0.id = 530;
|
0.50 ms (4.48%)
|
1 |
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM service_package_status t0 WHERE t0.code = ? LIMIT 1
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM service_package_status t0 WHERE t0.code = 'active' LIMIT 1;
|
0.44 ms (4.00%)
|
1 |
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6 FROM store t0 WHERE t0.id = ?
SELECT t0.name AS name_1, t0.is_active AS is_active_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6 FROM store t0 WHERE t0.id = 3;
|
0.32 ms (2.87%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|