İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Showing 0 - 0 of 0 products
1 x Application (63.74%) | 245ms |
1 x Booting (36.25%) | 139ms |
select * from `slugs` where (`key` = '5-adim-zincir-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = '5-adim-zincir-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8145)
Backtrace |
|
select * from `ec_product_categories` where `id` = 37 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (37) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8145)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (37)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 37 and `ec_product_categories`.`parent_id` is not null and not `id` = 37 and `status` = 'published' order by `order` asc
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
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-04-08 11:23:34' OR
ec_products.end_date < '2025-04-08 11:23:34'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 11:23:34' AND
ec_products.end_date >= '2025-04-08 11:23:34'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-04-08 11:23:34'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 11:23:34' 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 `status` = 'published' and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_category_product`.`category_id` in (37, '35', '37')) and `ec_products`.`is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 35 and not `parent_id` = 37 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (35)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 34 and not `parent_id` = 35 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (34)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 34 limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 34 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8142)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 35 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8143)
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (37) and `meta_boxes`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-en_US')
Bindings |
|
Backtrace |
|
select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (37)) and `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand' and `ec_product_categories`.`id` in (37))) order by `order` asc, `products_count` desc, `created_at` desc
Bindings |
|
Backtrace |
|
select `ec_product_tags`.*, (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 exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (37)) and `status` = 'published' and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
Bindings |
|
Backtrace |
|
select max(`price`) as aggregate from `ec_products` where exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (37))
Bindings |
|
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' and `ec_product_categories`.`id` in (35, 34, 37) order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `is_searchable` = 1 and `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet' and `id` in (35, 34, 37))) order by `order` asc
Bindings |
|
Backtrace |
|
select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (37)) and `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand' and `ec_product_categories`.`id` in (37))) order by `order` asc, `products_count` desc, `created_at` desc
Bindings |
|
Backtrace |
|
select `ec_product_tags`.*, (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 exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (37)) and `status` = 'published' and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `is_searchable` = 1 and `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet' and `id` in (35, 34, 37))) order by `order` asc
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (84) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8147, 8148, 8149, 8150)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (39, 40, 41, 42)
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (131)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (10)
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15511, 15512, 15513, 15514)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (12, 13, 14, 15)
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15515, 15516, 15517, 15518)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (16, 17, 18, 19)
Backtrace |
|
select `language_meta`.`lang_meta_code`, `language_meta`.`reference_id` from `language_meta` inner join `language_meta` as `meta` on `meta`.`lang_meta_origin` = `language_meta`.`lang_meta_origin` where `language_meta`.`lang_meta_code` != 'en_US' and (`meta`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `meta`.`reference_id` = 37)
Bindings |
|
Backtrace |
|
select `key`, `prefix`, `reference_id` from `slugs` where 0 = 1 and `reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
200
0 of 0array:1 [▼ "categories" => array:3 [▶ 0 => 35 1 => 34 2 => 37 ] ]
[]
0 of 0array:23 [▼ "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "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)" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "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" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.221.100.52" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "18.221.100.52" ] "cf-ray" => array:1 [▶ 0 => "92d05d08fc8a231b-ORD" ] ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 08 Apr 2025 08:23:35 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IittekFsTktMUEhxdTZ1WC9IWXk3elE9PSIsInZhbHVlIjoiT1hacHdhcGozL0hpWENUQlVlOTZ0OU8zNUVkVEJXZGFCTWZaMEs1UGhiN0ZiL0tjKzdReThuZ1h4aEpONm43N1d1VXBKMXJUUG1HUkluYmt4SFQ0YlZVNkRyZTM0RG95dTVRc3JEWW5MbzRqUEc0dllKeFBKVkIzQTZZR1RjaUwiLCJtYWMiOiJkODI4ZWU3NjA0NGY3N2I3NTA0NTMyY2IyNzIyNmIxZGUyYThkYTY4NzA4Y2NjMzE5MGUyMGExYTJjYjcyNDdkIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 10:23:35 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IittekFsTktMUEhxdTZ1WC9IWXk3elE9PSIsInZhbHVlIjoiT1hacHdhcGozL0hpWENUQlVlOTZ0OU8zNUVkVEJXZGFCTWZaMEs1UGhiN0ZiL0tjKzdReThuZ1h4aEpONm43N1d1VXBKM ▶" 1 => "lumo_session=eyJpdiI6IkZkMnpnQkNmSEZ1YVJXUDc1WUowc1E9PSIsInZhbHVlIjoiTituRktFMFZLVWtBRjY5dU1yeEwvM0Z5RmRKVW5xMFpkVzgxb09Gc3EvY2ZIckEwcHp0dUdHaXhRNGxKUkRpanE0V0RtWGRtSG1DR1h3QWJYSkZEN2FCdnFyQnZnV0hUMUZSVUNUR1FsLzFuWmtWcGY3OWpLY2pyQVF3a3VYVXAiLCJtYWMiOiJhYzFkZWFmNTQ3OTFhMTQ3YmFlOWFiZWY0YzM2YjZkNGVmYTMyOTM0MTgzNDZkYjA4MDI1ZThiN2Q3ZDM4YTJhIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 10:23:35 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IkZkMnpnQkNmSEZ1YVJXUDc1WUowc1E9PSIsInZhbHVlIjoiTituRktFMFZLVWtBRjY5dU1yeEwvM0Z5RmRKVW5xMFpkVzgxb09Gc3EvY2ZIckEwcHp0dUdHaXhRNGxKUkRpanE0V0R ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Ik0xMEZvaGhjR0lYZVViam1DS1NMT2c9PSIsInZhbHVlIjoiRGlSNjFOSXBBS3VtV1NZbXA5MjFKbTY2ZEE2TGlIK28vdVF5M1VtV2NxeCtuVlEzb1RWa29LaThsSEVkanhMK2k5VnJsZWUrc1lPVHZlTDFwTis1QlhkSmRCenluaVByY1Boa1pFSWlKL0J4ZU4waXNKdnZpdmc1MzlNWjQ2dGEiLCJtYWMiOiJmMDc1M2E4ZTZmZWIzZWFjN2ZmODdjOTI5NWNmMzNkY2JmOGEwY2IxNWViZWJjODJhOTE5OGRhYjQwOGRkMjk5IiwidGFnIjoiIn0%3D; expires=Tue, 02 Jun 2026 08:23:34 GMT; Max-Age=36287999; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie=eyJpdiI6Ik0xMEZvaGhjR0lYZVViam1DS1NMT2c9PSIsInZhbHVlIjoiRGlSNjFOSXBBS3VtV1NZbXA5MjFKbTY2ZEE2TGlIK28vdVF5M1VtV2NxeCtuVlEzb1RWa29LaThsSEVka ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6ImYyY1RncEpPaVA5WUxsYjA5dzltR2c9PSIsInZhbHVlIjoiRmxXcHB2YmwwZ29Nam1KMHZ5U1NGdmd5RDJnbVBvZGl1c3RHa0FXL3Vhb0Y3UG9aL3JJb2I1Q3k1RnVsNUNSV3R1ejR1WkdaNERDcVI3MGhXeFlSNjN2dWltT1ppck1CMVh4SW0yS09URll0SldoV0ZHQmY1N1RndkJoSWpRcWlUWkYyNCt5YStHYWEwNDM3M3lJOTFFVkxTalo2ZVV5cXg3WjAvUFNzNkdJK0w1QWhlRFVoZ0c3bDZSbitCQktQU0NjT0hWb3A3TjFsZzlESk9DNXo1NThMbVI2Um9QS0lvcmFmRGx0SUpYbVZHamRPZVQxMG9yMWdBRk54eVVlUTJPc1lENHRFd29qcmpla2M0UEdsSHVtUDRmckp1dVlxd0xTRSticnR2Q2NjNTdLdk8vVkVzbC9uc0NFQTgyK3YzNXZWNHYybnRaenVnclk0aXF0YjhaZURwZEp2Y2NQb2ozdFpqTDNBS3RJalJLZXlqZElFNDRjUkNXeXVGRTVLTzBBNzd5SnMwUmJhNXBVZmcxQkVvS0R6SXBOcDVBaHZvY2Z5a0xiY1UxblZXajYweTdCcnNaOVJHcXBodVBGQy9xWjJPTWlwblovQkZkQlhmSjk0eFJ3NTRXNC94RUx1OUliWVVuM21Gdjc1MjY5cnpRM21IUEdiajUxUFJsUU1GeEV5VWNXdENJdkY5NERJWFVuRXZtNEFqMEFBZjZQSU1xS1RmU1luMlErTXhtS3d2Qm00dDFtOUk3eC9UZTNSdkZEQlQ2RG9GNHk2YndkNGxOQ3dncUdsNTdTYTVWR3dtbEZjMnBoWGN4Yz0iLCJtYWMiOiIxMWZmNjg2NzJhZTdiODVmOWU0MzE5ODJlNTMzYjRjOGI3YjZhNzM5NTQwYzE3Nzg4YWIwNWU3ZGViY2FhZTliIiwidGFnIjoiIn0%3D; expires=Tue, 02 Jun 2026 08:23:34 GMT; Max-Age=36287999; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie_data=eyJpdiI6ImYyY1RncEpPaVA5WUxsYjA5dzltR2c9PSIsInZhbHVlIjoiRmxXcHB2YmwwZ29Nam1KMHZ5U1NGdmd5RDJnbVBvZGl1c3RHa0FXL3Vhb0Y3UG9aL3JJb2I1Q3k1 ▶" ] "Set-Cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IittekFsTktMUEhxdTZ1WC9IWXk3elE9PSIsInZhbHVlIjoiT1hacHdhcGozL0hpWENUQlVlOTZ0OU8zNUVkVEJXZGFCTWZaMEs1UGhiN0ZiL0tjKzdReThuZ1h4aEpONm43N1d1VXBKMXJUUG1HUkluYmt4SFQ0YlZVNkRyZTM0RG95dTVRc3JEWW5MbzRqUEc0dllKeFBKVkIzQTZZR1RjaUwiLCJtYWMiOiJkODI4ZWU3NjA0NGY3N2I3NTA0NTMyY2IyNzIyNmIxZGUyYThkYTY4NzA4Y2NjMzE5MGUyMGExYTJjYjcyNDdkIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 10:23:35 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IittekFsTktMUEhxdTZ1WC9IWXk3elE9PSIsInZhbHVlIjoiT1hacHdhcGozL0hpWENUQlVlOTZ0OU8zNUVkVEJXZGFCTWZaMEs1UGhiN0ZiL0tjKzdReThuZ1h4aEpONm43N1d1VXBKM ▶" 1 => "lumo_session=eyJpdiI6IkZkMnpnQkNmSEZ1YVJXUDc1WUowc1E9PSIsInZhbHVlIjoiTituRktFMFZLVWtBRjY5dU1yeEwvM0Z5RmRKVW5xMFpkVzgxb09Gc3EvY2ZIckEwcHp0dUdHaXhRNGxKUkRpanE0V0RtWGRtSG1DR1h3QWJYSkZEN2FCdnFyQnZnV0hUMUZSVUNUR1FsLzFuWmtWcGY3OWpLY2pyQVF3a3VYVXAiLCJtYWMiOiJhYzFkZWFmNTQ3OTFhMTQ3YmFlOWFiZWY0YzM2YjZkNGVmYTMyOTM0MTgzNDZkYjA4MDI1ZThiN2Q3ZDM4YTJhIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 10:23:35 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IkZkMnpnQkNmSEZ1YVJXUDc1WUowc1E9PSIsInZhbHVlIjoiTituRktFMFZLVWtBRjY5dU1yeEwvM0Z5RmRKVW5xMFpkVzgxb09Gc3EvY2ZIckEwcHp0dUdHaXhRNGxKUkRpanE0V0R ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Ik0xMEZvaGhjR0lYZVViam1DS1NMT2c9PSIsInZhbHVlIjoiRGlSNjFOSXBBS3VtV1NZbXA5MjFKbTY2ZEE2TGlIK28vdVF5M1VtV2NxeCtuVlEzb1RWa29LaThsSEVkanhMK2k5VnJsZWUrc1lPVHZlTDFwTis1QlhkSmRCenluaVByY1Boa1pFSWlKL0J4ZU4waXNKdnZpdmc1MzlNWjQ2dGEiLCJtYWMiOiJmMDc1M2E4ZTZmZWIzZWFjN2ZmODdjOTI5NWNmMzNkY2JmOGEwY2IxNWViZWJjODJhOTE5OGRhYjQwOGRkMjk5IiwidGFnIjoiIn0%3D; expires=Tue, 02-Jun-2026 08:23:34 GMT; path=/; secure; httponly ◀lumo_footprints_cookie=eyJpdiI6Ik0xMEZvaGhjR0lYZVViam1DS1NMT2c9PSIsInZhbHVlIjoiRGlSNjFOSXBBS3VtV1NZbXA5MjFKbTY2ZEE2TGlIK28vdVF5M1VtV2NxeCtuVlEzb1RWa29LaThsSEVka ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6ImYyY1RncEpPaVA5WUxsYjA5dzltR2c9PSIsInZhbHVlIjoiRmxXcHB2YmwwZ29Nam1KMHZ5U1NGdmd5RDJnbVBvZGl1c3RHa0FXL3Vhb0Y3UG9aL3JJb2I1Q3k1RnVsNUNSV3R1ejR1WkdaNERDcVI3MGhXeFlSNjN2dWltT1ppck1CMVh4SW0yS09URll0SldoV0ZHQmY1N1RndkJoSWpRcWlUWkYyNCt5YStHYWEwNDM3M3lJOTFFVkxTalo2ZVV5cXg3WjAvUFNzNkdJK0w1QWhlRFVoZ0c3bDZSbitCQktQU0NjT0hWb3A3TjFsZzlESk9DNXo1NThMbVI2Um9QS0lvcmFmRGx0SUpYbVZHamRPZVQxMG9yMWdBRk54eVVlUTJPc1lENHRFd29qcmpla2M0UEdsSHVtUDRmckp1dVlxd0xTRSticnR2Q2NjNTdLdk8vVkVzbC9uc0NFQTgyK3YzNXZWNHYybnRaenVnclk0aXF0YjhaZURwZEp2Y2NQb2ozdFpqTDNBS3RJalJLZXlqZElFNDRjUkNXeXVGRTVLTzBBNzd5SnMwUmJhNXBVZmcxQkVvS0R6SXBOcDVBaHZvY2Z5a0xiY1UxblZXajYweTdCcnNaOVJHcXBodVBGQy9xWjJPTWlwblovQkZkQlhmSjk0eFJ3NTRXNC94RUx1OUliWVVuM21Gdjc1MjY5cnpRM21IUEdiajUxUFJsUU1GeEV5VWNXdENJdkY5NERJWFVuRXZtNEFqMEFBZjZQSU1xS1RmU1luMlErTXhtS3d2Qm00dDFtOUk3eC9UZTNSdkZEQlQ2RG9GNHk2YndkNGxOQ3dncUdsNTdTYTVWR3dtbEZjMnBoWGN4Yz0iLCJtYWMiOiIxMWZmNjg2NzJhZTdiODVmOWU0MzE5ODJlNTMzYjRjOGI3YjZhNzM5NTQwYzE3Nzg4YWIwNWU3ZGViY2FhZTliIiwidGFnIjoiIn0%3D; expires=Tue, 02-Jun-2026 08:23:34 GMT; path=/; secure; httponly ◀lumo_footprints_cookie_data=eyJpdiI6ImYyY1RncEpPaVA5WUxsYjA5dzltR2c9PSIsInZhbHVlIjoiRmxXcHB2YmwwZ29Nam1KMHZ5U1NGdmd5RDJnbVBvZGl1c3RHa0FXL3Vhb0Y3UG9aL3JJb2I1Q3k1 ▶" ] ]
0 of 0array:5 [▼ "_token" => "uL4M7mUXq2gjSelhKc0cwifLSNOFcWXLqLAV3RTZ" "language" => "en" "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/product-categories/5-adim-zincir-sec?categories%5B0%5D=35&categories%5B2%5D=37" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]