İ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 (82.4%) | 635ms |
1 x Booting (17.59%) | 136ms |
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` = '9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f' 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` = '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` = '9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f' 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.191.44.99" ] "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 => "XSRF-TOKEN=eyJpdiI6ImlRbFBNTThDQnhMWS9Gd2djblBkdWc9PSIsInZhbHVlIjoiMzB5TWZFNWk1QmUrcHBhZitLZUZwOG82YzRzakNUNEhCYjh0dTNsTlVYMm5pMjBSWk8vQWQ1eUE0NXVvZ3hCSVdKRVFMS0xxWXdmd0RSbFc1NDdIMnY4R1FqaGdkM2JtN1RhdHROaVlRVXkrN0cvenJjcFp6RjFlc2J2TENlZmUiLCJtYWMiOiJjNjRhNjM1MTNmNDcyNzdkN2JjYjI4ZWMzMTJjZmVhODFjNjMwMDI1NTkxMWU4MmUzZmQ1NzE3YzIzYTA1NjFjIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IjlWQy9LOVpJdGEycTJqTElTN0h5TEE9PSIsInZhbHVlIjoidU1mSjllZ3g4bVpsTWlYVG9VTjBlZWdtQkNBN296K0VGdDl1Nkg1NmhhdHMrN2hzcjZBRUhQOWRtQWt3ZFR0U1p1bklnSzRYTk9BR2c1V3BSQkhXWG9Dd2IrbG9jcUZaUmZxc2srOUQzQ1hnbUdrNnRyWXhqZnFlb0UrUXZQOVUiLCJtYWMiOiI4OTFiY2RkYjQ5MjYxNGU4Zjc0NjYxNWI4OGJjM2NlZTdkMDRiMGMzMGI5ZjU3MDYwZDE1Nzk2NDQyMjhhOTBmIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6Ii81SWdmZjZxcG9RRmJGeVR3RVRSUGc9PSIsInZhbHVlIjoieXpiaWhScUMzYUJCbmNNVEFURFZ2WkVYeUhxK3d4aVc5Uks4a1hzZlZHekc1Nm1lckZlNEd3S3ZXb01FdDFsTGxId1doQ2lKN1FoR094L2Nqc1FRbDFjUkQ2SUk2OFJaQTFBLzgyeHNwNStzL3RHMGdDTTNCVS9NU0VYNWtKN1oiLCJtYWMiOiI5MjFjMmQ4NTA3YzA3NGE1MmJlNWI5NDczZDUyODI3YTFhZWJjOTliNGJiNWRhODhhOTg3OTliODIzZmI1NDliIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6Ild0bitaN1FyaG5oVFg5bkRaNktPbWc9PSIsInZhbHVlIjoiRy9EZ3d2dFZtclFQeGFkOEI0bEk1emtxZDRJVWIrNUdHYTRmT3NpSHlNMk12OC9FVHFadUhsV2RGNzR1RC84Vk1tTDhSVVRzc0tWWDBUZkVCSWZmOVlNYVZCbWRpT01RTXJvV2NYWXRIQkxkR1ZhWDgvQ0VDQWJ0ZnlPSWY1RmNXRUJ5NFlkYStnLzFWWTQySVZldjFlOTkrRFhPZkRZSno1eFJxVjk2S3Q3NzRsN1FGcWdFbzM1OW5aVG94TWJ2MHNIZzhkYTBlaG5WeXk1SVZxL3hqQS9NVlRyQ0NNVEx3WEdsQmt6WWR3TWtiVFJKMTlIYUJ3WVkwRTJ5djR6bWJkd20wMUxKS1FzdmNGMVAxUjgxSU9oWHQwY3phMGFrdjd4bE4zYmtZQzhLZUJZWVJaV21RMHVoOW9mTEU4NVc1M3lKQ1ZDQ0JhQVBRRVJvZk9CZGlZZ1grKzNuZ0N6cUR2eUdvUG43b09ZaVNxM2p5a2llajBreTl6bW1QeDFiTkFuR2xrK1FZYW5RMHYvU0NOYjNDdGxzbDdkSGIvZzBRTGJ6d2VtWWtzYW0xSnZQL3VZTXZoZyt2QXhudzJXODJyTHZKV1huVzlvbHhXTDBHUzhTS1d6eGRXWXd1czRNVE5YdXZMR1YzSEcvUytwU3JZSW9SbHhHTm56R21BVGpJTDl5azZhRXhzUU9SMW1LeWgvZE1jMXBZemZHQWIva3JBVGVIdlRON2gwbXNXdkk1bURTNE9teWdNSDA3MFBRZHpDMEFydStsYkQ4OGx2b28rcnJVbktNVWVuVEozQ1ZMbStXUEJRUW4rND0iLCJtYWMiOiI2MWUyZDVmYjY5MzQyNWMzYTZjN2Y1ZDZiOGJmYTljMjkyNTE4MTU1NDExNDIyNGJlMmJlYmMwMGYxNzkxMTZkIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6ImlRbFBNTThDQnhMWS9Gd2djblBkdWc9PSIsInZhbHVlIjoiMzB5TWZFNWk1QmUrcHBhZitLZUZwOG82YzRzakNUNEhCYjh0dTNsTlVYMm5pMjBSWk8vQWQ1eUE0NXVvZ3hCSVdKRVFMS ▶" ] "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.191.44.99" ] "cf-ray" => array:1 [▶ 0 => "931e81343cff7fb0-ORD" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "IEXEfG0ZtlHjPNUZ4K3La2uF4ZMpEOohToIDdY2Q" "lumo_session" => "94g5MWfM3Gjql3CNm3Z33PVu9WhdWr0rBhQKqYoQ" "lumo_footprints_cookie" => "c407bbc2cf3f13b1a3b511a624bf1065643ee9e7" "lumo_footprints_cookie_data" => "{"footprint":"c407bbc2cf3f13b1a3b511a624bf1065643ee9e7","ip":"172.70.100.66","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla-english\/2\/d7cad34d-227b-4a75-9a7b-df48ee491ce2","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":"c407bbc2cf3f13b1a3b511a624bf1065643ee9e7","ip":"172.70.100.66","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarl ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Thu, 17 Apr 2025 19:59:46 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=eyJpdiI6ImdHOGhJbUtENzVQdU5jVDViZDc1enc9PSIsInZhbHVlIjoiQkJ1Q0pQN3RzeS9pTzZ0bGxXRTlOV2xXcG5mVnRwZUlFSFRqOFhiR2xXaVYzdUorWFZzSnV5S2JDc1FkWXczZWE4VFdtVmZjcEE1K0FzNDB3OVdNNmx6Zk5CNWpmWE1DV1lnRzdyWmNQOENuUC9LMS9MV21qdXRsQ1QzVDYvQ00iLCJtYWMiOiI3NzAwMDVkMGZjMDg1NTM2NGMzZjUyMTFlYTc2MzY4YjVmZjVjODc0ODllZDBlMDEyYzYyMjdiNGJiY2U2M2JkIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 21:59:46 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6ImdHOGhJbUtENzVQdU5jVDViZDc1enc9PSIsInZhbHVlIjoiQkJ1Q0pQN3RzeS9pTzZ0bGxXRTlOV2xXcG5mVnRwZUlFSFRqOFhiR2xXaVYzdUorWFZzSnV5S2JDc1FkWXczZWE4VFdtV ▶" 1 => "lumo_session=eyJpdiI6IlFwQ05BbmFzdHFYQXpTbWMyVURXR1E9PSIsInZhbHVlIjoibnM3TWVsdXV4NW5Pb0dPdFpWeDJ4MURCaWRCakY2ei9pRVV5bkFXTGpwVVAyMUM1SEd0ckJBdnpyeEx2eW5JVE1zU2pDc0Nucit3bUZiT3hqZEh2VXoxekpRY2JvMDdodmM3WUlISTZRL2JXVVdRVEUxSzBWd0c5bnlYVi9sM3AiLCJtYWMiOiJlM2M3NmFjMzdmNjFiNDQyMWRmZTlkMzE3MGU4ZWU1OTMyOGU0ZGJjZDk1Y2E3NzhkNDJlZDE4NjNhYmI5NzNhIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 21:59:46 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IlFwQ05BbmFzdHFYQXpTbWMyVURXR1E9PSIsInZhbHVlIjoibnM3TWVsdXV4NW5Pb0dPdFpWeDJ4MURCaWRCakY2ei9pRVV5bkFXTGpwVVAyMUM1SEd0ckJBdnpyeEx2eW5JVE1zU2p ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImdHOGhJbUtENzVQdU5jVDViZDc1enc9PSIsInZhbHVlIjoiQkJ1Q0pQN3RzeS9pTzZ0bGxXRTlOV2xXcG5mVnRwZUlFSFRqOFhiR2xXaVYzdUorWFZzSnV5S2JDc1FkWXczZWE4VFdtVmZjcEE1K0FzNDB3OVdNNmx6Zk5CNWpmWE1DV1lnRzdyWmNQOENuUC9LMS9MV21qdXRsQ1QzVDYvQ00iLCJtYWMiOiI3NzAwMDVkMGZjMDg1NTM2NGMzZjUyMTFlYTc2MzY4YjVmZjVjODc0ODllZDBlMDEyYzYyMjdiNGJiY2U2M2JkIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 21:59:46 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6ImdHOGhJbUtENzVQdU5jVDViZDc1enc9PSIsInZhbHVlIjoiQkJ1Q0pQN3RzeS9pTzZ0bGxXRTlOV2xXcG5mVnRwZUlFSFRqOFhiR2xXaVYzdUorWFZzSnV5S2JDc1FkWXczZWE4VFdtV ▶" 1 => "lumo_session=eyJpdiI6IlFwQ05BbmFzdHFYQXpTbWMyVURXR1E9PSIsInZhbHVlIjoibnM3TWVsdXV4NW5Pb0dPdFpWeDJ4MURCaWRCakY2ei9pRVV5bkFXTGpwVVAyMUM1SEd0ckJBdnpyeEx2eW5JVE1zU2pDc0Nucit3bUZiT3hqZEh2VXoxekpRY2JvMDdodmM3WUlISTZRL2JXVVdRVEUxSzBWd0c5bnlYVi9sM3AiLCJtYWMiOiJlM2M3NmFjMzdmNjFiNDQyMWRmZTlkMzE3MGU4ZWU1OTMyOGU0ZGJjZDk1Y2E3NzhkNDJlZDE4NjNhYmI5NzNhIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 21:59:46 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IlFwQ05BbmFzdHFYQXpTbWMyVURXR1E9PSIsInZhbHVlIjoibnM3TWVsdXV4NW5Pb0dPdFpWeDJ4MURCaWRCakY2ei9pRVV5bkFXTGpwVVAyMUM1SEd0ckJBdnpyeEx2eW5JVE1zU2p ▶" ] ]
0 of 0array:6 [▼ "_token" => "IEXEfG0ZtlHjPNUZ4K3La2uF4ZMpEOohToIDdY2Q" "language" => "en" "luzyonu-tasarla-english_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f" uuid: "9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla-english/2/9a2ca75a-4fb7-4d3f-baf0-ea2f94c6c33f" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]