3.24 ms (26.71%)
|
3 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.is_active AS is_active_3, s0_.start_date AS start_date_4, s0_.end_date AS end_date_5, s0_.color AS color_6, s0_.icon AS icon_7 FROM sale_types s0_ WHERE s0_.start_date <= ? AND s0_.end_date >= ? AND s0_.is_active = 1
Parameters: [
"2025-07-07 12:46:01"
"2025-07-07 12:46:01"
]
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.is_active AS is_active_3, s0_.start_date AS start_date_4, s0_.end_date AS end_date_5, s0_.color AS color_6, s0_.icon AS icon_7 FROM sale_types s0_ WHERE s0_.start_date <= '2025-07-07 12:46:01' AND s0_.end_date >= '2025-07-07 12:46:01' AND s0_.is_active = 1;
|
1.21 ms (10.00%)
|
1 |
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.display AS display_3, t0.search AS search_4, t0.basket AS basket_5, t0.button AS button_6 FROM extracharge t0 WHERE t0.user_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.display AS display_3, t0.search AS search_4, t0.basket AS basket_5, t0.button AS button_6 FROM extracharge t0 WHERE t0.user_id IS NULL LIMIT 1;
|
0.75 ms (6.20%)
|
1 |
INSERT INTO sf_stat_catalog (type, ip, ref, date, fid, uid, found, time_local, time_cross, time_logic, microtime, brand_id, category_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"group"
"216.73.216.246"
"/catalog/chemistry/1447"
"2025-07-07 12:46:01"
8
0
2
0.035
0.0
0
0.057
null
null
]
INSERT INTO sf_stat_catalog (type, ip, ref, date, fid, uid, found, time_local, time_cross, time_logic, microtime, brand_id, category_id) VALUES ('group', '216.73.216.246', '/catalog/chemistry/1447', '2025-07-07 12:46:01', 8, 0, 2, 0.035, 0, 0, 0.057, NULL, NULL);
|