3.50 ms (32.32%)
|
4 |
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.45 ms (22.61%)
|
1 |
"COMMIT"
|
1.01 ms (9.33%)
|
1 |
UPDATE user SET last_activity = ?, updated_at = ? WHERE id = ?
Parameters: [
"2026-04-30 12:47:42"
"2026-04-30 12:47:42"
533
]
UPDATE user SET last_activity = '2026-04-30 12:47:42', updated_at = '2026-04-30 12:47:42' WHERE id = 533;
|
0.97 ms (8.93%)
|
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, t0.lw_customer_id AS lw_customer_id_7, t0.lw_password AS lw_password_8, t0.is_lw_send AS is_lw_send_9, t0.is_remote_edging AS is_remote_edging_10, t0.erp_id AS erp_id_11, t0.sale_place_kind_id AS sale_place_kind_id_12, t0.store_id AS store_id_13 FROM sale_place t0 INNER JOIN users_sale_places ON t0.id = users_sale_places.sale_place_id WHERE users_sale_places.user_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, t0.lw_customer_id AS lw_customer_id_7, t0.lw_password AS lw_password_8, t0.is_lw_send AS is_lw_send_9, t0.is_remote_edging AS is_remote_edging_10, t0.erp_id AS erp_id_11, t0.sale_place_kind_id AS sale_place_kind_id_12, t0.store_id AS store_id_13 FROM sale_place t0 INNER JOIN users_sale_places ON t0.id = users_sale_places.sale_place_id WHERE users_sale_places.user_id = 533;
|
0.74 ms (6.85%)
|
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.email = ? LIMIT 1
Parameters: [
"developer@kodano.pl"
]
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.email = 'developer@kodano.pl' LIMIT 1;
|
0.72 ms (6.69%)
|
1 |
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.71 ms (6.60%)
|
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 sale_place_kind 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 sale_place_kind t0 WHERE t0.id = 4;
|
0.40 ms (3.70%)
|
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.98%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|