İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Sayfayı terk etmek istediğinize emin misiniz?
1 x Application (80.87%) | 555ms |
1 x Booting (19.13%) | 131ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = '62606b30-7b07-46e4-93ff-3e3fd3373043') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '62606b30-7b07-46e4-93ff-3e3fd3373043' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null order by `multi_cart_items`.`order` asc
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '2' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 32 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (32)
Backtrace |
|
select `ec_products`.*, `ec_product_category_product`.`category_id` as `pivot_category_id`, `ec_product_category_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_category_product`.`category_id` = 32 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '62606b30-7b07-46e4-93ff-3e3fd3373043' limit 1
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
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 `widgets` where (`theme` = 'shofy-fashion-en_US')
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 |
|
200
[]
[]
0 of 0array:24 [▼ "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" ] "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" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.217.228.61" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cookie" => array:1 [▶ 0 => "lumo_footprints_cookie=eyJpdiI6InRBeTVJUXkrNkk0RS91dnVGWDFkUmc9PSIsInZhbHVlIjoiM1lkTGlIRjRWaDJTdjBoaTd6bU5sYytoSEoyT2F0M0taRHErOTQwWHdtWGd4RWJBcE9ld3hsRTBpaEdKTmlQdU1MZkltZmVYYVRiQTlVVmxtOUdLbDhvbWNrTG5zeldMNHBCK05qSXBzajRYTkp3bjAyNWVjREtPenJ6elhhWDAiLCJtYWMiOiI2YmNkOWZjY2VlM2I5YmY0YjA4ZTkwZjE0ODQ4NDM5ZTgzOGEyMWI0OTYxZmRlOWQxYzZmMWU1NWZlNWU4OGNlIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6IjdQeWY2eFJLN3BNdUp0SkdxZGYxamc9PSIsInZhbHVlIjoibnU2dHlmYnZSeGNKR2k5NE12Z0hpSmdzeHNiYURhMTBMZ3YzZHZZVnp4MTZGMjdxY1phRjUyc0ZOWWtqOWVrT0xrQkp3aTJWWm9LRFFUOCt2dHFlZ2t1RlhzOWhMMitXbEx5T3ZEdUpEMXF1SUxFRnhmQ1I1UnFHUFVYV2tJempBdmllZFVTdjJyV0F5eTRycUtXU0U1cnBLRnZGRG51SDB4ODRMaHdkQ2JjeURYYkRYNjNveHFZWlY2cGE5TDl0WDhtR0N4Z2s3T1N1aW9EYVNHQVVvYXlERlNWOXZSOXZpTkZaYmdOemhVbnBMQVlFN2dzYWJZZ2V4dDg2SkdQaVF1SVlyM0tMajkvZ0x1dlo4RVFWeUw2RnlqZlNMQ3AycGlsRndIVWxZYkEzWDMyNXJRZTFXK0k5bG4rWDFyekJVTVlqTUlmUVYwbVpEaGduTDBNQWU1emY0TzVmQVJyMjFYQVVwcXRxVThpMVZ2RnFUanhYUjVxOXJEZVhwZ0dFOE04cnpVbFRocC8wWHZGd20rOHl0clU1Qkd6QXNLRVh6U1RYNm01NWQ5bFlPVXV6bmRGQzdIS21jM3BGSlhDZmhWNDF4TDMrU1BmdkRjU1ZKa09ncGs0OTFPa2Z1d0oyY3pOaG9nMGE4R2RiaTBRM0h0MGpjOG9NeWtnaHkwdFE5ZUNkVEc5VnhrR2lCQjJLUytTKytjemhqVmg3c1JUdTlyK0NmdkRDRXJkdk50alVBcjNzK3R4dHFkOWdET25ZMTRqMGordXp1eEVib05pS2VLaGZadz09IiwibWFjIjoiNDZhYjNhNzViMjgzYzJiNDkxMTM1YmFjYzkwY2EwNDc5ZWU4YzI1NTRhYWI5MGQxMzNmNzI2YjJmZWQzZTAzYSIsInRhZyI6IiJ9; XSRF-TOKEN=eyJpdiI6IkdtVHZRdWtNYmtMcTRvdlBTb0ZRc1E9PSIsInZhbHVlIjoiWWZ5d0gzM3hDM20rU3NBbXZvdk9EcmtiUHZBRWVhQ2Z5WHc0MEJldFlVMXRLMWp1bUZzOXl3akRTS3R3c3FYSlFXMWk3NWw2aHBhUzFLRm1KWXZmc3NYMjFoZ1lLajlPT3Jld0hLWnRwSDEzV0pWWDR6Z0trSERjQVhtN0UyWXoiLCJtYWMiOiJlNTE0MzAwNmI0YWExZmY2ODY0NjUwZTUzMTMwZTE1N2FjZDY1OTFjYzI4NWU1ZjM5OGJmODVjY2I4NzNiYzBiIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IjRwKy9ucWFOdGhOK2dxYUNoN3BvT3c9PSIsInZhbHVlIjoiWC9QcjRaVHY4UHpxUmJHUEhXMTRqRkxiV1pHZ3ZvRSt5ZUdZdkorNDg2N3FTazE2cStaaUt3ZUdrWER5SDZ5T2FyQVRmL0V3Y29NTmxiL2JRMzRXMkl1UmFqSlJxcmx2SUcwekxsRm9nY05VcVNQOFFPdHNFb2cwbE1RSU9lMm4iLCJtYWMiOiJmZTQ4MzEwYzI1ZmEwOTk1NmUxODJiYzM3YTY0NzE0NDNlN2Y4MjUwNTZjZTQ5ODM4MmI3Yjg2NGM2NjI0YjcxIiwidGFnIjoiIn0%3D ◀lumo_footprints_cookie=eyJpdiI6InRBeTVJUXkrNkk0RS91dnVGWDFkUmc9PSIsInZhbHVlIjoiM1lkTGlIRjRWaDJTdjBoaTd6bU5sYytoSEoyT2F0M0taRHErOTQwWHdtWGd4RWJBcE9ld3hsRTBpaEdKT ▶" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "18.217.228.61" ] "cf-ray" => array:1 [▶ 0 => "92eb69431bcbcc6e-ORD" ] ]
0 of 0array:4 [▼ "lumo_footprints_cookie" => "a6336d672be169c48e0a22194bfe6ceb41f87f86" "lumo_footprints_cookie_data" => "{"footprint":"a6336d672be169c48e0a22194bfe6ceb41f87f86","ip":"172.70.131.107","landing_domain":"www.demo.lumocomm.com","landing_page":"ar\/design\/luzyonu-tasarla\/2\/81308fbd-5fe4-4345-981e-125954a75bd1","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":"a6336d672be169c48e0a22194bfe6ceb41f87f86","ip":"172.70.131.107","landing_domain":"www.demo.lumocomm.com","landing_page":"ar\/design\/luzyonu-tasar ▶" "XSRF-TOKEN" => "89IHMDKn5ozUxkRm2FnmFCciPHBLTq7hZ5gpQxFh" "lumo_session" => "UOvFeyhhXjFSgA1R6j7KfA3aqpSm2kKRfKCfHQJ2" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 11 Apr 2025 15:10:31 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=eyJpdiI6Ii90WmY5anJSRE1USEZCN1gyQVc4cmc9PSIsInZhbHVlIjoiQXFVeHRtSkoybjhDSWVHZ1VmbDUwRGU4Qld1MWg5V01rbWRGcWkyRDVqQTRpb2k3ZHlaaWt3WFNxdlFxbkltZlptaitnejB1V1hYdWtzQ2IyU2NiOFJONEZ6WFJ3WjdaQXJOZEVHMHlyUDVvaUpFRzQyV0doU25wbHd3cUVSRmYiLCJtYWMiOiIwYzg3OWFjODNmNTEwZTg1ZjRmYWQ0NDM0YmUxNjQxYmJkNGE4ODMzY2ZlOTc4YzI5ZTliN2UyOGFlM2JjMzQzIiwidGFnIjoiIn0%3D; expires=Fri, 11 Apr 2025 17:10:31 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Ii90WmY5anJSRE1USEZCN1gyQVc4cmc9PSIsInZhbHVlIjoiQXFVeHRtSkoybjhDSWVHZ1VmbDUwRGU4Qld1MWg5V01rbWRGcWkyRDVqQTRpb2k3ZHlaaWt3WFNxdlFxbkltZlptaitne ▶" 1 => "lumo_session=eyJpdiI6ImVTQ2ZYSWtJNklyMlIrdjhid2JUekE9PSIsInZhbHVlIjoidWFXZDMxTGhXUVFWVTlUN3lmUkNiR2g1MHl5eEdBczJ3Wjh1cGJVRFVVRlFRL0oyQndIRlJIMFlPRDFqcGhUcEY3WDZjVEszV2ozZ2txSVI5N2pqb2w3WTdlYUZwR3k2dW9CeHhoajRnTXJ1c2lySHJRem1LZDJhWTlVQ0xqVEMiLCJtYWMiOiI2NjVmNzE2OTE3ZGRiYzM1NjlkNTZkZTg3ZjM5MGI5OTBkOTY0MWVkMzI3Y2JiMzk5OWQ0NTk2MDIyMjFmYjI2IiwidGFnIjoiIn0%3D; expires=Fri, 11 Apr 2025 17:10:31 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6ImVTQ2ZYSWtJNklyMlIrdjhid2JUekE9PSIsInZhbHVlIjoidWFXZDMxTGhXUVFWVTlUN3lmUkNiR2g1MHl5eEdBczJ3Wjh1cGJVRFVVRlFRL0oyQndIRlJIMFlPRDFqcGhUcEY3WDZ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ii90WmY5anJSRE1USEZCN1gyQVc4cmc9PSIsInZhbHVlIjoiQXFVeHRtSkoybjhDSWVHZ1VmbDUwRGU4Qld1MWg5V01rbWRGcWkyRDVqQTRpb2k3ZHlaaWt3WFNxdlFxbkltZlptaitnejB1V1hYdWtzQ2IyU2NiOFJONEZ6WFJ3WjdaQXJOZEVHMHlyUDVvaUpFRzQyV0doU25wbHd3cUVSRmYiLCJtYWMiOiIwYzg3OWFjODNmNTEwZTg1ZjRmYWQ0NDM0YmUxNjQxYmJkNGE4ODMzY2ZlOTc4YzI5ZTliN2UyOGFlM2JjMzQzIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 17:10:31 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Ii90WmY5anJSRE1USEZCN1gyQVc4cmc9PSIsInZhbHVlIjoiQXFVeHRtSkoybjhDSWVHZ1VmbDUwRGU4Qld1MWg5V01rbWRGcWkyRDVqQTRpb2k3ZHlaaWt3WFNxdlFxbkltZlptaitne ▶" 1 => "lumo_session=eyJpdiI6ImVTQ2ZYSWtJNklyMlIrdjhid2JUekE9PSIsInZhbHVlIjoidWFXZDMxTGhXUVFWVTlUN3lmUkNiR2g1MHl5eEdBczJ3Wjh1cGJVRFVVRlFRL0oyQndIRlJIMFlPRDFqcGhUcEY3WDZjVEszV2ozZ2txSVI5N2pqb2w3WTdlYUZwR3k2dW9CeHhoajRnTXJ1c2lySHJRem1LZDJhWTlVQ0xqVEMiLCJtYWMiOiI2NjVmNzE2OTE3ZGRiYzM1NjlkNTZkZTg3ZjM5MGI5OTBkOTY0MWVkMzI3Y2JiMzk5OWQ0NTk2MDIyMjFmYjI2IiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 17:10:31 GMT; path=/; httponly ◀lumo_session=eyJpdiI6ImVTQ2ZYSWtJNklyMlIrdjhid2JUekE9PSIsInZhbHVlIjoidWFXZDMxTGhXUVFWVTlUN3lmUkNiR2g1MHl5eEdBczJ3Wjh1cGJVRFVVRlFRL0oyQndIRlJIMFlPRDFqcGhUcEY3WDZ ▶" ] ]
0 of 0array:7 [▼ "_token" => "89IHMDKn5ozUxkRm2FnmFCciPHBLTq7hZ5gpQxFh" "language" => "en" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla/2/62606b30-7b07-46e4-93ff-3e3fd3373043" ] "luzyonu-tasarla_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "62606b30-7b07-46e4-93ff-3e3fd3373043" uuid: "62606b30-7b07-46e4-93ff-3e3fd3373043" } "previous_language" => "tr" "PHPDEBUGBAR_STACK_DATA" => [] ]