Loader
📢 نهنئكم بمناسبة حلول عيد الاضحى المبارك 📢 تقبّل الله طاعاتكم، وأعادَه عليكم بالخير واليُمن والبركات.🎉 وكل عام وانتم بخير ✨
وضع الثيم
0

🥇بلوفر رجالي انيق وناعم 🥇


YER0

الكمــية: :
السعر الإجمالي لهذا المنتج :

YER2,000 ( ضريبة القيمة المضافة incl. )

  • منتج
    رسوم التوصيل -
    يبدأ من YER0

قماش عالي الجودة: مصنوع من مواد ناعمة ودافئة، مثالي لموسم البرد.

تصميم عملي: يتميز بقلنسوة قابلة للتعديل وجيب أمامي واسع لإضافة الراحة.

قصّة مريحة: يوفر حرية الحركة ويضمن لك إطلالة أنيقة.

الون جذابة: تنمحك إطلالة عصرية وسهلة التنسيق مع مختلف الملابس.


عرض المزيد
مراجعة
لم تتم مراجعته بعد !

آسف، لم يتم العثور على مراجعة لتظهر لك

sfdfdf

dfdfdfdf

01
dfdf
dfdfdf
تحدث معنا على الواتساب
8.3.6PHP Version1.72sRequest Duration16MBMemory UsageGET product/{slug}Route
  • warninglog[21:21:56] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[21:21:56] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[21:21:56] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • Booting (106ms)time
  • Application (1.62s)time
  • 1 x Application (93.86%)
    1.62s
    1 x Booting (6.14%)
    106ms
    347 templates were rendered
    • 1x theme-views.product.detailsdetails.blade.phpblade
    • 1x theme-views.partials.icons._cart-icon_cart-icon.blade.phpblade
    • 1x theme-views.partials.icons._buy-now_buy-now.blade.phpblade
    • 1x theme-views.partials.icons._compare_compare.blade.phpblade
    • 334x theme-views.partials._product-medium-card_product-medium-card.blade.phpblade
    • 3x theme-views.layouts.partials._header_header.blade.phpblade
    • 2x theme-views.layouts.partials._cart_cart.blade.phpblade
    • 4x theme-views.layouts.partials.modal._initial_initial.blade.phpblade
    uri
    GET product/{slug}
    middleware
    web, maintenance_mode, guestCheck
    controller
    App\Http\Controllers\Web\ProductDetailsController@index
    namespace
    App\Http\Controllers\Web
    prefix
    where
    as
    product
    file
    app/Http/Controllers/Web/ProductDetailsController.php:51-61
    748 statements were executed, 323 of which were duplicated, 425 unique. Show only duplicated770ms
    • # Query soft and hard limit for Debugbar are reached. Only the first 100 queries show details. Queries after the first 500 are ignored. Limits can be raised in the config (debugbar.options.db.soft/hard_limit).
    • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
      580μshelpers.php#167u568459134_UserStore
      Metadata
      Bindings
      • 0. maintenance_mode
      Backtrace
      • 16. app/Utils/helpers.php:167
      • 17. middleware::maintenance_mode:19
      • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • 19. middleware::api_lang:22
      • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • insert into `guest_users` (`ip_address`, `created_at`) values ('216.73.216.201', '2025-06-07 21:21:55')
      7.3msGuestMiddleware.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 216.73.216.201
      • 1. 2025-06-07 21:21:55
      Backtrace
      • 16. middleware::guestCheck:23
      • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • 18. middleware::maintenance_mode:23
      • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • 20. middleware::api_lang:22
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      980μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 25. app/Repositories/ProductRepository.php:81
      • 26. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 27. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (select count(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count` from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `slug` = 'stylish-and-soft-mens-sweater-wbdtqK' limit 1
      21.55msProductRepository.php#111u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. stylish-and-soft-mens-sweater-wbdtqK
      Backtrace
      • 16. app/Repositories/ProductRepository.php:111
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (332136) and `delivery_man_id` is null and `status` = 1
      510μsProductRepository.php#111u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 21. app/Repositories/ProductRepository.php:111
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `sellers` where `sellers`.`id` in (26)
      380μsProductRepository.php#111u568459134_UserStore
      Metadata
      Backtrace
      • 21. app/Repositories/ProductRepository.php:111
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `wishlists` where `wishlists`.`product_id` in (332136)
      450μsProductRepository.php#111u568459134_UserStore
      Metadata
      Backtrace
      • 21. app/Repositories/ProductRepository.php:111
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `product_compares` where `product_compares`.`product_id` in (332136)
      280μsProductRepository.php#111u568459134_UserStore
      Metadata
      Backtrace
      • 21. app/Repositories/ProductRepository.php:111
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (332136) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      370μsProductRepository.php#111u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 21. app/Repositories/ProductRepository.php:111
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:257
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `tag_id` from `product_tag` where `product_id` = 332136
      1.67msProductTagRepository.php#53u568459134_UserStore
      Metadata
      Bindings
      • 0. 332136
      Backtrace
      • 14. app/Repositories/ProductTagRepository.php:53
      • 15. app/Http/Controllers/Web/ProductDetailsController.php:263
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • update `tags` set `visit_count` = `visit_count` + 1, `tags`.`updated_at` = '2025-06-07 21:21:55' where `id` in (4111, 2361, 2321, 2334)
      4.05msTagRepository.php#53u568459134_UserStore
      Metadata
      Bindings
      • 0. 2025-06-07 21:21:55
      • 1. 4111
      • 2. 2361
      • 3. 2321
      • 4. 2334
      Backtrace
      • 14. app/Repositories/TagRepository.php:53
      • 15. app/Http/Controllers/Web/ProductDetailsController.php:264
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select count(*) as aggregate from `wishlists` where `product_id` = 332136
      710μsWishlistRepository.php#33u568459134_UserStore
      Metadata
      Bindings
      • 0. 332136
      Backtrace
      • 16. app/Repositories/WishlistRepository.php:33
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:268
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select count(*) as aggregate from `product_compares` where `product_id` = 332136
      380μsProductCompareRepository.php#35u568459134_UserStore
      Metadata
      Bindings
      • 0. 332136
      Backtrace
      • 16. app/Repositories/ProductCompareRepository.php:35
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:269
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      470μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:270
    • select * from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`category_id` = 9) and `id` not in (332136)
      14.28msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. 9
      • 10. 332136
      Backtrace
      • 15. app/Repositories/ProductRepository.php:318
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:270
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      1.37msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:270
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `delivery_man_id` is null and `status` = 1
      480μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:270
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'temporary_close') limit 1
      380μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. temporary_close
      Backtrace
      • 16. app/Utils/settings.php:15
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `business_settings` where (`type` = 'vacation_add') limit 1
      340μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. vacation_add
      Backtrace
      • 16. app/Utils/settings.php:15
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select count(*) as aggregate from `reviews` where (`product_id` = 332136) and `status` = 1
      370μsReviewRepository.php#70u568459134_UserStore
      Metadata
      Bindings
      • 0. 332136
      • 1. 1
      Backtrace
      • 16. app/Repositories/ReviewRepository.php:70
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:303
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      450μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:309
    • select count(*) as aggregate from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26 and `id` not in (332136)
      4.14msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. admin
      • 10. 26
      • 11. 332136
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:309
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26 and `id` not in (332136) order by `id` desc limit 5 offset 0
      1.01msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. admin
      • 10. 26
      • 11. 332136
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:309
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (332373, 332374, 332375, 332376, 332377) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      500μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:309
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (332373, 332374, 332375, 332376, 332377) and `delivery_man_id` is null and `status` = 1
      300μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:309
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      350μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:325
    • select count(*) as aggregate from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26
      3.79msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. admin
      • 10. 26
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:325
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1 and `status` = 1) as `reviews_count` from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26 limit 25 offset 0
      11.48msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. admin
      • 3. 1
      • 4. 1
      • 5. 1
      • 6. approved
      • 7. admin
      • 8. 1
      • 9. digital
      • 10. physical
      • 11. admin
      • 12. 26
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:325
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (332062, 332064, 332068, 332069, 332071, 332072, 332073, 332074, 332075, 332076, 332077, 332079, 332118, 332136, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      1.34msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:325
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (332062, 332064, 332068, 332069, 332071, 332072, 332073, 332074, 332075, 332076, 332077, 332079, 332118, 332136, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369) and `delivery_man_id` is null and `status` = 1
      450μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:325
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      390μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 26. app/Http/Controllers/Web/ProductDetailsController.php:337
      • 27. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `id` from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26
      5.33msProductDetailsController.php#338u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. admin
      • 10. 26
      Backtrace
      • 14. app/Http/Controllers/Web/ProductDetailsController.php:338
      • 15. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select count(*) as aggregate from `reviews` where `status` = 1 and `product_id` in (332062, 332064, 332068, 332069, 332071, 332072, 332073, 332074, 332075, 332076, 332077, 332079, 332118, 332136, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371, 332373, 332374, 332375, 332376, 332377) and `status` = 1
      410μsProductDetailsController.php#340u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 332062
      • 2. 332064
      • 3. 332068
      • 4. 332069
      • 5. 332071
      • 6. 332072
      • 7. 332073
      • 8. 332074
      • 9. 332075
      • 10. 332076
      • 11. 332077
      • 12. 332079
      • 13. 332118
      • 14. 332136
      • 15. 332307
      • 16. 332308
      • 17. 332309
      • 18. 332310
      • 19. 332360
      • 20. 332361
      • 21. 332362
      • 22. 332363
      • 23. 332364
      • 24. 332368
      • 25. 332369
      • 26. 332370
      • 27. 332371
      • 28. 332373
      • 29. 332374
      • 30. 332375
      • 31. 332376
      • 32. 332377
      • 33. 1
      Backtrace
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:340
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select avg(`rating`) as aggregate from `reviews` where `status` = 1 and `product_id` in (332062, 332064, 332068, 332069, 332071, 332072, 332073, 332074, 332075, 332076, 332077, 332079, 332118, 332136, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371, 332373, 332374, 332375, 332376, 332377) and `status` = 1
      360μsProductDetailsController.php#341u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 332062
      • 2. 332064
      • 3. 332068
      • 4. 332069
      • 5. 332071
      • 6. 332072
      • 7. 332073
      • 8. 332074
      • 9. 332075
      • 10. 332076
      • 11. 332077
      • 12. 332079
      • 13. 332118
      • 14. 332136
      • 15. 332307
      • 16. 332308
      • 17. 332309
      • 18. 332310
      • 19. 332360
      • 20. 332361
      • 21. 332362
      • 22. 332363
      • 23. 332364
      • 24. 332368
      • 25. 332369
      • 26. 332370
      • 27. 332371
      • 28. 332373
      • 29. 332374
      • 30. 332375
      • 31. 332376
      • 32. 332377
      • 33. 1
      Backtrace
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:341
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select `rating` from `reviews` where `status` = 1 and `product_id` in (332062, 332064, 332068, 332069, 332071, 332072, 332073, 332074, 332075, 332076, 332077, 332079, 332118, 332136, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371, 332373, 332374, 332375, 332376, 332377) and `status` = 1
      740μsProductDetailsController.php#344u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 332062
      • 2. 332064
      • 3. 332068
      • 4. 332069
      • 5. 332071
      • 6. 332072
      • 7. 332073
      • 8. 332074
      • 9. 332075
      • 10. 332076
      • 11. 332077
      • 12. 332079
      • 13. 332118
      • 14. 332136
      • 15. 332307
      • 16. 332308
      • 17. 332309
      • 18. 332310
      • 19. 332360
      • 20. 332361
      • 21. 332362
      • 22. 332363
      • 23. 332364
      • 24. 332368
      • 25. 332369
      • 26. 332370
      • 27. 332371
      • 28. 332373
      • 29. 332374
      • 30. 332375
      • 31. 332376
      • 32. 332377
      • 33. 1
      Backtrace
      • 14. app/Http/Controllers/Web/ProductDetailsController.php:344
      • 15. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      470μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/SellerRepository.php:60
      • 28. app/Repositories/SellerRepository.php:59
      • 29. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 30. app/Repositories/SellerRepository.php:58
    • select `sellers`.*, (select count(*) from `products` where `sellers`.`id` = `products`.`user_id` and (`added_by` = 'seller')) as `product_count`, (select count(*) from `products` where (`sellers`.`id` = `products`.`user_id` and (`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'seller')) as `product_count` from `sellers` where (`status` = 'approved')
      630μsSellerRepository.php#72u568459134_UserStore
      Metadata
      Bindings
      • 0. seller
      • 1. admin
      • 2. 1
      • 3. 1
      • 4. 1
      • 5. approved
      • 6. admin
      • 7. 1
      • 8. digital
      • 9. physical
      • 10. seller
      • 11. approved
      Backtrace
      • 15. app/Repositories/SellerRepository.php:72
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:350
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'shipping_method') limit 1
      340μshelpers.php#167u568459134_UserStore
      Metadata
      Bindings
      • 0. shipping_method
      Backtrace
      • 16. app/Utils/helpers.php:167
      • 17. app/Traits/ProductTrait.php:20
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:379
      • 19. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • select * from `shipping_types` where (`seller_id` = 0) limit 1
      410μsProductTrait.php#26u568459134_UserStore
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 16. app/Traits/ProductTrait.php:26
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:379
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select max(`cost`) as aggregate from `shipping_methods` where (`creator_id` = 1 and `creator_type` = 'admin' and `status` = 1)
      320μsProductTrait.php#36u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. admin
      • 2. 1
      Backtrace
      • 16. app/Traits/ProductTrait.php:36
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:379
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select min(`cost`) as aggregate from `shipping_methods` where (`creator_id` = 1 and `creator_type` = 'admin' and `status` = 1)
      310μsProductTrait.php#37u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. admin
      • 2. 1
      Backtrace
      • 16. app/Traits/ProductTrait.php:37
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:379
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      880μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:380
    • select count(*) as aggregate from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26
      4.02msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. admin
      • 10. 26
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:380
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1 and `status` = 1) as `reviews_count`, (select sum(`order_details`.`qty`) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_sum_qty` from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`added_by` = 'admin') and `user_id` = 26 order by `reviews_count` desc limit 12 offset 0
      436msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. admin
      • 3. 1
      • 4. 1
      • 5. 1
      • 6. approved
      • 7. admin
      • 8. 1
      • 9. digital
      • 10. physical
      • 11. admin
      • 12. 26
      Backtrace
      • 16. app/Repositories/ProductRepository.php:318
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:380
      • 18. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332374, 332375, 332376, 332377) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      620μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:380
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332374, 332375, 332376, 332377) and `delivery_man_id` is null and `status` = 1
      420μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 21. app/Repositories/ProductRepository.php:318
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:380
      • 23. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      560μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:392
    • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1 and `status` = 1) as `reviews_count` from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`category_id` = 9) order by `reviews_count` desc
      16.9msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. admin
      • 3. 1
      • 4. 1
      • 5. 1
      • 6. approved
      • 7. admin
      • 8. 1
      • 9. digital
      • 10. physical
      • 11. 9
      Backtrace
      • 15. app/Repositories/ProductRepository.php:318
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:392
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332136, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      1.45msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:392
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332136, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `delivery_man_id` is null and `status` = 1
      510μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:392
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `business_settings` where (`type` = 'business_mode') limit 1
      540μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. business_mode
      Backtrace
      • 16. app/Utils/settings.php:15
      • 23. app/Repositories/ProductRepository.php:238
      • 24. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • 27. app/Repositories/ProductRepository.php:237
      • 28. app/Http/Controllers/Web/ProductDetailsController.php:402
    • select * from `products` where ((`added_by` = 'admin') and `brand_id` is null and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and (`category_id` = 9) order by `id` desc
      18.97msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. 9
      Backtrace
      • 15. app/Repositories/ProductRepository.php:318
      • 16. app/Http/Controllers/Web/ProductDetailsController.php:402
      • 17. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `translations` where `translations`.`translationable_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332136, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      1.77msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Product
      • 1. sa
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:402
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `reviews` where `reviews`.`product_id` in (5196, 5211, 5230, 5250, 5253, 5565, 5928, 5929, 5930, 5931, 331344, 331346, 331367, 331369, 331370, 331371, 331374, 331432, 331462, 331480, 331482, 331483, 331484, 331485, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331526, 331543, 331544, 331545, 331549, 331564, 331617, 331629, 331631, 331647, 331649, 331650, 331652, 331752, 331762, 331763, 331764, 331767, 331768, 331769, 331770, 331777, 331929, 332064, 332135, 332136, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332152, 332153, 332154, 332155, 332157, 332198) and `delivery_man_id` is null and `status` = 1
      470μsProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 20. app/Repositories/ProductRepository.php:318
      • 21. app/Http/Controllers/Web/ProductDetailsController.php:402
      • 22. app/Http/Controllers/Web/ProductDetailsController.php:58
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `categories` where `categories`.`id` = 9 limit 1
      670μsdetails.blade.php#464u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.product.details:464
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      550μsdetails.blade.php#464u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.product.details:464
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 70 limit 1
      440μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. 70
      Backtrace
      • 20. app/Utils/category-manager.php:65
      • 21. view::theme-views.product.details:472
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `translations` where `translations`.`translationable_id` in (70) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      500μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 25. app/Utils/category-manager.php:65
      • 26. view::theme-views.product.details:472
      • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `categories` where `categories`.`id` = 142 limit 1
      450μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. 142
      Backtrace
      • 20. app/Utils/category-manager.php:65
      • 21. view::theme-views.product.details:480
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `translations` where `translations`.`translationable_id` in (142) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      520μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 25. app/Utils/category-manager.php:65
      • 26. view::theme-views.product.details:480
      • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `currencies` where (`code` = 'USD') limit 1
      430μscurrency.php#98u568459134_UserStore
      Metadata
      Bindings
      • 0. USD
      Backtrace
      • 16. app/Utils/currency.php:98
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
      510μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. currency_symbol_position
      Backtrace
      • 16. app/Utils/settings.php:15
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `business_settings` where (`type` = 'guest_checkout') limit 1
      440μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. guest_checkout
      Backtrace
      • 16. app/Utils/settings.php:15
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `business_settings` where (`type` = 'refund_day_limit') limit 1
      390μssettings.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. refund_day_limit
      Backtrace
      • 16. app/Utils/settings.php:15
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      700μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      460μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332198 and `wishlists`.`product_id` is not null
      590μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332198
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332198 and `product_compares`.`product_id` is not null
      330μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332198
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332157 and `wishlists`.`product_id` is not null
      490μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332157
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332157 and `product_compares`.`product_id` is not null
      340μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332157
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      440μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      590μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332155 and `wishlists`.`product_id` is not null
      640μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332155
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332155 and `product_compares`.`product_id` is not null
      660μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332155
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      480μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      620μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332154 and `wishlists`.`product_id` is not null
      570μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332154
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332154 and `product_compares`.`product_id` is not null
      510μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332154
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332153 and `wishlists`.`product_id` is not null
      620μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332153
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332153 and `product_compares`.`product_id` is not null
      340μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332153
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332152 and `wishlists`.`product_id` is not null
      740μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332152
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332152 and `product_compares`.`product_id` is not null
      330μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332152
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332146 and `wishlists`.`product_id` is not null
      630μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332146
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332146 and `product_compares`.`product_id` is not null
      420μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332146
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      720μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332145 and `wishlists`.`product_id` is not null
      710μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332145
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332145 and `product_compares`.`product_id` is not null
      390μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332145
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      660μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 9
      Backtrace
      • 22. view::theme-views.partials._product-medium-card:15
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. App\Models\Category
      • 1. sa
      Backtrace
      • 27. view::theme-views.partials._product-medium-card:15
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `wishlists` where `wishlists`.`product_id` = 332144 and `wishlists`.`product_id` is not null
      600μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332144
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:23
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `product_compares` where `product_compares`.`product_id` = 332144 and `product_compares`.`product_id` is not null
      350μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332144
      Backtrace
      • 20. view::theme-views.partials._product-medium-card:28
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332142 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332142 and `product_compares`.`product_id` is not null
      390μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      660μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      680μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332141 and `wishlists`.`product_id` is not null
      790μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332141 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332140 and `wishlists`.`product_id` is not null
      730μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332140 and `product_compares`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      820μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      670μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332138 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332138 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332137 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332137 and `product_compares`.`product_id` is not null
      260μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332136 and `wishlists`.`product_id` is not null
      420μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332136 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332135 and `wishlists`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332135 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332064 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332064 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331929 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331929 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331777 and `wishlists`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331777 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      270μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331770 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331770 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      260μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331769 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331769 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      310μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331768 and `wishlists`.`product_id` is not null
      770μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331768 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331767 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331767 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331764 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331764 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      310μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331763 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331763 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331762 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331762 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      430μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      1.04msu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331752 and `wishlists`.`product_id` is not null
      800μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331752 and `product_compares`.`product_id` is not null
      990μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331652 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331652 and `product_compares`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      310μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331650 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331650 and `product_compares`.`product_id` is not null
      420μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      630μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      590μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331649 and `wishlists`.`product_id` is not null
      720μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331649 and `product_compares`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331647 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331647 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331631 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331631 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      520μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331629 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331629 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      750μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      780μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331617 and `wishlists`.`product_id` is not null
      900μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331617 and `product_compares`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      730μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331564 and `wishlists`.`product_id` is not null
      530μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331564 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331549 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331549 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331545 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331545 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331544 and `wishlists`.`product_id` is not null
      640μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331544 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331543 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331543 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      980μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331526 and `wishlists`.`product_id` is not null
      720μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331526 and `product_compares`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      430μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331522 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331522 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      470μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331521 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331521 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      630μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331520 and `wishlists`.`product_id` is not null
      710μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331520 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331519 and `wishlists`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331519 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331517 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331517 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331516 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331516 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331515 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331515 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331514 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331514 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      290μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331513 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331513 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331512 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331512 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331511 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331511 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      270μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      290μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331510 and `wishlists`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331510 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331509 and `wishlists`.`product_id` is not null
      940μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331509 and `product_compares`.`product_id` is not null
      390μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      460μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331508 and `wishlists`.`product_id` is not null
      610μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331508 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331507 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331507 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331506 and `wishlists`.`product_id` is not null
      710μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331506 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331505 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331505 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      650μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331504 and `wishlists`.`product_id` is not null
      760μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331504 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331503 and `wishlists`.`product_id` is not null
      670μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331503 and `product_compares`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      640μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331485 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331485 and `product_compares`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      460μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331484 and `wishlists`.`product_id` is not null
      770μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331484 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      550μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      500μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331483 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331483 and `product_compares`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      820μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331482 and `wishlists`.`product_id` is not null
      630μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331482 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331480 and `wishlists`.`product_id` is not null
      600μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331480 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331462 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331462 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331432 and `wishlists`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331432 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331374 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331374 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331371 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331371 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331370 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331370 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331369 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331369 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      330μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331367 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331367 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331346 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331346 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331344 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331344 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      290μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5931 and `wishlists`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5931 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5930 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5930 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5929 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5929 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5928 and `wishlists`.`product_id` is not null
      750μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5928 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5565 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5565 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5253 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5253 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5250 and `wishlists`.`product_id` is not null
      800μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5250 and `product_compares`.`product_id` is not null
      540μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      510μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      550μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5230 and `wishlists`.`product_id` is not null
      820μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5230 and `product_compares`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5211 and `wishlists`.`product_id` is not null
      610μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5211 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      500μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 5196 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 5196 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      460μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331631 and `wishlists`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331631 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331768 and `wishlists`.`product_id` is not null
      530μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331768 and `product_compares`.`product_id` is not null
      260μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      310μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331767 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331767 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      470μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331764 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331764 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331763 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331763 and `product_compares`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      490μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      470μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331762 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331762 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331752 and `wishlists`.`product_id` is not null
      530μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331752 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331652 and `wishlists`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331652 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331650 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331650 and `product_compares`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331649 and `wishlists`.`product_id` is not null
      670μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331649 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331647 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331647 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331769 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331769 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331629 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331629 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331617 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331617 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331564 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331564 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331549 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331549 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      590μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331545 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331545 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331544 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331544 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331543 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331543 and `product_compares`.`product_id` is not null
      390μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331526 and `wishlists`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331526 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      260μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331522 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331522 and `product_compares`.`product_id` is not null
      260μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332141 and `wishlists`.`product_id` is not null
      540μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332141 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332198 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332198 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332157 and `wishlists`.`product_id` is not null
      760μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332157 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332155 and `wishlists`.`product_id` is not null
      600μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332155 and `product_compares`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 9 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (9) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332154 and `wishlists`.`product_id` is not null
      620μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332154 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • ... 248 additional queries are executed but now shown because of Debugbar query limits. Limits can be raised in the config (debugbar.options.db.soft/hard_limit)
    App\Models\Wishlist
    54
    App\Models\Currency
    1
    App\Models\Category
    289
    App\Models\ShippingType
    1
    App\Models\Translation
    675
    App\Models\Product
    323
    App\Models\BusinessSetting
    23
        decimal_point_settings
        0
        product_brand
        0
        digital_product
        1
        currency_model
        multi_currency
        language
        array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
        local
        sa
        direction
        rtl
        system_default_currency
        11
        system_default_currency_info
        App\Models\Currency {#4417 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
        currency_code
        YER
        currency_symbol
        YER
        currency_exchange_rate
        1
        _token
        jRfuDEqYH03q5vWX1q20oV2yYU3qIhnExzZfpNxE
        guest_id
        401709
        usd
        1
        currency_symbol_position
        left
        _previous
        array:1 [ "url" => "https://alemlakshope.com/product/stylish-and-soft-mens-sweater-wbdtqK" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /product/stylish-and-soft-mens-sweater-wbdtqK
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "host" => array:1 [ 0 => "alemlakshope.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
        request_server
        0 of 0
        array:44 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "alemlakshope.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "alemlakshope.com" "HTTP_HOST" => "alemlakshope.com" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_ACCEPT" => "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" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.58 (Ubuntu) Server at alemlakshope.com Port 443</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.58 (Ubuntu)" "SERVER_NAME" => "alemlakshope.com" "SERVER_ADDR" => "194.164.150.159" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.201" "DOCUMENT_ROOT" => "/var/www/html/public_html" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/public_html" "SERVER_ADMIN" => "[no address given]" "SCRIPT_FILENAME" => "/var/www/html/public_html/index.php" "REMOTE_PORT" => "23984" "REDIRECT_URL" => "/product/stylish-and-soft-mens-sweater-wbdtqK" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/product/stylish-and-soft-mens-sweater-wbdtqK" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1749320515.4376 "REQUEST_TIME" => 1749320515 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 07 Jun 2025 18:21:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijg0M3pYMCt2QUVtTEl5eHBGZjJBMkE9PSIsInZhbHVlIjoibkpiVGhxMXI5QytONXp4Wld3RVE2UHNheTB4Tk8wcUYwSHN6RzF3NjZkd2R6ZVE3UVdRaUM2OG1Md1U2R203RWVxbFdxUzFEYklvNjc5L0FmZWNWQ3ZvZ2ExQ1JQQml3all5c1dCU0lDc3IremxQOTRzOGNZUlFOU0prK3pEN00iLCJtYWMiOiIxZGVjYWY4NzljMWQ3ZGEyZGMwODQxM2RiZjE1YjgwNzcwZDY1Mzc3ZGNjYzEwYWFlMGVkMTgwZWY3NTE0NzIxIiwidGFnIjoiIn0%3D; expires=Sat, 07 Jun 2025 19:21:57 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6Ijg0M3pYMCt2QUVtTEl5eHBGZjJBMkE9PSIsInZhbHVlIjoibkpiVGhxMXI5QytONXp4Wld3RVE2UHNheTB4Tk8wcUYwSHN6RzF3NjZkd2R6ZVE3UVdRaUM2OG1Md1U2R203RWVxbFdxU" 1 => "alemlak_for_trading_session=eyJpdiI6ImlKYzRUMmZRWjAwRFBFWDZnRDhsQ0E9PSIsInZhbHVlIjoidGJRYjI5WTM1L1VDaThhQWNQNW5vV2srYWVZL1R4a1V2Y2QrMHpteTJ5Q0dRaDZvMjNUQUVaQzZteE1acWZJUWFZWkNMUHZxQVZMRlJsWTQwOHI1YWNOdEdHbk1RWXRBa1ZpakxockFSNE40bnZIcDRxTC9tOFNJZTg1alpsUnQiLCJtYWMiOiI3MmMwOTc1NTE1NTgwOWM3MmVlZDgwNTFmZmFmZjk3NGYyNTQ5YjNmZDVjMGE1ZTkyMjgxODM0NjJmZDdlOWNmIiwidGFnIjoiIn0%3D; expires=Sat, 07 Jun 2025 19:21:57 GMT; Max-Age=3600; path=/; httponlyalemlak_for_trading_session=eyJpdiI6ImlKYzRUMmZRWjAwRFBFWDZnRDhsQ0E9PSIsInZhbHVlIjoidGJRYjI5WTM1L1VDaThhQWNQNW5vV2srYWVZL1R4a1V2Y2QrMHpteTJ5Q0dRaDZvMjNUQUVaQzZt" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijg0M3pYMCt2QUVtTEl5eHBGZjJBMkE9PSIsInZhbHVlIjoibkpiVGhxMXI5QytONXp4Wld3RVE2UHNheTB4Tk8wcUYwSHN6RzF3NjZkd2R6ZVE3UVdRaUM2OG1Md1U2R203RWVxbFdxUzFEYklvNjc5L0FmZWNWQ3ZvZ2ExQ1JQQml3all5c1dCU0lDc3IremxQOTRzOGNZUlFOU0prK3pEN00iLCJtYWMiOiIxZGVjYWY4NzljMWQ3ZGEyZGMwODQxM2RiZjE1YjgwNzcwZDY1Mzc3ZGNjYzEwYWFlMGVkMTgwZWY3NTE0NzIxIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 19:21:57 GMT; path=/XSRF-TOKEN=eyJpdiI6Ijg0M3pYMCt2QUVtTEl5eHBGZjJBMkE9PSIsInZhbHVlIjoibkpiVGhxMXI5QytONXp4Wld3RVE2UHNheTB4Tk8wcUYwSHN6RzF3NjZkd2R6ZVE3UVdRaUM2OG1Md1U2R203RWVxbFdxU" 1 => "alemlak_for_trading_session=eyJpdiI6ImlKYzRUMmZRWjAwRFBFWDZnRDhsQ0E9PSIsInZhbHVlIjoidGJRYjI5WTM1L1VDaThhQWNQNW5vV2srYWVZL1R4a1V2Y2QrMHpteTJ5Q0dRaDZvMjNUQUVaQzZteE1acWZJUWFZWkNMUHZxQVZMRlJsWTQwOHI1YWNOdEdHbk1RWXRBa1ZpakxockFSNE40bnZIcDRxTC9tOFNJZTg1alpsUnQiLCJtYWMiOiI3MmMwOTc1NTE1NTgwOWM3MmVlZDgwNTFmZmFmZjk3NGYyNTQ5YjNmZDVjMGE1ZTkyMjgxODM0NjJmZDdlOWNmIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 19:21:57 GMT; path=/; httponlyalemlak_for_trading_session=eyJpdiI6ImlKYzRUMmZRWjAwRFBFWDZnRDhsQ0E9PSIsInZhbHVlIjoidGJRYjI5WTM1L1VDaThhQWNQNW5vV2srYWVZL1R4a1V2Y2QrMHpteTJ5Q0dRaDZvMjNUQUVaQzZt" ] ]
        session_attributes
        0 of 0
        array:19 [ "decimal_point_settings" => 0 "product_brand" => 0 "digital_product" => 1 "currency_model" => "multi_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => false ] 1 => array:6 [ "id" => 2 "name" => "العربية" "direction" => "rtl" "code" => "sa" "status" => 1 "default" => true ] ] "local" => "sa" "direction" => "rtl" "system_default_currency" => 11 "system_default_currency_info" => App\Models\Currency {#4417 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [ "id" => 11 "name" => "ريال يمني قديم" "symbol" => "YER" "code" => "YER" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-03-05 02:51:14" "updated_at" => "2025-01-09 07:35:24" ] #original: array:8 [ "id" => 11 "name" => "ريال يمني قديم" "symbol" => "YER" "code" => "YER" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-03-05 02:51:14" "updated_at" => "2025-01-09 07:35:24" ] #changes: [] #casts: array:4 [ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "YER" "currency_symbol" => "YER" "currency_exchange_rate" => "1" "_token" => "jRfuDEqYH03q5vWX1q20oV2yYU3qIhnExzZfpNxE" "guest_id" => 401709 "usd" => "1" "currency_symbol_position" => "left" "_previous" => array:1 [ "url" => "https://alemlakshope.com/product/stylish-and-soft-mens-sweater-wbdtqK" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]