Welcome to Martfury Online Shopping Store!
1 x Application (95.76%) | 4.25s |
1 x Booting (4.2%) | 186.29ms |
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
select * from `ec_currencies` order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `ec_products` inner join
(
SELECT DISTINCT
`ec_products`.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-05-04 08:45:20' OR
ec_products.end_date < '2025-05-04 08:45:20'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-04 08:45:20' AND
ec_products.end_date >= '2025-05-04 08:45:20'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-05-04 08:45:20'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-04 08:45:20' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM `ec_products`
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `ec_products`.*, `products_with_final_price`.`final_price`, (select count(*) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_count`, (select avg(star) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_avg` from `ec_products` inner join
(
SELECT DISTINCT
`ec_products`.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-05-04 08:45:20' OR
ec_products.end_date < '2025-05-04 08:45:20'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-04 08:45:20' AND
ec_products.end_date >= '2025-05-04 08:45:20'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-05-04 08:45:20'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-04 08:45:20' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM `ec_products`
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 40 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_labels`.*, `ec_product_label_products`.`product_id` as `pivot_product_id`, `ec_product_label_products`.`product_label_id` as `pivot_product_label_id` from `ec_product_labels` inner join `ec_product_label_products` on `ec_product_labels`.`id` = `ec_product_label_products`.`product_label_id` where `ec_product_label_products`.`product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_attributes`.*, `ec_product_variations`.*, `ec_product_variation_items`.*, `ec_product_attribute_sets`.*, `ec_product_attributes`.`title` as `attribute_title` from `ec_product_variations` inner join `ec_product_variation_items` on `ec_product_variation_items`.`variation_id` = `ec_product_variations`.`id` inner join `ec_product_attributes` on `ec_product_attributes`.`id` = `ec_product_variation_items`.`attribute_id` inner join `ec_product_attribute_sets` on `ec_product_attribute_sets`.`id` = `ec_product_attributes`.`attribute_set_id` where `ec_product_attribute_sets`.`status` = 'published' and `ec_product_attribute_sets`.`is_use_in_product_listing` = 1 and `ec_product_variations`.`configurable_product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_collections`.*, `ec_product_collection_products`.`product_id` as `pivot_product_id`, `ec_product_collection_products`.`product_collection_id` as `pivot_product_collection_id` from `ec_product_collections` inner join `ec_product_collection_products` on `ec_product_collections`.`id` = `ec_product_collection_products`.`product_collection_id` where `ec_product_collection_products`.`product_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22)
Metadata | |
---|---|
Backtrace |
|
select * from `mp_stores` where `mp_stores`.`id` in (13)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (13) and `slugs`.`reference_type` = 'Botble\Marketplace\Models\Store'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` order by `order` asc, `created_at` desc
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (1, 2, 16, 17, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (1, 2, 16, 17, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (3, 12, 18, 23) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc limit 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductTag'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (3, 12)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (4, 5, 6, 7, 8, 9, 10, 11)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (13, 14, 15)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (18, 23)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (19, 20, 21, 22, 24, 25, 26, 27) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (19, 20, 21, 22)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (24, 25, 26, 27)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_attribute_sets` where `status` = 'published' and `is_searchable` = 1 order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_attributes` where `ec_product_attributes`.`attribute_set_id` in (1, 2) order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_attributes_translations` where `ec_product_attributes_translations`.`ec_product_attributes_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-05-04 08:45:24' and (`end_date` is null or `end_date` >= '2025-05-04 08:45:24') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'specific-product', 'product-variant') and `product_quantity` = 1))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where `status` = 'published' and date(`end_date`) > '2025-05-04' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1, 2, 16, 17, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` inner join `language_meta` on `language_meta`.`reference_id` = `menus`.`id` where `status` = 'published' and `language_meta`.`reference_type` = 'Botble\Menu\Models\Menu' and `language_meta`.`lang_meta_code` = 'en_US'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 4)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3, 4)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 8 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 57 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 61 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `widgets` where `theme` = 'martfury'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:19 [▼ "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [▶ 0 => "gzip" ] "content-length" => array:1 [▶ 0 => "0" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImkwbTFvbWREYVVGZFIwcFplYWMxWWc9PSIsInZhbHVlIjoibDRKZW5OV3A0NTJROFVVYm5MdGwxa0o0U3lFTHJjUGRXRmpVb2tsenBxbTJ1SXA4TURNTENrbFo2Tzd5YksrS213bzA5SCtLMFhZTStJTXlEOFY5dmxCYnB1L25QOFFZQ3hIZ2doSTI1djc0OFZ2UFMvbFUrellvMlVDSTBZZ08iLCJtYWMiOiIyNjEzYmI0MmEyMDlhZDE4ZmIwMjZmZTkxMDQ2ZTlmODMwYzUzZjhiMGE5ZWZmYjdhMWNmNjNhMjg2ZjAxMjVlIiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6Ik1uWE82UzFQR0U5T3NRVVB1a1VjclE9PSIsInZhbHVlIjoiNWREWDVzb3lpVnozekFObGF3TithbHcxNGh2ZUJ5dnBOd0V3d2dOYzdWUFRnRXNhaERiUWQzbm11YXJzdVJUUUdhUDY2MkNjY1Ezd1o1WEVraXdWbXJHakZVN0tjQmVVUit6cTRtNkM5aSsxYzZVNS9aaHM2ZDJCQXMyZmEvdjciLCJtYWMiOiIxMTg2ZGYwYThmYmUwOGEwNDUxOTI1YTM0N2YxNTFmYTg3MTU2MTNmYTQ2OTBiNDJmZGM0NWNmYzI0N2U4MGIyIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6ImkwbTFvbWREYVVGZFIwcFplYWMxWWc9PSIsInZhbHVlIjoibDRKZW5OV3A0NTJROFVVYm5MdGwxa0o0U3lFTHJjUGRXRmpVb2tsenBxbTJ1SXA4TURNTENrbFo2Tzd5YksrS213bzA5S ▶" ] "host" => array:1 [▶ 0 => "dev.viaproxy.eu" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "x-forwarded-host" => array:1 [▶ 0 => "dev.viaproxy.eu" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] ]
0 of 0array:80 [▼ "PATH" => "/usr/local/bin:/usr/bin:/bin" "TEMP" => "/tmp" "TMP" => "/tmp" "TMPDIR" => "/tmp" "PWD" => "/" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_ACCEPT_ENCODING" => "gzip" "CONTENT_LENGTH" => "0" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6ImkwbTFvbWREYVVGZFIwcFplYWMxWWc9PSIsInZhbHVlIjoibDRKZW5OV3A0NTJROFVVYm5MdGwxa0o0U3lFTHJjUGRXRmpVb2tsenBxbTJ1SXA4TURNTENrbFo2Tzd5YksrS213bzA5SCtLMFhZTStJTXlEOFY5dmxCYnB1L25QOFFZQ3hIZ2doSTI1djc0OFZ2UFMvbFUrellvMlVDSTBZZ08iLCJtYWMiOiIyNjEzYmI0MmEyMDlhZDE4ZmIwMjZmZTkxMDQ2ZTlmODMwYzUzZjhiMGE5ZWZmYjdhMWNmNjNhMjg2ZjAxMjVlIiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6Ik1uWE82UzFQR0U5T3NRVVB1a1VjclE9PSIsInZhbHVlIjoiNWREWDVzb3lpVnozekFObGF3TithbHcxNGh2ZUJ5dnBOd0V3d2dOYzdWUFRnRXNhaERiUWQzbm11YXJzdVJUUUdhUDY2MkNjY1Ezd1o1WEVraXdWbXJHakZVN0tjQmVVUit6cTRtNkM5aSsxYzZVNS9aaHM2ZDJCQXMyZmEvdjciLCJtYWMiOiIxMTg2ZGYwYThmYmUwOGEwNDUxOTI1YTM0N2YxNTFmYTg3MTU2MTNmYTQ2OTBiNDJmZGM0NWNmYzI0N2U4MGIyIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6ImkwbTFvbWREYVVGZFIwcFplYWMxWWc9PSIsInZhbHVlIjoibDRKZW5OV3A0NTJROFVVYm5MdGwxa0o0U3lFTHJjUGRXRmpVb2tsenBxbTJ1SXA4TURNTENrbFo2Tzd5YksrS213bzA5S ▶" "HTTP_HOST" => "dev.viaproxy.eu" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "HTTP_X_FORWARDED_HOST" => "dev.viaproxy.eu" "HTTP_X_FORWARDED_PROTO" => "https" "REDIRECT_REDIRECT_UNIQUE_ID" => "aBcpILB34f6zxDirZMn3xwAAAFc" "REDIRECT_REDIRECT_QS_SrvConn" => "13" "REDIRECT_REDIRECT_QS_AllConn" => "13" "REDIRECT_REDIRECT_QS_ConnectionId" => "1746348300114770762749009" "REDIRECT_REDIRECT_SCRIPT_URL" => "/products" "REDIRECT_REDIRECT_SCRIPT_URI" => "https://dev.viaproxy.eu/products" "REDIRECT_REDIRECT_LimitWPLogin_Counter" => "0" "REDIRECT_REDIRECT_LimitXMLRPC_Counter" => "0" "REDIRECT_REDIRECT_LSWS_EDITION" => "Openlitespeed" "REDIRECT_REDIRECT_X-LSCACHE" => "on" "REDIRECT_REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_SSL_TLS_SNI" => "dev.viaproxy.eu" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_UNIQUE_ID" => "aBcpILB34f6zxDirZMn3xwAAAFc" "REDIRECT_QS_SrvConn" => "13" "REDIRECT_QS_AllConn" => "13" "REDIRECT_QS_ConnectionId" => "1746348300114770762749009" "REDIRECT_SCRIPT_URL" => "/products" "REDIRECT_SCRIPT_URI" => "https://dev.viaproxy.eu/products" "REDIRECT_LSWS_EDITION" => "Openlitespeed" "REDIRECT_X-LSCACHE" => "on" "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "dev.viaproxy.eu" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "aBcpILB34f6zxDirZMn3xwAAAFc" "QS_SrvConn" => "13" "QS_AllConn" => "13" "QS_ConnectionId" => "1746348300114770762749009" "SCRIPT_URL" => "/products" "SCRIPT_URI" => "https://dev.viaproxy.eu/products" "LSWS_EDITION" => "Openlitespeed" "X-LSCACHE" => "on" "HTTPS" => "on" "SSL_TLS_SNI" => "dev.viaproxy.eu" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "dev.viaproxy.eu" "SERVER_ADDR" => "127.0.0.1" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.222.71.250" "DOCUMENT_ROOT" => "/home/servbkqw/dev.viaproxy.eu" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home/servbkqw/dev.viaproxy.eu" "SERVER_ADMIN" => "servbkqw@dev.viaproxy.eu" "SCRIPT_FILENAME" => "/home/servbkqw/dev.viaproxy.eu/public/index.php" "REMOTE_PORT" => "56940" "REDIRECT_URL" => "/public/products" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/products" "SCRIPT_NAME" => "/public/index.php" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1746348320.1809 "REQUEST_TIME" => 1746348320 ]
0 of 0array:2 [▼ "XSRF-TOKEN" => "v19M7HZ8pSW184ubCMcv2F9IxbtdrUlakQ6fctJw" "botble_session" => "SdW87Jjhiag4D71gdzoLZkKrwHEtoY7nwX4xaVyW" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sun, 04 May 2025 08:45:24 GMT" ] "cms-version" => array:1 [▶ 0 => "5.25.2" ] "authorization-at" => array:1 [▶ 0 => "2023-06-21 17:35:38" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImJqbURvV1Y1MzJsOUNNU0lSNC8vbmc9PSIsInZhbHVlIjoiamZ2c2lNME9SeHJiL3R4OXVEQSt2Qk9QcFBnakwwaVZRQWhkTzEvdzcwc1ppRG1aKzFLVUhFdVpNOGdNN1g0QkZQZkpNc2ExeWF4MkdDd01Rd3NjS0pqRXMyVVRmdTZlUW9DcmJIYUdQMVdyWUo5bzgzaTYzMFZacmJTMjlwaGoiLCJtYWMiOiJjNDAyZWVjNDU3NzMyZmFmYmI1YzQ5ZDJhYzYzMGM1OWUxODlhNTY0MGU3ZWE2MGU3NjkxYWMzZGFiNGU4OWIwIiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 10:45:24 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6ImJqbURvV1Y1MzJsOUNNU0lSNC8vbmc9PSIsInZhbHVlIjoiamZ2c2lNME9SeHJiL3R4OXVEQSt2Qk9QcFBnakwwaVZRQWhkTzEvdzcwc1ppRG1aKzFLVUhFdVpNOGdNN1g0QkZQZkpNc ▶" 1 => "botble_session=eyJpdiI6IjRqeVROVzdZRzhYc2VtQnJkRCtKZ3c9PSIsInZhbHVlIjoiOE1vUm9uMWJrWWlNOWVsNnI3dWY1MFlwcU4yc200b3Z0Q0xiK1RsWW4wU2lGWjkrZk8xdDdXSjhhUnYvcmx5RmlTLzVnRUNhUzVGNHI5UlhkTitDc1VmRTRreHZ0ZXNHeHBPKzBSOFQ4aFY2VW5mUmhzaVNvdS9ERURLL0dCTjAiLCJtYWMiOiIwOWUzMmYxZGQ4ZTdiMDgzNTk0MTdkNDA2NzkyYWVkMzY5MGNlZTAxZGIzYTcxYjQwYjI5YTVjNTIxY2YwZDE4IiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 10:45:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IjRqeVROVzdZRzhYc2VtQnJkRCtKZ3c9PSIsInZhbHVlIjoiOE1vUm9uMWJrWWlNOWVsNnI3dWY1MFlwcU4yc200b3Z0Q0xiK1RsWW4wU2lGWjkrZk8xdDdXSjhhUnYvcmx5RmlTL ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImJqbURvV1Y1MzJsOUNNU0lSNC8vbmc9PSIsInZhbHVlIjoiamZ2c2lNME9SeHJiL3R4OXVEQSt2Qk9QcFBnakwwaVZRQWhkTzEvdzcwc1ppRG1aKzFLVUhFdVpNOGdNN1g0QkZQZkpNc2ExeWF4MkdDd01Rd3NjS0pqRXMyVVRmdTZlUW9DcmJIYUdQMVdyWUo5bzgzaTYzMFZacmJTMjlwaGoiLCJtYWMiOiJjNDAyZWVjNDU3NzMyZmFmYmI1YzQ5ZDJhYzYzMGM1OWUxODlhNTY0MGU3ZWE2MGU3NjkxYWMzZGFiNGU4OWIwIiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 10:45:24 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6ImJqbURvV1Y1MzJsOUNNU0lSNC8vbmc9PSIsInZhbHVlIjoiamZ2c2lNME9SeHJiL3R4OXVEQSt2Qk9QcFBnakwwaVZRQWhkTzEvdzcwc1ppRG1aKzFLVUhFdVpNOGdNN1g0QkZQZkpNc ▶" 1 => "botble_session=eyJpdiI6IjRqeVROVzdZRzhYc2VtQnJkRCtKZ3c9PSIsInZhbHVlIjoiOE1vUm9uMWJrWWlNOWVsNnI3dWY1MFlwcU4yc200b3Z0Q0xiK1RsWW4wU2lGWjkrZk8xdDdXSjhhUnYvcmx5RmlTLzVnRUNhUzVGNHI5UlhkTitDc1VmRTRreHZ0ZXNHeHBPKzBSOFQ4aFY2VW5mUmhzaVNvdS9ERURLL0dCTjAiLCJtYWMiOiIwOWUzMmYxZGQ4ZTdiMDgzNTk0MTdkNDA2NzkyYWVkMzY5MGNlZTAxZGIzYTcxYjQwYjI5YTVjNTIxY2YwZDE4IiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 10:45:24 GMT; path=/; httponly ◀botble_session=eyJpdiI6IjRqeVROVzdZRzhYc2VtQnJkRCtKZ3c9PSIsInZhbHVlIjoiOE1vUm9uMWJrWWlNOWVsNnI3dWY1MFlwcU4yc200b3Z0Q0xiK1RsWW4wU2lGWjkrZk8xdDdXSjhhUnYvcmx5RmlTL ▶" ] ]
0 of 0array:5 [▼ "_token" => "v19M7HZ8pSW184ubCMcv2F9IxbtdrUlakQ6fctJw" "language" => "en" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "https://dev.viaproxy.eu/products" ] "PHPDEBUGBAR_STACK_DATA" => [] ]