İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
1 üründen 1 - 1 arası gösteriliyor
1 x Application (65.57%) | 262ms |
1 x Booting (34.43%) | 138ms |
select * from `slugs` where (`key` = 'bead-sembolleri-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = 'bead-sembolleri-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `id` = 25 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (25) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 25 and `ec_product_categories`.`parent_id` is not null and not `id` = 25 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 08:51:58' OR
ec_products.end_date < '2025-04-08 08:51:58'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 08:51:58' AND
ec_products.end_date >= '2025-04-08 08:51:58'
) 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 08:51:58'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 08:51:58' 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 (25)) and `ec_products`.`is_variation` = 0
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(`ec_reviews`.`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-04-08 08:51:58' OR
ec_products.end_date < '2025-04-08 08:51:58'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 08:51:58' AND
ec_products.end_date >= '2025-04-08 08:51:58'
) 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 08:51:58'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 08:51:58' 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 (25)) and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 24 offset 0
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (2100) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\Product'
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (2100)
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 (2100)
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 (2100)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 23 and not `parent_id` = 25 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 23 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` = 23 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 (25) 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 (25)) 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 (25))) 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 (25)) 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 (23, 25))) 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 (25)) 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 (25))) 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 (25)) 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 (23, 25))) order by `order` asc
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where date(`end_date`) >= '2025-04-08' and `status` = 'published' order by `created_at` desc
Bindings |
|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-04-08 08:51:58' and (`end_date` is null or `end_date` >= '2025-04-08 08:51:58') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'products-by-category', 'products-exclude-category', 'specific-product', 'product-variant') and `product_quantity` = 1))
Bindings |
|
Backtrace |
|
select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` = 2100
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 * 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` = 25)
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 => 23 1 => 25 ] ]
[]
0 of 0array:24 [▼ "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.16.109.195" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InZ3dGV4SEdLN3JiMk9GekJ2S0oxMHc9PSIsInZhbHVlIjoieTNJNVVZTWEzM0RWWXEwU2Eya1NBeXllaWJrVGNadlkxbWN6azd4aVpxQTQ1TTlJZTdJQjdqOWwvQURCVVN6NXBnR2p3eUJndkNFUVlFU0dYc0loMWkzUHZRZWwzbVpickNmTm5uWkNpa1hBV2ZIdUVWZFNyNUF4ZmlROVZGbHYiLCJtYWMiOiIzNmI2MWRjOTI2ZmE1NWVmMDZhYjg4NzdhYjRmMjY3YzdlMTMxYjVjNTEwZGJkZGFhNTJiZTdkMTEyMDJlY2NiIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IkhiTlhEUERXcTJlczY4ZUFyTjhhRFE9PSIsInZhbHVlIjoieWd6RE5FekZMZldCWHJtQ25mcEl1bkl0eVFGZ3FLU3FOZll4NXBYdFZ2ZDhDSFBzVko2YXV2b3Z2UzlnZ0hWWXBmZ1BwTk1SS0dVOWtLZ21XTUlzOE80akpZMEMvNVBndUpUWFlsQUxVb084OW96MU9kTlJEMFgrdFozeGVkTmkiLCJtYWMiOiJiNzJhZmQ4YmE4YmVhNGMxZjBhMjI3NzdkNjdlZTY1ZGExNjJjZjQ2NjE0ZGNmOTEwNWRhMGVhNTVhOTkzMDJjIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6InVtSmZ1RHZaUndxRS9DU1ltQXFINnc9PSIsInZhbHVlIjoiTEVCMFFwNXNKME15V1E1RmFJbHZJS1RGK1JXR2l4Qi9yVHF2bEVCbHBDSWhPRXdER3NxYk40TW1ISGI1RlozMk1rUGRoSk1ldUltTDBIQ21EOUw3VW1BN3d4OU1ZbW5taUVTMnM0Vm9ETHRPUTBJcGUvZUZCN053SUlCb0pobXMiLCJtYWMiOiI4ZGU0ZDE0NzNiODUzOWVkNzgzMjQ2ZGFhZTVmMTJhNGYzNzMyYWM1ZDA3ZTIyOGJlMzQwYWVhNDk0NDQ0NDgxIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6Im5RVGlLTWxuYklSMWNVUzZ0QktGNVE9PSIsInZhbHVlIjoiY3ZFZ1VuMFVVaXVCZjVkaDQyTHhMa00zeDZkeU1ONVZnWmcyMjZkdE96UHpUNk1ZMzducFZNN2s4ZU1US2NmNWwzSHRxQ1B0VC9GV25YeEdFS3VEZldwY0pqb2wzZi9SNDFjamNqTURqNzM0bjI3ZmxvekNmR3JhUWoxVVBwcldPbFJDa1dUMTA1Z1JFblFNbzE1NldpQVJIWHlKdjN2RVV2L0ZkUjJvWFlxNktjd0dWSEVEaDN0SjAydy8yWUs4N280S1JVQTZnemFqdVVPMmlNVFRxeHozWnFyYmVsTUlVRjdkS1hza3M0bTNaZll3WnlFRmxpMGVabHFveTZ5VkJwcllBR1RpR1dtS2tETm4vUkJXSm5kZ2RsRWxreUNtRmE2T2tZQysyTlFISzlFWElEMFFwZlJyTnBiQjZkM3ZMZGZVNmluU1ZBMlhhY0hFVk5nREkveHhlbUFEZEJFcVRFSTVWeHFYTjBWeG4vUFJUSW12TWNxSVR6Yk9KOXhOVFNYYmR6U1U2eWhidldxN2ZTcWNsVnl1bnFiSEZFNjlIaXNhVmxDWi9QVlArRUJVZVlFQmdUSEFMSDdNa3hJUE1LR2J1QlpTL3c3KzNrTkxTMjcwcDhMYWZKMDF6NWFJdkFDMndWRlREbmIxTzc3ZHFRb0tWbnMzQVAzemRZYkRxeG9SZmpVUng3NjZlL09jSVY5TGRmdXFGbjJ2b3dWLzVFMWhQQUEyUEpkZDB5dXJPUSt2dHhUZEs5d2lTcVhLIiwibWFjIjoiOWE0NjEzYWNlZGEyMWI4ODJlYzI4NTJjYjNmOWQ1Mjk5ZDY2MWUzNTg4NDJiNTY2YWYzNWY4ZGE2NjNjNGZmMiIsInRhZyI6IiJ9 ◀XSRF-TOKEN=eyJpdiI6InZ3dGV4SEdLN3JiMk9GekJ2S0oxMHc9PSIsInZhbHVlIjoieTNJNVVZTWEzM0RWWXEwU2Eya1NBeXllaWJrVGNadlkxbWN6azd4aVpxQTQ1TTlJZTdJQjdqOWwvQURCVVN6NXBnR2p3e ▶" ] "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 => "3.16.109.195" ] "cf-ray" => array:1 [▶ 0 => "92cf7ef2ce4722ec-ORD" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "GU5gi57xxtV0YfI4k0cydPoxMRL6iQEiPFsZ28L0" "lumo_session" => "vAGzDhJoyUculJ4FOJuhCafBEhSd48EsL7BCzpGN" "lumo_footprints_cookie" => "8bc929cd91cedec30194f541667af281a499d465" "lumo_footprints_cookie_data" => "{"footprint":"8bc929cd91cedec30194f541667af281a499d465","ip":"172.71.254.17","landing_domain":"www.demo.lumocomm.com","landing_page":"tr\/product-categories\/bead-sembolleri-sec","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"8bc929cd91cedec30194f541667af281a499d465","ip":"172.71.254.17","landing_domain":"www.demo.lumocomm.com","landing_page":"tr\/product-categories\/be ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 08 Apr 2025 05:51:58 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:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkcyNk5yM2xJMkNuOGh2eXQ1ajc0UEE9PSIsInZhbHVlIjoiWW5BczN1TlQ5V1ppYklONDlsMHdCSEpPK0FWZTZVODJMcVVCa3dyQmRzVVVsT2x0cXlDS0dvazVrUWU1c3ZtWTliK05ORS8zVE5ZYnUrMUk1V1Nxb3ptanV4MTJGcDR2aWlRNytDWDhmQnVUSDN6SzNNMHJnck56VjdwN1VPajYiLCJtYWMiOiI1NDQ3OWYxOTNiNGUxYzExOTRmNzNhZWNjOGI3NTFiYmNkMjM1NzgyYzNmNTAyMTkwMzM3NTI4Y2YxOGI5MTBkIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 07:51:58 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkcyNk5yM2xJMkNuOGh2eXQ1ajc0UEE9PSIsInZhbHVlIjoiWW5BczN1TlQ5V1ppYklONDlsMHdCSEpPK0FWZTZVODJMcVVCa3dyQmRzVVVsT2x0cXlDS0dvazVrUWU1c3ZtWTliK05OR ▶" 1 => "lumo_session=eyJpdiI6ImltTzJ2TnhXeklsUGZnNVQrMWx2a3c9PSIsInZhbHVlIjoibEpZZ1l6clI5ZGIyK0tLaGFrN0VRU1VIMlBZMnNBNmw1Tm44aE5QcjVad0ZVZjZOMnhVL2d4eUNnSGRKb1o4Z3ZnWGQweUZRV0RuODhqRjRGQkdiTXprUnFaN3JqbFpKZmQ1ZTg0c0FJQkVRNUEvVEkwT1gxelhrRlVLMUc0TGEiLCJtYWMiOiIxNzU2OWFiNjlhMGM1NDNmNDA3MWIxZmZhOGExMzJlMTIxOWQ2MGFkYjQzNWUyY2YyYmVmNDNlNjAwY2YxOTU1IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 07:51:58 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6ImltTzJ2TnhXeklsUGZnNVQrMWx2a3c9PSIsInZhbHVlIjoibEpZZ1l6clI5ZGIyK0tLaGFrN0VRU1VIMlBZMnNBNmw1Tm44aE5QcjVad0ZVZjZOMnhVL2d4eUNnSGRKb1o4Z3ZnWGQ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkcyNk5yM2xJMkNuOGh2eXQ1ajc0UEE9PSIsInZhbHVlIjoiWW5BczN1TlQ5V1ppYklONDlsMHdCSEpPK0FWZTZVODJMcVVCa3dyQmRzVVVsT2x0cXlDS0dvazVrUWU1c3ZtWTliK05ORS8zVE5ZYnUrMUk1V1Nxb3ptanV4MTJGcDR2aWlRNytDWDhmQnVUSDN6SzNNMHJnck56VjdwN1VPajYiLCJtYWMiOiI1NDQ3OWYxOTNiNGUxYzExOTRmNzNhZWNjOGI3NTFiYmNkMjM1NzgyYzNmNTAyMTkwMzM3NTI4Y2YxOGI5MTBkIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 07:51:58 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkcyNk5yM2xJMkNuOGh2eXQ1ajc0UEE9PSIsInZhbHVlIjoiWW5BczN1TlQ5V1ppYklONDlsMHdCSEpPK0FWZTZVODJMcVVCa3dyQmRzVVVsT2x0cXlDS0dvazVrUWU1c3ZtWTliK05OR ▶" 1 => "lumo_session=eyJpdiI6ImltTzJ2TnhXeklsUGZnNVQrMWx2a3c9PSIsInZhbHVlIjoibEpZZ1l6clI5ZGIyK0tLaGFrN0VRU1VIMlBZMnNBNmw1Tm44aE5QcjVad0ZVZjZOMnhVL2d4eUNnSGRKb1o4Z3ZnWGQweUZRV0RuODhqRjRGQkdiTXprUnFaN3JqbFpKZmQ1ZTg0c0FJQkVRNUEvVEkwT1gxelhrRlVLMUc0TGEiLCJtYWMiOiIxNzU2OWFiNjlhMGM1NDNmNDA3MWIxZmZhOGExMzJlMTIxOWQ2MGFkYjQzNWUyY2YyYmVmNDNlNjAwY2YxOTU1IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 07:51:58 GMT; path=/; httponly ◀lumo_session=eyJpdiI6ImltTzJ2TnhXeklsUGZnNVQrMWx2a3c9PSIsInZhbHVlIjoibEpZZ1l6clI5ZGIyK0tLaGFrN0VRU1VIMlBZMnNBNmw1Tm44aE5QcjVad0ZVZjZOMnhVL2d4eUNnSGRKb1o4Z3ZnWGQ ▶" ] ]
0 of 0array:5 [▼ "_token" => "GU5gi57xxtV0YfI4k0cydPoxMRL6iQEiPFsZ28L0" "language" => "tr" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/product-categories/bead-sembolleri-sec" ] "PHPDEBUGBAR_STACK_DATA" => [] ]