İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
0 üründen 0 - 0 arası gösteriliyor
1 x Application (61.65%) | 220ms |
1 x Booting (38.35%) | 137ms |
select * from `slugs` where (`key` = '3-adim-sembolleri-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = '3-adim-sembolleri-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `id` = 32 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (32) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 32 and `ec_product_categories`.`parent_id` is not null and not `id` = 32 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-05 16:11:51' OR
ec_products.end_date < '2025-04-05 16:11:51'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 16:11:51' AND
ec_products.end_date >= '2025-04-05 16:11:51'
) 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-05 16:11:51'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 16:11:51' 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 (32)) and `ec_products`.`is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 29 and not `parent_id` = 32 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 29 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` = 29 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (32) and `meta_boxes`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion')
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 (32)) 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 (32))) 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 (32)) 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 (32))
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` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' where `status` = 'published' and `ec_product_categories`.`id` in (29, 32) 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 (29, 32))) 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 (32)) 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 (32))) 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 (32)) 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 (29, 32))) order by `order` asc
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` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' 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` = 'English' 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` = 'tr_TR' and `lang_meta_code` = 'tr_TR')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (4, 5, 6, 7)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (41, 42, 43, 44, 60, 61, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (61) 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 (41, 42, 43, 44, 60, 61, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (4, 5, 6, 7)
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 `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` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' 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 `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 `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 `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` != 'tr_TR' and (`meta`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `meta`.`reference_id` = 32)
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:2 [▶ 0 => 29 1 => 32 ] ]
[]
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.222.169.35" ] "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.222.169.35" ] "cf-ray" => array:1 [▶ 0 => "92b94b3058acdada-ORD" ] ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 05 Apr 2025 13:11:51 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=eyJpdiI6ImpmZFpVN2hvbXpHdXlPUHgrSzczVkE9PSIsInZhbHVlIjoiU1hWdmFnb2poNVBYcHkvNmhONlc4Skh2aGhZZ3ZoZGFDVzFIc05nTzgrQ3R0ckR5UVhQRHQ4Z0hwQ3VSL1FsSzUzOFR0REJhQnlTM1FGb3c2VkRSZ3RVNWtiY1lqK28rS1ZpRFFta2w0cjFYN1FQVVZPc0gra0d2OEpKQ3ZoNk4iLCJtYWMiOiJhMTVmMzkyNDM3YTA1ODljNzFlZjlhNGVkNTI5OGUxOGVhZmU1ZDVmZGFmNDM0MGE3MGM1ZWZjY2E5MDY3YWExIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 15:11:51 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6ImpmZFpVN2hvbXpHdXlPUHgrSzczVkE9PSIsInZhbHVlIjoiU1hWdmFnb2poNVBYcHkvNmhONlc4Skh2aGhZZ3ZoZGFDVzFIc05nTzgrQ3R0ckR5UVhQRHQ4Z0hwQ3VSL1FsSzUzOFR0R ▶" 1 => "lumo_session=eyJpdiI6IjJwWWVZT01LR0ZnUzBJeW92TWV6WEE9PSIsInZhbHVlIjoiOG41QVlDVTF4dWdMTFMxQzdld1lvTEQzbDdzcTJiYXJyK3JvM0hwb2VVVzVBTTZHSnJpcUtxQU8vYVhTZy9URWNGQXBrNXAzak92NHlnV1ZFdU9ySHlrRzQ0OUp6dGx5T083RGduRkdWVlVYcERUTmtINnQ0ZndPeEdUcHBGbWsiLCJtYWMiOiJhYzc4ZjRhODgxYjU4ZDI1N2MwY2YxOTU1ZTkzOTJlM2MzYjEzM2IzNDk5MDYxMmI1MWViNjE0NDUzOTc5YTI3IiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 15:11:51 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IjJwWWVZT01LR0ZnUzBJeW92TWV6WEE9PSIsInZhbHVlIjoiOG41QVlDVTF4dWdMTFMxQzdld1lvTEQzbDdzcTJiYXJyK3JvM0hwb2VVVzVBTTZHSnJpcUtxQU8vYVhTZy9URWNGQXB ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Im9tNkNieGdYb1d4ZE9iZklIdkx1aGc9PSIsInZhbHVlIjoibUMydXMxM0lCakczTi80Ukt0NnJKazBQM0ZkVGtSZWtmVFdVMlN0dXVTY3V0eXVwc1I1eStpZ0hBdUFtdmY0dU5yaFFlRjJMRVFaT1ZRSzFDcVA0UWdXQVoyMFR3S1kwSjYrOFdyZnZ6NUpMQ045Y2p4a0g5cjBaaGhFRWhPbm4iLCJtYWMiOiI0NDZiNDRhMDIwNDE4NzIzOGZkMDIwYjhjZmVlZGU1OWFkYzdmZmE2YzY1ODBmYWQ0NzA1ZjVjM2Q4Mzc5N2FkIiwidGFnIjoiIn0%3D; expires=Sat, 30 May 2026 13:11:51 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie=eyJpdiI6Im9tNkNieGdYb1d4ZE9iZklIdkx1aGc9PSIsInZhbHVlIjoibUMydXMxM0lCakczTi80Ukt0NnJKazBQM0ZkVGtSZWtmVFdVMlN0dXVTY3V0eXVwc1I1eStpZ0hBdUFtd ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6IlR5TVFqSnFubHV1eks3aHZUbjhOb0E9PSIsInZhbHVlIjoiNnZJd2J0Nyt5R28rY3Jtb0hDRmRlVUJmZ1pzeU1LS25lT1VsYTN6bnFtSEg4RWJEK2JqYjU3Ym5OelpyL2o4ZTcrT1k2T1ZhSE9IdW1qUXpiNHRNdXhLb3JxbTVQd0NlVmd0SEYzZFJpRmhwTGhlY29kaEpmenJQUjNhUHg3UThxeU1pcVgrZnhvaHl2dHpJMnRwOC9RL0h5RkVjZ3hIUHdwRURIYkRQaVhEenBFeHA0SzRxTE9weVpVUEIyR0UxNk5WOGJ5dytVZGh1VGk5OEFTS2RHUlYvbzZ1cEtNelR2dmRiRVp1bzAyTkNLOGZoSGFUWlI2Y2NNRTY4Wnp3MlBYdXhVdEVYMjltWTFYYW5NdGg3aXdvb0lsUlludy93WGsyWU1iUWVUejhjTnAvbW01SDFNYmJzUVYrK0s0ZlU3L3BxQngzZTk4dFE1ODFWN05QeExuNFJLenU3Y0dUcFlTUWl5NFRtVTFtZVNuQkROL0NQeEhma2VIMkE0TlROZzk2MDRrWHEyaTlab0EzNEdVd050QkRWYm9oOExUSkZJOVBLWElhbDV2WjhxYXhHeDFsaGxpdjJ0ZnZGQ1BnR2E5RHNBb28xZ0h4eVZJZktYeS9JamcxWG91VHZEWS9qeDBVQ2NmaW5aYVRUQjlNWkNPRFhVdlJUbm04NzV0MVVpalQ5L3F4cVVkREpobVVaQlU1enVEQWQyUkpHdC9JUWJPY25oc29INHdQODlYOGFJNmhUZS92MkNwSG0yMklDIiwibWFjIjoiNjNlMDM0YWNkNTNlZGY1YTE0ZTQzZWM0ZTc5NDU1YmRiMjQyZmExOTBmMWY3OTYyY2EyMjI5NTE5ODY3MjI4MSIsInRhZyI6IiJ9; expires=Sat, 30 May 2026 13:11:51 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie_data=eyJpdiI6IlR5TVFqSnFubHV1eks3aHZUbjhOb0E9PSIsInZhbHVlIjoiNnZJd2J0Nyt5R28rY3Jtb0hDRmRlVUJmZ1pzeU1LS25lT1VsYTN6bnFtSEg4RWJEK2JqYjU3Ym5O ▶" ] "Set-Cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImpmZFpVN2hvbXpHdXlPUHgrSzczVkE9PSIsInZhbHVlIjoiU1hWdmFnb2poNVBYcHkvNmhONlc4Skh2aGhZZ3ZoZGFDVzFIc05nTzgrQ3R0ckR5UVhQRHQ4Z0hwQ3VSL1FsSzUzOFR0REJhQnlTM1FGb3c2VkRSZ3RVNWtiY1lqK28rS1ZpRFFta2w0cjFYN1FQVVZPc0gra0d2OEpKQ3ZoNk4iLCJtYWMiOiJhMTVmMzkyNDM3YTA1ODljNzFlZjlhNGVkNTI5OGUxOGVhZmU1ZDVmZGFmNDM0MGE3MGM1ZWZjY2E5MDY3YWExIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 15:11:51 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6ImpmZFpVN2hvbXpHdXlPUHgrSzczVkE9PSIsInZhbHVlIjoiU1hWdmFnb2poNVBYcHkvNmhONlc4Skh2aGhZZ3ZoZGFDVzFIc05nTzgrQ3R0ckR5UVhQRHQ4Z0hwQ3VSL1FsSzUzOFR0R ▶" 1 => "lumo_session=eyJpdiI6IjJwWWVZT01LR0ZnUzBJeW92TWV6WEE9PSIsInZhbHVlIjoiOG41QVlDVTF4dWdMTFMxQzdld1lvTEQzbDdzcTJiYXJyK3JvM0hwb2VVVzVBTTZHSnJpcUtxQU8vYVhTZy9URWNGQXBrNXAzak92NHlnV1ZFdU9ySHlrRzQ0OUp6dGx5T083RGduRkdWVlVYcERUTmtINnQ0ZndPeEdUcHBGbWsiLCJtYWMiOiJhYzc4ZjRhODgxYjU4ZDI1N2MwY2YxOTU1ZTkzOTJlM2MzYjEzM2IzNDk5MDYxMmI1MWViNjE0NDUzOTc5YTI3IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 15:11:51 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IjJwWWVZT01LR0ZnUzBJeW92TWV6WEE9PSIsInZhbHVlIjoiOG41QVlDVTF4dWdMTFMxQzdld1lvTEQzbDdzcTJiYXJyK3JvM0hwb2VVVzVBTTZHSnJpcUtxQU8vYVhTZy9URWNGQXB ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Im9tNkNieGdYb1d4ZE9iZklIdkx1aGc9PSIsInZhbHVlIjoibUMydXMxM0lCakczTi80Ukt0NnJKazBQM0ZkVGtSZWtmVFdVMlN0dXVTY3V0eXVwc1I1eStpZ0hBdUFtdmY0dU5yaFFlRjJMRVFaT1ZRSzFDcVA0UWdXQVoyMFR3S1kwSjYrOFdyZnZ6NUpMQ045Y2p4a0g5cjBaaGhFRWhPbm4iLCJtYWMiOiI0NDZiNDRhMDIwNDE4NzIzOGZkMDIwYjhjZmVlZGU1OWFkYzdmZmE2YzY1ODBmYWQ0NzA1ZjVjM2Q4Mzc5N2FkIiwidGFnIjoiIn0%3D; expires=Sat, 30-May-2026 13:11:51 GMT; path=/; secure; httponly ◀lumo_footprints_cookie=eyJpdiI6Im9tNkNieGdYb1d4ZE9iZklIdkx1aGc9PSIsInZhbHVlIjoibUMydXMxM0lCakczTi80Ukt0NnJKazBQM0ZkVGtSZWtmVFdVMlN0dXVTY3V0eXVwc1I1eStpZ0hBdUFtd ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6IlR5TVFqSnFubHV1eks3aHZUbjhOb0E9PSIsInZhbHVlIjoiNnZJd2J0Nyt5R28rY3Jtb0hDRmRlVUJmZ1pzeU1LS25lT1VsYTN6bnFtSEg4RWJEK2JqYjU3Ym5OelpyL2o4ZTcrT1k2T1ZhSE9IdW1qUXpiNHRNdXhLb3JxbTVQd0NlVmd0SEYzZFJpRmhwTGhlY29kaEpmenJQUjNhUHg3UThxeU1pcVgrZnhvaHl2dHpJMnRwOC9RL0h5RkVjZ3hIUHdwRURIYkRQaVhEenBFeHA0SzRxTE9weVpVUEIyR0UxNk5WOGJ5dytVZGh1VGk5OEFTS2RHUlYvbzZ1cEtNelR2dmRiRVp1bzAyTkNLOGZoSGFUWlI2Y2NNRTY4Wnp3MlBYdXhVdEVYMjltWTFYYW5NdGg3aXdvb0lsUlludy93WGsyWU1iUWVUejhjTnAvbW01SDFNYmJzUVYrK0s0ZlU3L3BxQngzZTk4dFE1ODFWN05QeExuNFJLenU3Y0dUcFlTUWl5NFRtVTFtZVNuQkROL0NQeEhma2VIMkE0TlROZzk2MDRrWHEyaTlab0EzNEdVd050QkRWYm9oOExUSkZJOVBLWElhbDV2WjhxYXhHeDFsaGxpdjJ0ZnZGQ1BnR2E5RHNBb28xZ0h4eVZJZktYeS9JamcxWG91VHZEWS9qeDBVQ2NmaW5aYVRUQjlNWkNPRFhVdlJUbm04NzV0MVVpalQ5L3F4cVVkREpobVVaQlU1enVEQWQyUkpHdC9JUWJPY25oc29INHdQODlYOGFJNmhUZS92MkNwSG0yMklDIiwibWFjIjoiNjNlMDM0YWNkNTNlZGY1YTE0ZTQzZWM0ZTc5NDU1YmRiMjQyZmExOTBmMWY3OTYyY2EyMjI5NTE5ODY3MjI4MSIsInRhZyI6IiJ9; expires=Sat, 30-May-2026 13:11:51 GMT; path=/; secure; httponly ◀lumo_footprints_cookie_data=eyJpdiI6IlR5TVFqSnFubHV1eks3aHZUbjhOb0E9PSIsInZhbHVlIjoiNnZJd2J0Nyt5R28rY3Jtb0hDRmRlVUJmZ1pzeU1LS25lT1VsYTN6bnFtSEg4RWJEK2JqYjU3Ym5O ▶" ] ]
0 of 0array:5 [▼ "_token" => "Xa8p6FVOFPdQjqe67MkcScUvaLMEJupEYhMkR7SY" "language" => "tr" "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/product-categories/3-adim-sembolleri-sec" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]