1 |
0.63 ms |
SELECT t0.id AS id_1, t0.ipaddress AS ipaddress_2 FROM black_list_ip t0 WHERE t0.ipaddress = ? LIMIT 1
Parameters: [
"172.69.130.114"
]
SELECT t0.id AS id_1, t0.ipaddress AS ipaddress_2 FROM black_list_ip t0 WHERE t0.ipaddress = '172.69.130.114' LIMIT 1;
|
2 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.edited_at AS edited_at_6, t0.title AS title_7, t0.description AS description_8, t0.image AS image_9, t0.is_blog AS is_blog_10, t0.blog_preview AS blog_preview_11, t0.is_visible AS is_visible_12, t0.blog_category_id AS blog_category_id_13 FROM page t0 WHERE t0.url = ? LIMIT 1
Parameters: [
"cenik-pronajem"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.edited_at AS edited_at_6, t0.title AS title_7, t0.description AS description_8, t0.image AS image_9, t0.is_blog AS is_blog_10, t0.blog_preview AS blog_preview_11, t0.is_visible AS is_visible_12, t0.blog_category_id AS blog_category_id_13 FROM page t0 WHERE t0.url = 'cenik-pronajem' LIMIT 1;
|
3 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = 8;
|
4 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = 9;
|
5 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.created_at AS created_at_4, t0.active AS active_5, t0.description AS description_6, t0.original_price AS original_price_7, t0.category_id AS category_id_8 FROM product t0 WHERE t0.id = 10;
|