İ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 (86.07%) | 852ms |
1 x Booting (13.93%) | 138ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla-english' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = 'a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 5 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` = 5 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '3' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 37 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (37)
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` = 37 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5' 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:23 [▼ "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.191.100.220" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ray" => array:1 [▶ 0 => "92e3f573cc98eb66-ORD" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkV2K1Z5Y3J5WlFwSitObHdTUG81NXc9PSIsInZhbHVlIjoieGk3b05ibnBHZjB3Vll1UmdLK2pPc21kY2tIaHFiYlZLcm5TM3FuK0I2MzRRTHI0eXZmNGFRUE0zZ09uWHpUdThmWGVxM2xRL3p1T0J0bmZiOGJtTUtaYXUwMitIYnMvMmJvQlc3cjZmTm9OaUFVNjZtMlJCdkNDcXdjMm9TY3MiLCJtYWMiOiJkNzI3MWQ2OTY1ZDQ2Mjk1MTdhYTAyMjVhYjE0YTUyYjI2YWRjOTg1YTc0NmQxYmVlNTFjYjc0NWEzZDY4ZjlmIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IkpqY0ZVSm5ISkFGL3dDSWpCUC9mcUE9PSIsInZhbHVlIjoiN1pJZ0hrbmZDZ0VRd1ZUSXhheVkvOVUzbS92MmJValdzVzUwNWlodStrNERDbU5zTWlqL2VXYmY2bUpKTzRKOGFkdzhVUUJvSVZiR0dVK1R4alltWWdZaG9BaUlNZkl6MEdRa2RrZStMb0s2T3lyenpZRlc2MlBPeElyOEdaMTUiLCJtYWMiOiI4MjIzZTcyNzRjMjkyM2Y1ZWY4Y2Q2MTBjMTAyMWM2MTQ3OWU1ZjJhN2MxNzZmN2U5Zjc0NmM0MzlmMDUxZDBmIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6IktsNE4rNjk0bWhrVVM0azJOTHBzQmc9PSIsInZhbHVlIjoidm0yN3VQL01XZS9WVSs5SE0ycHNtNkZOeno0M1IvWS9uNnVGWlBsclVkaDJPRmhjYjJPTGhWUGMwOVdROGhmK2owR0dXWFR3WlpEaFVVc3d0ZkVVd0hGQTh2c2NTOGl0UE40ai9vUDNRVVR6Z2ROaG9jT09jc3orVUVmQWxHVXYiLCJtYWMiOiIyNmQwZmNiYWQ2MGFlOWUzNjlmY2ZjMmUwNzBhYzE4NzBlYjIwOGYyMWExZWVhMjAzYzllOWExMDQyZDBlMjI0IiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6IlJLNXpVaE9IbGR5UkJmRGw5VHh5alE9PSIsInZhbHVlIjoiYklUY2s1VExoTHRVWGhONGpyL01MZkVNNFhTcjdRTmc3M3d1TSsrbjY5MmttdGhwR1Ftdm8rOXdXNmh0dUhZN1ArVG9ON05DVGVDcUM4KzJWeXFCZDRiUFFOa3U5bFZRN014dUtRMjJPaUlDKzd3L01yU0NqUCthQXZ0eWVqK1Fsc1BTNEd1OWZDaU5iUjdJWk5ucjhDU1lxeHR1SGhkVm0zTmhPdTNDOENaeE5RenhoZTFzand6WHdQeDVvenBVM3pZbzBDSUEzUklUcWM3UWxidUR4SCtmVytCNnV0Sk9BZUw5UEtlcEZHaE9aV29DTjFjU2kvUjhScFVwZ3NPeU1LLzY0RWs3bW1xbU1DQjJsVlpBdlQ5ZGhXK3MvRHRTTVVaUU04NXFZL21BWmlML3c3ZXRTRDJSQkRTZEQxOUl2dGxTdGovSDA1ditmK3F4QW8xZGpVa3NHelZuVFlFa2tPTmNDZHk5UitGMXdFRnIwWEpGeThOSFA2cUh2eEt5T1k2UDdUbzFvakppUExRWXJPbHExS3krcVpZK3djcldKVFY0QmNMZUVIZ0JGcmM2ejBzSnd1UkdXZWxUYmg4SEZCZGtDUCszSWVRd0Y3YXJ5VDVoM29EOEh5dUdqZWI5dm4rNGxWbUhwVTEyb0ZSdHpBdjZwcmFqOHRHZ2pGQ3lzNDFCTzZEZEdBNzc1eDNjTEplRXczY1pGbjZyVzlhVHpyUXRySzBjOGhoMjMvUFptdldLMTJQV1hMc0FMMklrMURqN1pYSXZmekpEZXo1dUxtWXJLWkdTeVM5TXlGSGx5cFB4ZXQvRjhSbz0iLCJtYWMiOiI3MWQzNmRiMTk2MTI1NTAxNjU3OTAxNzFmN2Y2NDg0NGQ5NmE4NjdkZmFkZWE0NTc5ZDQ2YjRhZjM1MTA4ZDA0IiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6IkV2K1Z5Y3J5WlFwSitObHdTUG81NXc9PSIsInZhbHVlIjoieGk3b05ibnBHZjB3Vll1UmdLK2pPc21kY2tIaHFiYlZLcm5TM3FuK0I2MzRRTHI0eXZmNGFRUE0zZ09uWHpUdThmWGVxM ▶" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "x-forwarded-for" => array:1 [▶ 0 => "18.191.100.220" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "teK31gKbAWT1oeNFWfS2hynI06urljLBxXodiS3E" "lumo_session" => "CkkojldQ3vwtqyrXW2xI1KDIQ85q0bpcxehiGNxo" "lumo_footprints_cookie" => "c2e6a9fc43adc2c625381e7630a9bfe1ef993c70" "lumo_footprints_cookie_data" => "{"footprint":"c2e6a9fc43adc2c625381e7630a9bfe1ef993c70","ip":"172.70.100.109","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla-english\/3\/9c771336-e1c4-4915-bc5f-91c8f457f36c","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":"c2e6a9fc43adc2c625381e7630a9bfe1ef993c70","ip":"172.70.100.109","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasar ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Thu, 10 Apr 2025 17:28:08 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=eyJpdiI6ImZBcytwNTMxWWllSmlZeDBQSFFqVlE9PSIsInZhbHVlIjoiMnJobGNjRFFxMlRxY3pReVpXaGowbyszK2lXVWlJeXNoQkJTRGQ5SlNTSk9uVmVuRXowYWJqMDBnc1lVUkxoRllJQnhXckdZNFNQQlNXSVhWQVJ1ajhtb29PUzROck1BbVNFMGxVNFpHeUxpM2NtUDFlZjR6N09SQmhCdjIxSjYiLCJtYWMiOiJhNDgwMzA2N2IzZTMwNmUwMmU2ZmJiMWNjM2Q0ZDJlZDllMmNjODNhNTE1M2M4YzdkYjAxODkzMzQ4ZWZmNzEyIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 19:28:08 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6ImZBcytwNTMxWWllSmlZeDBQSFFqVlE9PSIsInZhbHVlIjoiMnJobGNjRFFxMlRxY3pReVpXaGowbyszK2lXVWlJeXNoQkJTRGQ5SlNTSk9uVmVuRXowYWJqMDBnc1lVUkxoRllJQnhXc ▶" 1 => "lumo_session=eyJpdiI6InBmbVJkQlA3eEk3Ym1xSldUNFAxK0E9PSIsInZhbHVlIjoiMGdDOVBkUkJNc0hRZVlOU0RaTXF6SUFkYUdGNVJtdk1GOWRkcWJpVXZrNitWWWZ5NmZiWlRMb0NaUDZwVk8wemJQb0UreURrZ1JKR3pEbU1Sb2l6QnVyTHRjNzA4NU13c1ZZSk9RdVBYVEtjdTVVWUhnb3B3MTczWThOaG1uV0EiLCJtYWMiOiIzYTAzM2Q2MWE0Y2M2N2FkMmQ5OTkzYmQzN2Y4MTdhMzQ4NzI4ZmUyYzQ0YjY1MjM5N2QzNTAyNWQ5YjI0YzkxIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 19:28:08 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6InBmbVJkQlA3eEk3Ym1xSldUNFAxK0E9PSIsInZhbHVlIjoiMGdDOVBkUkJNc0hRZVlOU0RaTXF6SUFkYUdGNVJtdk1GOWRkcWJpVXZrNitWWWZ5NmZiWlRMb0NaUDZwVk8wemJQb0U ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImZBcytwNTMxWWllSmlZeDBQSFFqVlE9PSIsInZhbHVlIjoiMnJobGNjRFFxMlRxY3pReVpXaGowbyszK2lXVWlJeXNoQkJTRGQ5SlNTSk9uVmVuRXowYWJqMDBnc1lVUkxoRllJQnhXckdZNFNQQlNXSVhWQVJ1ajhtb29PUzROck1BbVNFMGxVNFpHeUxpM2NtUDFlZjR6N09SQmhCdjIxSjYiLCJtYWMiOiJhNDgwMzA2N2IzZTMwNmUwMmU2ZmJiMWNjM2Q0ZDJlZDllMmNjODNhNTE1M2M4YzdkYjAxODkzMzQ4ZWZmNzEyIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 19:28:08 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6ImZBcytwNTMxWWllSmlZeDBQSFFqVlE9PSIsInZhbHVlIjoiMnJobGNjRFFxMlRxY3pReVpXaGowbyszK2lXVWlJeXNoQkJTRGQ5SlNTSk9uVmVuRXowYWJqMDBnc1lVUkxoRllJQnhXc ▶" 1 => "lumo_session=eyJpdiI6InBmbVJkQlA3eEk3Ym1xSldUNFAxK0E9PSIsInZhbHVlIjoiMGdDOVBkUkJNc0hRZVlOU0RaTXF6SUFkYUdGNVJtdk1GOWRkcWJpVXZrNitWWWZ5NmZiWlRMb0NaUDZwVk8wemJQb0UreURrZ1JKR3pEbU1Sb2l6QnVyTHRjNzA4NU13c1ZZSk9RdVBYVEtjdTVVWUhnb3B3MTczWThOaG1uV0EiLCJtYWMiOiIzYTAzM2Q2MWE0Y2M2N2FkMmQ5OTkzYmQzN2Y4MTdhMzQ4NzI4ZmUyYzQ0YjY1MjM5N2QzNTAyNWQ5YjI0YzkxIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 19:28:08 GMT; path=/; httponly ◀lumo_session=eyJpdiI6InBmbVJkQlA3eEk3Ym1xSldUNFAxK0E9PSIsInZhbHVlIjoiMGdDOVBkUkJNc0hRZVlOU0RaTXF6SUFkYUdGNVJtdk1GOWRkcWJpVXZrNitWWWZ5NmZiWlRMb0NaUDZwVk8wemJQb0U ▶" ] ]
0 of 0array:6 [▼ "_token" => "teK31gKbAWT1oeNFWfS2hynI06urljLBxXodiS3E" "language" => "en" "luzyonu-tasarla-english_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5" uuid: "a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla-english/3/a2cc564e-7ea8-4b13-8d64-a9f8c659a1e5" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]