Loader
📢 إعلان هام لزبائننا الكرام 📢 نود إعلامكم بأننا مستمرون في استقبال الطلبيات يوميًا حتى يوم العيد 🎉 كما يسعدنا أن نخبركم أن التوصيل سيكون مجانيًا داخل العاصمة صنعاء ابتداءً من الغد الى لليله العيد 🚚💨 ✨ لا تفوتوا الفرصة! سارعوا بتقديم طلباتكم واستفيدوا من التوصيل المجاني.
وضع الثيم
0

🥾كوتش ولادي سبور – القوة والراحة في كل خطوة!🥾


YER3,500

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

YER3,500 ( ضريبة القيمة المضافة incl. )

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

مواصفات مميزة:
 خامة جلد صناعي بجودة عالية
 مبطّن من الداخل للدفء والراحة
سحاب جانبي لتسهيل اللبس والخلع
نعل سميك مانع للانزلاق
 تفاصيل سبور أنيقة لإطلالة عصرية

خلي ابنك يواكب الموضة بإطلالة قوية ومريحة! 💪🖤

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

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

sfdfdf

dfdfdfdf

01
dfdf
dfdfdf
تحدث معنا على الواتساب
8.3.6PHP Version16.09sRequest Duration46MBMemory UsageGET product/{slug}Route
  • warninglog[06:36:51] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[06:36:51] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[06:36:51] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • Booting (96.27ms)time
  • Application (16s)time
  • 1 x Application (99.4%)
    16.00s
    1 x Booting (0.6%)
    96.27ms
    1811 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
    • 1798x 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
    3676 statements were executed, 235 of which were duplicated, 3441 unique. Show only duplicated11.93s
    • # 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
      380μ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 ('3.16.44.66', '2025-06-04 06:36:39')
      5.68msGuestMiddleware.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 3.16.44.66
      • 1. 2025-06-04 06:36:39
      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
      560μ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` = 'my-childrens-hands-are-made-of-leather-and-thread-fbFfen' limit 1
      21.14msProductRepository.php#111u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. my-childrens-hands-are-made-of-leather-and-thread-fbFfen
      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 (331695) and `delivery_man_id` is null and `status` = 1
      470μ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 (10)
      370μ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 (331695)
      650μ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 (331695)
      370μ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 (331695) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      440μ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` = 331695
      2.23msProductTagRepository.php#53u568459134_UserStore
      Metadata
      Bindings
      • 0. 331695
      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-04 06:36:39' where `id` in (3552)
      3.32msTagRepository.php#53u568459134_UserStore
      Metadata
      Bindings
      • 0. 2025-06-04 06:36:39
      • 1. 3552
      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` = 331695
      710μsWishlistRepository.php#33u568459134_UserStore
      Metadata
      Bindings
      • 0. 331695
      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` = 331695
      430μsProductCompareRepository.php#35u568459134_UserStore
      Metadata
      Bindings
      • 0. 331695
      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
      430μ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` = 8) and `id` not in (331695)
      27.53msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. 8
      • 10. 331695
      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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      3.3msProductRepository.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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `delivery_man_id` is null and `status` = 1
      920μ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
      600μ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
      450μ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` = 331695) and `status` = 1
      340μsReviewRepository.php#70u568459134_UserStore
      Metadata
      Bindings
      • 0. 331695
      • 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
      800μ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` = 10 and `id` not in (331695)
      11.59msProductRepository.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. 10
      • 11. 331695
      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` = 10 and `id` not in (331695) order by `id` desc limit 5 offset 0
      1.45msProductRepository.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. 10
      • 11. 331695
      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 (332355, 332356, 332357, 332358, 332372) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      680μ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 (332355, 332356, 332357, 332358, 332372) and `delivery_man_id` is null and `status` = 1
      410μ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
      620μ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` = 10
      8.81msProductRepository.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. 10
      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` = 10 limit 25 offset 0
      4.97msProductRepository.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. 10
      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 (4419, 4421, 4422, 4425, 4437, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4544, 4548, 4553, 4554, 4574, 4576, 4579, 4580, 5013, 5014, 5028, 5029) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      930μ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: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 (4419, 4421, 4422, 4425, 4437, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4544, 4548, 4553, 4554, 4574, 4576, 4579, 4580, 5013, 5014, 5028, 5029) and `delivery_man_id` is null and `status` = 1
      400μ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
      410μ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` = 10
      6.23msProductDetailsController.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. 10
      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 (4419, 4421, 4422, 4425, 4437, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4544, 4548, 4553, 4554, 4574, 4576, 4579, 4580, 5013, 5014, 5028, 5029, 5049, 5145, 5179, 5180, 5200, 5230, 5250, 5253, 5355, 5356, 5357, 5359, 5360, 5430, 5433, 5436, 5439, 5440, 5443, 5446, 5528, 5530, 5562, 5563, 5565, 5566, 5567, 5569, 5572, 5575, 5577, 5578, 5579, 5581, 5583, 5594, 5595, 5596, 5597, 5598, 5608, 5645, 5651, 5652, 5670, 5672, 5673, 5674, 5675, 5676, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5695, 5701, 5707, 5708, 5709, 5710, 5713, 5813, 5816, 5817, 5818, 5821, 5822, 5823, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5851, 5870, 5873, 5874, 5875, 5876, 5878, 5879, 5880, 5881, 5882, 5890, 5891, 5892, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5910, 5911, 5912, 5913, 5915, 5916, 5921, 5922, 5923, 5924, 5925, 5926, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5967, 5968, 5969, 5970, 5971, 5972, 5974, 5975, 5976, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5988, 5989, 5990, 5992, 5993, 5994, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6011, 6012, 6013, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6067, 6068, 6079, 6080, 6081, 6082, 6084, 6085, 6088, 6089, 6090, 6101, 6102, 6103, 6104, 6105, 6106, 6108, 6110, 6111, 6112, 6114, 6124, 6125, 6127, 6131, 6133, 6134, 6135, 6136, 6144, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6210, 6211, 6212, 6213, 6215, 6216, 6217, 6219, 6220, 6221, 6222, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331134, 331135, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331164, 331165, 331166, 331167, 331168, 331169, 331170, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331241, 331264, 331270, 331271, 331272, 331273, 331274, 331275, 331276, 331277, 331279, 331281, 331282, 331283, 331284, 331285, 331286, 331287, 331288, 331289, 331290, 331291, 331292, 331293, 331294, 331295, 331296, 331297, 331298, 331299, 331300, 331301, 331304, 331305, 331306, 331308, 331311, 331312, 331313, 331314, 331315, 331316, 331319, 331320, 331324, 331330, 331331, 331332, 331335, 331336, 331338, 331339, 331340, 331341, 331342, 331343, 331344, 331346, 331347, 331351, 331355, 331356, 331357, 331358, 331359, 331360, 331361, 331365, 331366, 331367, 331368, 331369, 331370, 331371, 331374, 331377, 331378, 331379, 331380, 331381, 331383, 331384, 331385, 331386, 331387, 331389, 331390, 331393, 331395, 331401, 331402, 331403, 331405, 331406, 331410, 331411, 331412, 331416, 331417, 331418, 331419, 331420, 331421, 331422, 331423, 331424, 331425, 331427, 331428, 331429, 331432, 331433, 331434, 331435, 331436, 331438, 331439, 331440, 331443, 331446, 331450, 331451, 331452, 331453, 331455, 331457, 331458, 331459, 331460, 331472, 331473, 331475, 331480, 331482, 331483, 331484, 331485, 331491, 331492, 331493, 331494, 331499, 331500, 331501, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331525, 331526, 331528, 331529, 331533, 331535, 331537, 331538, 331539, 331540, 331542, 331543, 331544, 331545, 331546, 331549, 331550, 331551, 331552, 331554, 331556, 331560, 331561, 331562, 331564, 331565, 331566, 331567, 331568, 331573, 331574, 331576, 331577, 331578, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331591, 331598, 331600, 331601, 331602, 331603, 331604, 331605, 331606, 331607, 331608, 331609, 331610, 331611, 331612, 331613, 331614, 331615, 331617, 331618, 331623, 331624, 331625, 331626, 331627, 331628, 331629, 331630, 331631, 331632, 331634, 331636, 331638, 331639, 331641, 331642, 331644, 331645, 331646, 331647, 331648, 331649, 331650, 331651, 331652, 331653, 331655, 331656, 331657, 331665, 331668, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331688, 331689, 331690, 331691, 331692, 331693, 331694, 331695, 331697, 331699, 331700, 331701, 331702, 331703, 331704, 331705, 331706, 331707, 331708, 331709, 331711, 331712, 331714, 331715, 331716, 331717, 331718, 331719, 331721, 331723, 331724, 331725, 331726, 331727, 331728, 331730, 331731, 331732, 331733, 331734, 331736, 331738, 331739, 331740, 331741, 331744, 331745, 331747, 331748, 331749, 331750, 331752, 331754, 331755, 331756, 331757, 331758, 331759, 331762, 331763, 331764, 331765, 331766, 331767, 331768, 331769, 331770, 331771, 331773, 331774, 331775, 331776, 331777, 331780, 331781, 331782, 331785, 331786, 331787, 331788, 331789, 331790, 331791, 331792, 331793, 331794, 331795, 331796, 331797, 331798, 331799, 331800, 331801, 331802, 331803, 331804, 331805, 331806, 331807, 331809, 331810, 331813, 331814, 331815, 331816, 331817, 331818, 331820, 331821, 331822, 331823, 331824, 331825, 331827, 331828, 331830, 331831, 331832, 331833, 331834, 331836, 331837, 331838, 331841, 331842, 331843, 331844, 331845, 331847, 331848, 331849, 331851, 331852, 331853, 331854, 331855, 331859, 331860, 331861, 331862, 331863, 331864, 331866, 331867, 331869, 331870, 331871, 331873, 331874, 331875, 331876, 331877, 331878, 331879, 331880, 331881, 331882, 331883, 331884, 331885, 331886, 331887, 331888, 331889, 331891, 331892, 331893, 331894, 331896, 331897, 331898, 331899, 331900, 331901, 331902, 331903, 331904, 331905, 331906, 331909, 331911, 331912, 331913, 331914, 331915, 331917, 331918, 331919, 331920, 331921, 331922, 331923, 331924, 331925, 331926, 331927, 331928, 331929, 331930, 331931, 331932, 331933, 331934, 331935, 331937, 331938, 331939, 331941, 331942, 331943, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331980, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 331998, 331999, 332000, 332001, 332002, 332003, 332004, 332005, 332006, 332007, 332008, 332009, 332010, 332011, 332012, 332015, 332016, 332017, 332018, 332019, 332020, 332021, 332022, 332023, 332024, 332025, 332026, 332027, 332028, 332029, 332030, 332031, 332032, 332033, 332034, 332035, 332036, 332037, 332038, 332039, 332040, 332041, 332043, 332044, 332045, 332046, 332047, 332048, 332050, 332051, 332052, 332053, 332054, 332055, 332056, 332058, 332059, 332080, 332081, 332083, 332084, 332085, 332086, 332087, 332088, 332089, 332090, 332091, 332092, 332094, 332095, 332096, 332097, 332098, 332099, 332100, 332102, 332103, 332105, 332106, 332107, 332109, 332110, 332111, 332113, 332114, 332115, 332116, 332120, 332122, 332123, 332125, 332126, 332129, 332130, 332131, 332132, 332134, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332149, 332152, 332153, 332154, 332155, 332156, 332157, 332158, 332160, 332161, 332164, 332165, 332166, 332167, 332168, 332170, 332171, 332172, 332173, 332174, 332175, 332176, 332177, 332179, 332180, 332181, 332182, 332183, 332184, 332185, 332186, 332188, 332189, 332190, 332191, 332193, 332194, 332195, 332196, 332197, 332198, 332199, 332200, 332201, 332202, 332203, 332204, 332205, 332206, 332207, 332208, 332209, 332210, 332211, 332212, 332214, 332215, 332216, 332217, 332218, 332219, 332220, 332221, 332222, 332223, 332224, 332225, 332226, 332227, 332228, 332229, 332230, 332231, 332232, 332233, 332234, 332235, 332236, 332237, 332238, 332239, 332240, 332241, 332242, 332243, 332244, 332246, 332248, 332249, 332250, 332262, 332267, 332268, 332269, 332270, 332271, 332272, 332273, 332274, 332275, 332276, 332277, 332278, 332279, 332280, 332281, 332282, 332284, 332285, 332286, 332288, 332290, 332291, 332293, 332294, 332295, 332296, 332297, 332299, 332300, 332311, 332312, 332313, 332314, 332315, 332316, 332317, 332318, 332320, 332322, 332323, 332324, 332325, 332326, 332327, 332328, 332331, 332332, 332333, 332335, 332336, 332337, 332341, 332343, 332344, 332345, 332347, 332348, 332351, 332352, 332353, 332354, 332355, 332356, 332357, 332358, 332372) and `status` = 1
      3.07msProductDetailsController.php#340u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 4419
      • 2. 4421
      • 3. 4422
      • 4. 4425
      • 5. 4437
      • 6. 4448
      • 7. 4449
      • 8. 4450
      • 9. 4507
      • 10. 4513
      • 11. 4514
      • 12. 4516
      • 13. 4518
      • 14. 4544
      • 15. 4548
      • 16. 4553
      • 17. 4554
      • 18. 4574
      • 19. 4576
      • 20. 4579
      • 21. 4580
      • 22. 5013
      • 23. 5014
      • 24. 5028
      • 25. 5029
      • 26. 5049
      • 27. 5145
      • 28. 5179
      • 29. 5180
      • 30. 5200
      • 31. 5230
      • 32. 5250
      • 33. 5253
      • 34. 5355
      • 35. 5356
      • 36. 5357
      • 37. 5359
      • 38. 5360
      • 39. 5430
      • 40. 5433
      • 41. 5436
      • 42. 5439
      • 43. 5440
      • 44. 5443
      • 45. 5446
      • 46. 5528
      • 47. 5530
      • 48. 5562
      • 49. 5563
      • 50. 5565
      • 51. 5566
      • 52. 5567
      • 53. 5569
      • 54. 5572
      • 55. 5575
      • 56. 5577
      • 57. 5578
      • 58. 5579
      • 59. 5581
      • 60. 5583
      • 61. 5594
      • 62. 5595
      • 63. 5596
      • 64. 5597
      • 65. 5598
      • 66. 5608
      • 67. 5645
      • 68. 5651
      • 69. 5652
      • 70. 5670
      • 71. 5672
      • 72. 5673
      • 73. 5674
      • 74. 5675
      • 75. 5676
      • 76. 5682
      • 77. 5683
      • 78. 5684
      • 79. 5685
      • 80. 5686
      • 81. 5687
      • 82. 5688
      • 83. 5695
      • 84. 5701
      • 85. 5707
      • 86. 5708
      • 87. 5709
      • 88. 5710
      • 89. 5713
      • 90. 5813
      • 91. 5816
      • 92. 5817
      • 93. 5818
      • 94. 5821
      • 95. 5822
      • 96. 5823
      • 97. 5825
      • 98. 5826
      • 99. 5827
      • 100. 5828
      • 101. 5829
      • 102. 5830
      • 103. 5831
      • 104. 5832
      • 105. 5833
      • 106. 5834
      • 107. 5835
      • 108. 5836
      • 109. 5837
      • 110. 5838
      • 111. 5839
      • 112. 5840
      • 113. 5841
      • 114. 5842
      • 115. 5843
      • 116. 5844
      • 117. 5845
      • 118. 5846
      • 119. 5847
      • 120. 5851
      • 121. 5870
      • 122. 5873
      • 123. 5874
      • 124. 5875
      • 125. 5876
      • 126. 5878
      • 127. 5879
      • 128. 5880
      • 129. 5881
      • 130. 5882
      • 131. 5890
      • 132. 5891
      • 133. 5892
      • 134. 5894
      • 135. 5895
      • 136. 5896
      • 137. 5897
      • 138. 5898
      • 139. 5899
      • 140. 5900
      • 141. 5901
      • 142. 5902
      • 143. 5903
      • 144. 5904
      • 145. 5905
      • 146. 5906
      • 147. 5907
      • 148. 5908
      • 149. 5910
      • 150. 5911
      • 151. 5912
      • 152. 5913
      • 153. 5915
      • 154. 5916
      • 155. 5921
      • 156. 5922
      • 157. 5923
      • 158. 5924
      • 159. 5925
      • 160. 5926
      • 161. 5928
      • 162. 5929
      • 163. 5930
      • 164. 5931
      • 165. 5932
      • 166. 5933
      • 167. 5934
      • 168. 5935
      • 169. 5936
      • 170. 5937
      • 171. 5938
      • 172. 5939
      • 173. 5940
      • 174. 5941
      • 175. 5942
      • 176. 5943
      • 177. 5944
      • 178. 5945
      • 179. 5946
      • 180. 5947
      • 181. 5948
      • 182. 5949
      • 183. 5950
      • 184. 5951
      • 185. 5952
      • 186. 5953
      • 187. 5955
      • 188. 5956
      • 189. 5957
      • 190. 5958
      • 191. 5959
      • 192. 5960
      • 193. 5961
      • 194. 5967
      • 195. 5968
      • 196. 5969
      • 197. 5970
      • 198. 5971
      • 199. 5972
      • 200. 5974
      • 201. 5975
      • 202. 5976
      • 203. 5978
      • 204. 5979
      • 205. 5980
      • 206. 5981
      • 207. 5982
      • 208. 5983
      • 209. 5984
      • 210. 5985
      • 211. 5988
      • 212. 5989
      • 213. 5990
      • 214. 5992
      • 215. 5993
      • 216. 5994
      • 217. 5996
      • 218. 5997
      • 219. 5998
      • 220. 5999
      • 221. 6000
      • 222. 6001
      • 223. 6002
      • 224. 6003
      • 225. 6004
      • 226. 6005
      • 227. 6006
      • 228. 6007
      • 229. 6008
      • 230. 6009
      • 231. 6011
      • 232. 6012
      • 233. 6013
      • 234. 6017
      • 235. 6018
      • 236. 6019
      • 237. 6020
      • 238. 6021
      • 239. 6022
      • 240. 6023
      • 241. 6024
      • 242. 6025
      • 243. 6026
      • 244. 6027
      • 245. 6028
      • 246. 6029
      • 247. 6030
      • 248. 6031
      • 249. 6067
      • 250. 6068
      • 251. 6079
      • 252. 6080
      • 253. 6081
      • 254. 6082
      • 255. 6084
      • 256. 6085
      • 257. 6088
      • 258. 6089
      • 259. 6090
      • 260. 6101
      • 261. 6102
      • 262. 6103
      • 263. 6104
      • 264. 6105
      • 265. 6106
      • 266. 6108
      • 267. 6110
      • 268. 6111
      • 269. 6112
      • 270. 6114
      • 271. 6124
      • 272. 6125
      • 273. 6127
      • 274. 6131
      • 275. 6133
      • 276. 6134
      • 277. 6135
      • 278. 6136
      • 279. 6144
      • 280. 6168
      • 281. 6171
      • 282. 6172
      • 283. 6173
      • 284. 6177
      • 285. 6185
      • 286. 6186
      • 287. 6189
      • 288. 6190
      • 289. 6191
      • 290. 6194
      • 291. 6195
      • 292. 6196
      • 293. 6197
      • 294. 6198
      • 295. 6199
      • 296. 6210
      • 297. 6211
      • 298. 6212
      • 299. 6213
      • 300. 6215
      • 301. 6216
      • 302. 6217
      • 303. 6219
      • 304. 6220
      • 305. 6221
      • 306. 6222
      • 307. 6224
      • 308. 6225
      • 309. 6226
      • 310. 6227
      • 311. 6236
      • 312. 6237
      • 313. 6238
      • 314. 6239
      • 315. 6240
      • 316. 6242
      • 317. 6243
      • 318. 6244
      • 319. 6245
      • 320. 6246
      • 321. 6247
      • 322. 6248
      • 323. 6249
      • 324. 6250
      • 325. 6251
      • 326. 6252
      • 327. 6253
      • 328. 6254
      • 329. 6255
      • 330. 6256
      • 331. 6257
      • 332. 6258
      • 333. 6259
      • 334. 6260
      • 335. 6261
      • 336. 6262
      • 337. 6264
      • 338. 6265
      • 339. 6266
      • 340. 6267
      • 341. 6268
      • 342. 6269
      • 343. 6270
      • 344. 6271
      • 345. 6272
      • 346. 6273
      • 347. 6274
      • 348. 331134
      • 349. 331135
      • 350. 331138
      • 351. 331140
      • 352. 331142
      • 353. 331143
      • 354. 331147
      • 355. 331148
      • 356. 331149
      • 357. 331150
      • 358. 331155
      • 359. 331156
      • 360. 331157
      • 361. 331158
      • 362. 331159
      • 363. 331160
      • 364. 331161
      • 365. 331162
      • 366. 331163
      • 367. 331164
      • 368. 331165
      • 369. 331166
      • 370. 331167
      • 371. 331168
      • 372. 331169
      • 373. 331170
      • 374. 331171
      • 375. 331172
      • 376. 331173
      • 377. 331174
      • 378. 331175
      • 379. 331176
      • 380. 331178
      • 381. 331179
      • 382. 331180
      • 383. 331181
      • 384. 331182
      • 385. 331184
      • 386. 331185
      • 387. 331186
      • 388. 331187
      • 389. 331188
      • 390. 331190
      • 391. 331191
      • 392. 331192
      • 393. 331193
      • 394. 331194
      • 395. 331196
      • 396. 331197
      • 397. 331199
      • 398. 331202
      • 399. 331204
      • 400. 331205
      • 401. 331207
      • 402. 331209
      • 403. 331210
      • 404. 331212
      • 405. 331216
      • 406. 331219
      • 407. 331220
      • 408. 331221
      • 409. 331223
      • 410. 331224
      • 411. 331225
      • 412. 331226
      • 413. 331227
      • 414. 331228
      • 415. 331229
      • 416. 331230
      • 417. 331231
      • 418. 331232
      • 419. 331233
      • 420. 331241
      • 421. 331264
      • 422. 331270
      • 423. 331271
      • 424. 331272
      • 425. 331273
      • 426. 331274
      • 427. 331275
      • 428. 331276
      • 429. 331277
      • 430. 331279
      • 431. 331281
      • 432. 331282
      • 433. 331283
      • 434. 331284
      • 435. 331285
      • 436. 331286
      • 437. 331287
      • 438. 331288
      • 439. 331289
      • 440. 331290
      • 441. 331291
      • 442. 331292
      • 443. 331293
      • 444. 331294
      • 445. 331295
      • 446. 331296
      • 447. 331297
      • 448. 331298
      • 449. 331299
      • 450. 331300
      • 451. 331301
      • 452. 331304
      • 453. 331305
      • 454. 331306
      • 455. 331308
      • 456. 331311
      • 457. 331312
      • 458. 331313
      • 459. 331314
      • 460. 331315
      • 461. 331316
      • 462. 331319
      • 463. 331320
      • 464. 331324
      • 465. 331330
      • 466. 331331
      • 467. 331332
      • 468. 331335
      • 469. 331336
      • 470. 331338
      • 471. 331339
      • 472. 331340
      • 473. 331341
      • 474. 331342
      • 475. 331343
      • 476. 331344
      • 477. 331346
      • 478. 331347
      • 479. 331351
      • 480. 331355
      • 481. 331356
      • 482. 331357
      • 483. 331358
      • 484. 331359
      • 485. 331360
      • 486. 331361
      • 487. 331365
      • 488. 331366
      • 489. 331367
      • 490. 331368
      • 491. 331369
      • 492. 331370
      • 493. 331371
      • 494. 331374
      • 495. 331377
      • 496. 331378
      • 497. 331379
      • 498. 331380
      • 499. 331381
      • 500. 331383
      • 501. 331384
      • 502. 331385
      • 503. 331386
      • 504. 331387
      • 505. 331389
      • 506. 331390
      • 507. 331393
      • 508. 331395
      • 509. 331401
      • 510. 331402
      • 511. 331403
      • 512. 331405
      • 513. 331406
      • 514. 331410
      • 515. 331411
      • 516. 331412
      • 517. 331416
      • 518. 331417
      • 519. 331418
      • 520. 331419
      • 521. 331420
      • 522. 331421
      • 523. 331422
      • 524. 331423
      • 525. 331424
      • 526. 331425
      • 527. 331427
      • 528. 331428
      • 529. 331429
      • 530. 331432
      • 531. 331433
      • 532. 331434
      • 533. 331435
      • 534. 331436
      • 535. 331438
      • 536. 331439
      • 537. 331440
      • 538. 331443
      • 539. 331446
      • 540. 331450
      • 541. 331451
      • 542. 331452
      • 543. 331453
      • 544. 331455
      • 545. 331457
      • 546. 331458
      • 547. 331459
      • 548. 331460
      • 549. 331472
      • 550. 331473
      • 551. 331475
      • 552. 331480
      • 553. 331482
      • 554. 331483
      • 555. 331484
      • 556. 331485
      • 557. 331491
      • 558. 331492
      • 559. 331493
      • 560. 331494
      • 561. 331499
      • 562. 331500
      • 563. 331501
      • 564. 331503
      • 565. 331504
      • 566. 331505
      • 567. 331506
      • 568. 331507
      • 569. 331508
      • 570. 331509
      • 571. 331510
      • 572. 331511
      • 573. 331512
      • 574. 331513
      • 575. 331514
      • 576. 331515
      • 577. 331516
      • 578. 331517
      • 579. 331519
      • 580. 331520
      • 581. 331521
      • 582. 331522
      • 583. 331525
      • 584. 331526
      • 585. 331528
      • 586. 331529
      • 587. 331533
      • 588. 331535
      • 589. 331537
      • 590. 331538
      • 591. 331539
      • 592. 331540
      • 593. 331542
      • 594. 331543
      • 595. 331544
      • 596. 331545
      • 597. 331546
      • 598. 331549
      • 599. 331550
      • 600. 331551
      • 601. 331552
      • 602. 331554
      • 603. 331556
      • 604. 331560
      • 605. 331561
      • 606. 331562
      • 607. 331564
      • 608. 331565
      • 609. 331566
      • 610. 331567
      • 611. 331568
      • 612. 331573
      • 613. 331574
      • 614. 331576
      • 615. 331577
      • 616. 331578
      • 617. 331581
      • 618. 331582
      • 619. 331583
      • 620. 331585
      • 621. 331586
      • 622. 331587
      • 623. 331588
      • 624. 331589
      • 625. 331590
      • 626. 331591
      • 627. 331598
      • 628. 331600
      • 629. 331601
      • 630. 331602
      • 631. 331603
      • 632. 331604
      • 633. 331605
      • 634. 331606
      • 635. 331607
      • 636. 331608
      • 637. 331609
      • 638. 331610
      • 639. 331611
      • 640. 331612
      • 641. 331613
      • 642. 331614
      • 643. 331615
      • 644. 331617
      • 645. 331618
      • 646. 331623
      • 647. 331624
      • 648. 331625
      • 649. 331626
      • 650. 331627
      • 651. 331628
      • 652. 331629
      • 653. 331630
      • 654. 331631
      • 655. 331632
      • 656. 331634
      • 657. 331636
      • 658. 331638
      • 659. 331639
      • 660. 331641
      • 661. 331642
      • 662. 331644
      • 663. 331645
      • 664. 331646
      • 665. 331647
      • 666. 331648
      • 667. 331649
      • 668. 331650
      • 669. 331651
      • 670. 331652
      • 671. 331653
      • 672. 331655
      • 673. 331656
      • 674. 331657
      • 675. 331665
      • 676. 331668
      • 677. 331669
      • 678. 331670
      • 679. 331671
      • 680. 331672
      • 681. 331673
      • 682. 331674
      • 683. 331676
      • 684. 331677
      • 685. 331678
      • 686. 331679
      • 687. 331680
      • 688. 331681
      • 689. 331688
      • 690. 331689
      • 691. 331690
      • 692. 331691
      • 693. 331692
      • 694. 331693
      • 695. 331694
      • 696. 331695
      • 697. 331697
      • 698. 331699
      • 699. 331700
      • 700. 331701
      • 701. 331702
      • 702. 331703
      • 703. 331704
      • 704. 331705
      • 705. 331706
      • 706. 331707
      • 707. 331708
      • 708. 331709
      • 709. 331711
      • 710. 331712
      • 711. 331714
      • 712. 331715
      • 713. 331716
      • 714. 331717
      • 715. 331718
      • 716. 331719
      • 717. 331721
      • 718. 331723
      • 719. 331724
      • 720. 331725
      • 721. 331726
      • 722. 331727
      • 723. 331728
      • 724. 331730
      • 725. 331731
      • 726. 331732
      • 727. 331733
      • 728. 331734
      • 729. 331736
      • 730. 331738
      • 731. 331739
      • 732. 331740
      • 733. 331741
      • 734. 331744
      • 735. 331745
      • 736. 331747
      • 737. 331748
      • 738. 331749
      • 739. 331750
      • 740. 331752
      • 741. 331754
      • 742. 331755
      • 743. 331756
      • 744. 331757
      • 745. 331758
      • 746. 331759
      • 747. 331762
      • 748. 331763
      • 749. 331764
      • 750. 331765
      • 751. 331766
      • 752. 331767
      • 753. 331768
      • 754. 331769
      • 755. 331770
      • 756. 331771
      • 757. 331773
      • 758. 331774
      • 759. 331775
      • 760. 331776
      • 761. 331777
      • 762. 331780
      • 763. 331781
      • 764. 331782
      • 765. 331785
      • 766. 331786
      • 767. 331787
      • 768. 331788
      • 769. 331789
      • 770. 331790
      • 771. 331791
      • 772. 331792
      • 773. 331793
      • 774. 331794
      • 775. 331795
      • 776. 331796
      • 777. 331797
      • 778. 331798
      • 779. 331799
      • 780. 331800
      • 781. 331801
      • 782. 331802
      • 783. 331803
      • 784. 331804
      • 785. 331805
      • 786. 331806
      • 787. 331807
      • 788. 331809
      • 789. 331810
      • 790. 331813
      • 791. 331814
      • 792. 331815
      • 793. 331816
      • 794. 331817
      • 795. 331818
      • 796. 331820
      • 797. 331821
      • 798. 331822
      • 799. 331823
      • 800. 331824
      • 801. 331825
      • 802. 331827
      • 803. 331828
      • 804. 331830
      • 805. 331831
      • 806. 331832
      • 807. 331833
      • 808. 331834
      • 809. 331836
      • 810. 331837
      • 811. 331838
      • 812. 331841
      • 813. 331842
      • 814. 331843
      • 815. 331844
      • 816. 331845
      • 817. 331847
      • 818. 331848
      • 819. 331849
      • 820. 331851
      • 821. 331852
      • 822. 331853
      • 823. 331854
      • 824. 331855
      • 825. 331859
      • 826. 331860
      • 827. 331861
      • 828. 331862
      • 829. 331863
      • 830. 331864
      • 831. 331866
      • 832. 331867
      • 833. 331869
      • 834. 331870
      • 835. 331871
      • 836. 331873
      • 837. 331874
      • 838. 331875
      • 839. 331876
      • 840. 331877
      • 841. 331878
      • 842. 331879
      • 843. 331880
      • 844. 331881
      • 845. 331882
      • 846. 331883
      • 847. 331884
      • 848. 331885
      • 849. 331886
      • 850. 331887
      • 851. 331888
      • 852. 331889
      • 853. 331891
      • 854. 331892
      • 855. 331893
      • 856. 331894
      • 857. 331896
      • 858. 331897
      • 859. 331898
      • 860. 331899
      • 861. 331900
      • 862. 331901
      • 863. 331902
      • 864. 331903
      • 865. 331904
      • 866. 331905
      • 867. 331906
      • 868. 331909
      • 869. 331911
      • 870. 331912
      • 871. 331913
      • 872. 331914
      • 873. 331915
      • 874. 331917
      • 875. 331918
      • 876. 331919
      • 877. 331920
      • 878. 331921
      • 879. 331922
      • 880. 331923
      • 881. 331924
      • 882. 331925
      • 883. 331926
      • 884. 331927
      • 885. 331928
      • 886. 331929
      • 887. 331930
      • 888. 331931
      • 889. 331932
      • 890. 331933
      • 891. 331934
      • 892. 331935
      • 893. 331937
      • 894. 331938
      • 895. 331939
      • 896. 331941
      • 897. 331942
      • 898. 331943
      • 899. 331948
      • 900. 331949
      • 901. 331950
      • 902. 331951
      • 903. 331952
      • 904. 331957
      • 905. 331959
      • 906. 331960
      • 907. 331961
      • 908. 331967
      • 909. 331968
      • 910. 331969
      • 911. 331970
      • 912. 331971
      • 913. 331972
      • 914. 331973
      • 915. 331974
      • 916. 331975
      • 917. 331976
      • 918. 331978
      • 919. 331979
      • 920. 331980
      • 921. 331983
      • 922. 331984
      • 923. 331985
      • 924. 331986
      • 925. 331987
      • 926. 331988
      • 927. 331989
      • 928. 331990
      • 929. 331991
      • 930. 331992
      • 931. 331993
      • 932. 331994
      • 933. 331995
      • 934. 331996
      • 935. 331997
      • 936. 331998
      • 937. 331999
      • 938. 332000
      • 939. 332001
      • 940. 332002
      • 941. 332003
      • 942. 332004
      • 943. 332005
      • 944. 332006
      • 945. 332007
      • 946. 332008
      • 947. 332009
      • 948. 332010
      • 949. 332011
      • 950. 332012
      • 951. 332015
      • 952. 332016
      • 953. 332017
      • 954. 332018
      • 955. 332019
      • 956. 332020
      • 957. 332021
      • 958. 332022
      • 959. 332023
      • 960. 332024
      • 961. 332025
      • 962. 332026
      • 963. 332027
      • 964. 332028
      • 965. 332029
      • 966. 332030
      • 967. 332031
      • 968. 332032
      • 969. 332033
      • 970. 332034
      • 971. 332035
      • 972. 332036
      • 973. 332037
      • 974. 332038
      • 975. 332039
      • 976. 332040
      • 977. 332041
      • 978. 332043
      • 979. 332044
      • 980. 332045
      • 981. 332046
      • 982. 332047
      • 983. 332048
      • 984. 332050
      • 985. 332051
      • 986. 332052
      • 987. 332053
      • 988. 332054
      • 989. 332055
      • 990. 332056
      • 991. 332058
      • 992. 332059
      • 993. 332080
      • 994. 332081
      • 995. 332083
      • 996. 332084
      • 997. 332085
      • 998. 332086
      • 999. 332087
      • 1000. 332088
      • 1001. 332089
      • 1002. 332090
      • 1003. 332091
      • 1004. 332092
      • 1005. 332094
      • 1006. 332095
      • 1007. 332096
      • 1008. 332097
      • 1009. 332098
      • 1010. 332099
      • 1011. 332100
      • 1012. 332102
      • 1013. 332103
      • 1014. 332105
      • 1015. 332106
      • 1016. 332107
      • 1017. 332109
      • 1018. 332110
      • 1019. 332111
      • 1020. 332113
      • 1021. 332114
      • 1022. 332115
      • 1023. 332116
      • 1024. 332120
      • 1025. 332122
      • 1026. 332123
      • 1027. 332125
      • 1028. 332126
      • 1029. 332129
      • 1030. 332130
      • 1031. 332131
      • 1032. 332132
      • 1033. 332134
      • 1034. 332137
      • 1035. 332138
      • 1036. 332140
      • 1037. 332141
      • 1038. 332142
      • 1039. 332144
      • 1040. 332145
      • 1041. 332146
      • 1042. 332149
      • 1043. 332152
      • 1044. 332153
      • 1045. 332154
      • 1046. 332155
      • 1047. 332156
      • 1048. 332157
      • 1049. 332158
      • 1050. 332160
      • 1051. 332161
      • 1052. 332164
      • 1053. 332165
      • 1054. 332166
      • 1055. 332167
      • 1056. 332168
      • 1057. 332170
      • 1058. 332171
      • 1059. 332172
      • 1060. 332173
      • 1061. 332174
      • 1062. 332175
      • 1063. 332176
      • 1064. 332177
      • 1065. 332179
      • 1066. 332180
      • 1067. 332181
      • 1068. 332182
      • 1069. 332183
      • 1070. 332184
      • 1071. 332185
      • 1072. 332186
      • 1073. 332188
      • 1074. 332189
      • 1075. 332190
      • 1076. 332191
      • 1077. 332193
      • 1078. 332194
      • 1079. 332195
      • 1080. 332196
      • 1081. 332197
      • 1082. 332198
      • 1083. 332199
      • 1084. 332200
      • 1085. 332201
      • 1086. 332202
      • 1087. 332203
      • 1088. 332204
      • 1089. 332205
      • 1090. 332206
      • 1091. 332207
      • 1092. 332208
      • 1093. 332209
      • 1094. 332210
      • 1095. 332211
      • 1096. 332212
      • 1097. 332214
      • 1098. 332215
      • 1099. 332216
      • 1100. 332217
      • 1101. 332218
      • 1102. 332219
      • 1103. 332220
      • 1104. 332221
      • 1105. 332222
      • 1106. 332223
      • 1107. 332224
      • 1108. 332225
      • 1109. 332226
      • 1110. 332227
      • 1111. 332228
      • 1112. 332229
      • 1113. 332230
      • 1114. 332231
      • 1115. 332232
      • 1116. 332233
      • 1117. 332234
      • 1118. 332235
      • 1119. 332236
      • 1120. 332237
      • 1121. 332238
      • 1122. 332239
      • 1123. 332240
      • 1124. 332241
      • 1125. 332242
      • 1126. 332243
      • 1127. 332244
      • 1128. 332246
      • 1129. 332248
      • 1130. 332249
      • 1131. 332250
      • 1132. 332262
      • 1133. 332267
      • 1134. 332268
      • 1135. 332269
      • 1136. 332270
      • 1137. 332271
      • 1138. 332272
      • 1139. 332273
      • 1140. 332274
      • 1141. 332275
      • 1142. 332276
      • 1143. 332277
      • 1144. 332278
      • 1145. 332279
      • 1146. 332280
      • 1147. 332281
      • 1148. 332282
      • 1149. 332284
      • 1150. 332285
      • 1151. 332286
      • 1152. 332288
      • 1153. 332290
      • 1154. 332291
      • 1155. 332293
      • 1156. 332294
      • 1157. 332295
      • 1158. 332296
      • 1159. 332297
      • 1160. 332299
      • 1161. 332300
      • 1162. 332311
      • 1163. 332312
      • 1164. 332313
      • 1165. 332314
      • 1166. 332315
      • 1167. 332316
      • 1168. 332317
      • 1169. 332318
      • 1170. 332320
      • 1171. 332322
      • 1172. 332323
      • 1173. 332324
      • 1174. 332325
      • 1175. 332326
      • 1176. 332327
      • 1177. 332328
      • 1178. 332331
      • 1179. 332332
      • 1180. 332333
      • 1181. 332335
      • 1182. 332336
      • 1183. 332337
      • 1184. 332341
      • 1185. 332343
      • 1186. 332344
      • 1187. 332345
      • 1188. 332347
      • 1189. 332348
      • 1190. 332351
      • 1191. 332352
      • 1192. 332353
      • 1193. 332354
      • 1194. 332355
      • 1195. 332356
      • 1196. 332357
      • 1197. 332358
      • 1198. 332372
      • 1199. 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 (4419, 4421, 4422, 4425, 4437, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4544, 4548, 4553, 4554, 4574, 4576, 4579, 4580, 5013, 5014, 5028, 5029, 5049, 5145, 5179, 5180, 5200, 5230, 5250, 5253, 5355, 5356, 5357, 5359, 5360, 5430, 5433, 5436, 5439, 5440, 5443, 5446, 5528, 5530, 5562, 5563, 5565, 5566, 5567, 5569, 5572, 5575, 5577, 5578, 5579, 5581, 5583, 5594, 5595, 5596, 5597, 5598, 5608, 5645, 5651, 5652, 5670, 5672, 5673, 5674, 5675, 5676, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5695, 5701, 5707, 5708, 5709, 5710, 5713, 5813, 5816, 5817, 5818, 5821, 5822, 5823, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5851, 5870, 5873, 5874, 5875, 5876, 5878, 5879, 5880, 5881, 5882, 5890, 5891, 5892, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5910, 5911, 5912, 5913, 5915, 5916, 5921, 5922, 5923, 5924, 5925, 5926, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5967, 5968, 5969, 5970, 5971, 5972, 5974, 5975, 5976, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5988, 5989, 5990, 5992, 5993, 5994, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6011, 6012, 6013, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6067, 6068, 6079, 6080, 6081, 6082, 6084, 6085, 6088, 6089, 6090, 6101, 6102, 6103, 6104, 6105, 6106, 6108, 6110, 6111, 6112, 6114, 6124, 6125, 6127, 6131, 6133, 6134, 6135, 6136, 6144, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6210, 6211, 6212, 6213, 6215, 6216, 6217, 6219, 6220, 6221, 6222, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331134, 331135, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331164, 331165, 331166, 331167, 331168, 331169, 331170, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331241, 331264, 331270, 331271, 331272, 331273, 331274, 331275, 331276, 331277, 331279, 331281, 331282, 331283, 331284, 331285, 331286, 331287, 331288, 331289, 331290, 331291, 331292, 331293, 331294, 331295, 331296, 331297, 331298, 331299, 331300, 331301, 331304, 331305, 331306, 331308, 331311, 331312, 331313, 331314, 331315, 331316, 331319, 331320, 331324, 331330, 331331, 331332, 331335, 331336, 331338, 331339, 331340, 331341, 331342, 331343, 331344, 331346, 331347, 331351, 331355, 331356, 331357, 331358, 331359, 331360, 331361, 331365, 331366, 331367, 331368, 331369, 331370, 331371, 331374, 331377, 331378, 331379, 331380, 331381, 331383, 331384, 331385, 331386, 331387, 331389, 331390, 331393, 331395, 331401, 331402, 331403, 331405, 331406, 331410, 331411, 331412, 331416, 331417, 331418, 331419, 331420, 331421, 331422, 331423, 331424, 331425, 331427, 331428, 331429, 331432, 331433, 331434, 331435, 331436, 331438, 331439, 331440, 331443, 331446, 331450, 331451, 331452, 331453, 331455, 331457, 331458, 331459, 331460, 331472, 331473, 331475, 331480, 331482, 331483, 331484, 331485, 331491, 331492, 331493, 331494, 331499, 331500, 331501, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331525, 331526, 331528, 331529, 331533, 331535, 331537, 331538, 331539, 331540, 331542, 331543, 331544, 331545, 331546, 331549, 331550, 331551, 331552, 331554, 331556, 331560, 331561, 331562, 331564, 331565, 331566, 331567, 331568, 331573, 331574, 331576, 331577, 331578, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331591, 331598, 331600, 331601, 331602, 331603, 331604, 331605, 331606, 331607, 331608, 331609, 331610, 331611, 331612, 331613, 331614, 331615, 331617, 331618, 331623, 331624, 331625, 331626, 331627, 331628, 331629, 331630, 331631, 331632, 331634, 331636, 331638, 331639, 331641, 331642, 331644, 331645, 331646, 331647, 331648, 331649, 331650, 331651, 331652, 331653, 331655, 331656, 331657, 331665, 331668, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331688, 331689, 331690, 331691, 331692, 331693, 331694, 331695, 331697, 331699, 331700, 331701, 331702, 331703, 331704, 331705, 331706, 331707, 331708, 331709, 331711, 331712, 331714, 331715, 331716, 331717, 331718, 331719, 331721, 331723, 331724, 331725, 331726, 331727, 331728, 331730, 331731, 331732, 331733, 331734, 331736, 331738, 331739, 331740, 331741, 331744, 331745, 331747, 331748, 331749, 331750, 331752, 331754, 331755, 331756, 331757, 331758, 331759, 331762, 331763, 331764, 331765, 331766, 331767, 331768, 331769, 331770, 331771, 331773, 331774, 331775, 331776, 331777, 331780, 331781, 331782, 331785, 331786, 331787, 331788, 331789, 331790, 331791, 331792, 331793, 331794, 331795, 331796, 331797, 331798, 331799, 331800, 331801, 331802, 331803, 331804, 331805, 331806, 331807, 331809, 331810, 331813, 331814, 331815, 331816, 331817, 331818, 331820, 331821, 331822, 331823, 331824, 331825, 331827, 331828, 331830, 331831, 331832, 331833, 331834, 331836, 331837, 331838, 331841, 331842, 331843, 331844, 331845, 331847, 331848, 331849, 331851, 331852, 331853, 331854, 331855, 331859, 331860, 331861, 331862, 331863, 331864, 331866, 331867, 331869, 331870, 331871, 331873, 331874, 331875, 331876, 331877, 331878, 331879, 331880, 331881, 331882, 331883, 331884, 331885, 331886, 331887, 331888, 331889, 331891, 331892, 331893, 331894, 331896, 331897, 331898, 331899, 331900, 331901, 331902, 331903, 331904, 331905, 331906, 331909, 331911, 331912, 331913, 331914, 331915, 331917, 331918, 331919, 331920, 331921, 331922, 331923, 331924, 331925, 331926, 331927, 331928, 331929, 331930, 331931, 331932, 331933, 331934, 331935, 331937, 331938, 331939, 331941, 331942, 331943, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331980, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 331998, 331999, 332000, 332001, 332002, 332003, 332004, 332005, 332006, 332007, 332008, 332009, 332010, 332011, 332012, 332015, 332016, 332017, 332018, 332019, 332020, 332021, 332022, 332023, 332024, 332025, 332026, 332027, 332028, 332029, 332030, 332031, 332032, 332033, 332034, 332035, 332036, 332037, 332038, 332039, 332040, 332041, 332043, 332044, 332045, 332046, 332047, 332048, 332050, 332051, 332052, 332053, 332054, 332055, 332056, 332058, 332059, 332080, 332081, 332083, 332084, 332085, 332086, 332087, 332088, 332089, 332090, 332091, 332092, 332094, 332095, 332096, 332097, 332098, 332099, 332100, 332102, 332103, 332105, 332106, 332107, 332109, 332110, 332111, 332113, 332114, 332115, 332116, 332120, 332122, 332123, 332125, 332126, 332129, 332130, 332131, 332132, 332134, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332149, 332152, 332153, 332154, 332155, 332156, 332157, 332158, 332160, 332161, 332164, 332165, 332166, 332167, 332168, 332170, 332171, 332172, 332173, 332174, 332175, 332176, 332177, 332179, 332180, 332181, 332182, 332183, 332184, 332185, 332186, 332188, 332189, 332190, 332191, 332193, 332194, 332195, 332196, 332197, 332198, 332199, 332200, 332201, 332202, 332203, 332204, 332205, 332206, 332207, 332208, 332209, 332210, 332211, 332212, 332214, 332215, 332216, 332217, 332218, 332219, 332220, 332221, 332222, 332223, 332224, 332225, 332226, 332227, 332228, 332229, 332230, 332231, 332232, 332233, 332234, 332235, 332236, 332237, 332238, 332239, 332240, 332241, 332242, 332243, 332244, 332246, 332248, 332249, 332250, 332262, 332267, 332268, 332269, 332270, 332271, 332272, 332273, 332274, 332275, 332276, 332277, 332278, 332279, 332280, 332281, 332282, 332284, 332285, 332286, 332288, 332290, 332291, 332293, 332294, 332295, 332296, 332297, 332299, 332300, 332311, 332312, 332313, 332314, 332315, 332316, 332317, 332318, 332320, 332322, 332323, 332324, 332325, 332326, 332327, 332328, 332331, 332332, 332333, 332335, 332336, 332337, 332341, 332343, 332344, 332345, 332347, 332348, 332351, 332352, 332353, 332354, 332355, 332356, 332357, 332358, 332372) and `status` = 1
      1.8msProductDetailsController.php#341u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 4419
      • 2. 4421
      • 3. 4422
      • 4. 4425
      • 5. 4437
      • 6. 4448
      • 7. 4449
      • 8. 4450
      • 9. 4507
      • 10. 4513
      • 11. 4514
      • 12. 4516
      • 13. 4518
      • 14. 4544
      • 15. 4548
      • 16. 4553
      • 17. 4554
      • 18. 4574
      • 19. 4576
      • 20. 4579
      • 21. 4580
      • 22. 5013
      • 23. 5014
      • 24. 5028
      • 25. 5029
      • 26. 5049
      • 27. 5145
      • 28. 5179
      • 29. 5180
      • 30. 5200
      • 31. 5230
      • 32. 5250
      • 33. 5253
      • 34. 5355
      • 35. 5356
      • 36. 5357
      • 37. 5359
      • 38. 5360
      • 39. 5430
      • 40. 5433
      • 41. 5436
      • 42. 5439
      • 43. 5440
      • 44. 5443
      • 45. 5446
      • 46. 5528
      • 47. 5530
      • 48. 5562
      • 49. 5563
      • 50. 5565
      • 51. 5566
      • 52. 5567
      • 53. 5569
      • 54. 5572
      • 55. 5575
      • 56. 5577
      • 57. 5578
      • 58. 5579
      • 59. 5581
      • 60. 5583
      • 61. 5594
      • 62. 5595
      • 63. 5596
      • 64. 5597
      • 65. 5598
      • 66. 5608
      • 67. 5645
      • 68. 5651
      • 69. 5652
      • 70. 5670
      • 71. 5672
      • 72. 5673
      • 73. 5674
      • 74. 5675
      • 75. 5676
      • 76. 5682
      • 77. 5683
      • 78. 5684
      • 79. 5685
      • 80. 5686
      • 81. 5687
      • 82. 5688
      • 83. 5695
      • 84. 5701
      • 85. 5707
      • 86. 5708
      • 87. 5709
      • 88. 5710
      • 89. 5713
      • 90. 5813
      • 91. 5816
      • 92. 5817
      • 93. 5818
      • 94. 5821
      • 95. 5822
      • 96. 5823
      • 97. 5825
      • 98. 5826
      • 99. 5827
      • 100. 5828
      • 101. 5829
      • 102. 5830
      • 103. 5831
      • 104. 5832
      • 105. 5833
      • 106. 5834
      • 107. 5835
      • 108. 5836
      • 109. 5837
      • 110. 5838
      • 111. 5839
      • 112. 5840
      • 113. 5841
      • 114. 5842
      • 115. 5843
      • 116. 5844
      • 117. 5845
      • 118. 5846
      • 119. 5847
      • 120. 5851
      • 121. 5870
      • 122. 5873
      • 123. 5874
      • 124. 5875
      • 125. 5876
      • 126. 5878
      • 127. 5879
      • 128. 5880
      • 129. 5881
      • 130. 5882
      • 131. 5890
      • 132. 5891
      • 133. 5892
      • 134. 5894
      • 135. 5895
      • 136. 5896
      • 137. 5897
      • 138. 5898
      • 139. 5899
      • 140. 5900
      • 141. 5901
      • 142. 5902
      • 143. 5903
      • 144. 5904
      • 145. 5905
      • 146. 5906
      • 147. 5907
      • 148. 5908
      • 149. 5910
      • 150. 5911
      • 151. 5912
      • 152. 5913
      • 153. 5915
      • 154. 5916
      • 155. 5921
      • 156. 5922
      • 157. 5923
      • 158. 5924
      • 159. 5925
      • 160. 5926
      • 161. 5928
      • 162. 5929
      • 163. 5930
      • 164. 5931
      • 165. 5932
      • 166. 5933
      • 167. 5934
      • 168. 5935
      • 169. 5936
      • 170. 5937
      • 171. 5938
      • 172. 5939
      • 173. 5940
      • 174. 5941
      • 175. 5942
      • 176. 5943
      • 177. 5944
      • 178. 5945
      • 179. 5946
      • 180. 5947
      • 181. 5948
      • 182. 5949
      • 183. 5950
      • 184. 5951
      • 185. 5952
      • 186. 5953
      • 187. 5955
      • 188. 5956
      • 189. 5957
      • 190. 5958
      • 191. 5959
      • 192. 5960
      • 193. 5961
      • 194. 5967
      • 195. 5968
      • 196. 5969
      • 197. 5970
      • 198. 5971
      • 199. 5972
      • 200. 5974
      • 201. 5975
      • 202. 5976
      • 203. 5978
      • 204. 5979
      • 205. 5980
      • 206. 5981
      • 207. 5982
      • 208. 5983
      • 209. 5984
      • 210. 5985
      • 211. 5988
      • 212. 5989
      • 213. 5990
      • 214. 5992
      • 215. 5993
      • 216. 5994
      • 217. 5996
      • 218. 5997
      • 219. 5998
      • 220. 5999
      • 221. 6000
      • 222. 6001
      • 223. 6002
      • 224. 6003
      • 225. 6004
      • 226. 6005
      • 227. 6006
      • 228. 6007
      • 229. 6008
      • 230. 6009
      • 231. 6011
      • 232. 6012
      • 233. 6013
      • 234. 6017
      • 235. 6018
      • 236. 6019
      • 237. 6020
      • 238. 6021
      • 239. 6022
      • 240. 6023
      • 241. 6024
      • 242. 6025
      • 243. 6026
      • 244. 6027
      • 245. 6028
      • 246. 6029
      • 247. 6030
      • 248. 6031
      • 249. 6067
      • 250. 6068
      • 251. 6079
      • 252. 6080
      • 253. 6081
      • 254. 6082
      • 255. 6084
      • 256. 6085
      • 257. 6088
      • 258. 6089
      • 259. 6090
      • 260. 6101
      • 261. 6102
      • 262. 6103
      • 263. 6104
      • 264. 6105
      • 265. 6106
      • 266. 6108
      • 267. 6110
      • 268. 6111
      • 269. 6112
      • 270. 6114
      • 271. 6124
      • 272. 6125
      • 273. 6127
      • 274. 6131
      • 275. 6133
      • 276. 6134
      • 277. 6135
      • 278. 6136
      • 279. 6144
      • 280. 6168
      • 281. 6171
      • 282. 6172
      • 283. 6173
      • 284. 6177
      • 285. 6185
      • 286. 6186
      • 287. 6189
      • 288. 6190
      • 289. 6191
      • 290. 6194
      • 291. 6195
      • 292. 6196
      • 293. 6197
      • 294. 6198
      • 295. 6199
      • 296. 6210
      • 297. 6211
      • 298. 6212
      • 299. 6213
      • 300. 6215
      • 301. 6216
      • 302. 6217
      • 303. 6219
      • 304. 6220
      • 305. 6221
      • 306. 6222
      • 307. 6224
      • 308. 6225
      • 309. 6226
      • 310. 6227
      • 311. 6236
      • 312. 6237
      • 313. 6238
      • 314. 6239
      • 315. 6240
      • 316. 6242
      • 317. 6243
      • 318. 6244
      • 319. 6245
      • 320. 6246
      • 321. 6247
      • 322. 6248
      • 323. 6249
      • 324. 6250
      • 325. 6251
      • 326. 6252
      • 327. 6253
      • 328. 6254
      • 329. 6255
      • 330. 6256
      • 331. 6257
      • 332. 6258
      • 333. 6259
      • 334. 6260
      • 335. 6261
      • 336. 6262
      • 337. 6264
      • 338. 6265
      • 339. 6266
      • 340. 6267
      • 341. 6268
      • 342. 6269
      • 343. 6270
      • 344. 6271
      • 345. 6272
      • 346. 6273
      • 347. 6274
      • 348. 331134
      • 349. 331135
      • 350. 331138
      • 351. 331140
      • 352. 331142
      • 353. 331143
      • 354. 331147
      • 355. 331148
      • 356. 331149
      • 357. 331150
      • 358. 331155
      • 359. 331156
      • 360. 331157
      • 361. 331158
      • 362. 331159
      • 363. 331160
      • 364. 331161
      • 365. 331162
      • 366. 331163
      • 367. 331164
      • 368. 331165
      • 369. 331166
      • 370. 331167
      • 371. 331168
      • 372. 331169
      • 373. 331170
      • 374. 331171
      • 375. 331172
      • 376. 331173
      • 377. 331174
      • 378. 331175
      • 379. 331176
      • 380. 331178
      • 381. 331179
      • 382. 331180
      • 383. 331181
      • 384. 331182
      • 385. 331184
      • 386. 331185
      • 387. 331186
      • 388. 331187
      • 389. 331188
      • 390. 331190
      • 391. 331191
      • 392. 331192
      • 393. 331193
      • 394. 331194
      • 395. 331196
      • 396. 331197
      • 397. 331199
      • 398. 331202
      • 399. 331204
      • 400. 331205
      • 401. 331207
      • 402. 331209
      • 403. 331210
      • 404. 331212
      • 405. 331216
      • 406. 331219
      • 407. 331220
      • 408. 331221
      • 409. 331223
      • 410. 331224
      • 411. 331225
      • 412. 331226
      • 413. 331227
      • 414. 331228
      • 415. 331229
      • 416. 331230
      • 417. 331231
      • 418. 331232
      • 419. 331233
      • 420. 331241
      • 421. 331264
      • 422. 331270
      • 423. 331271
      • 424. 331272
      • 425. 331273
      • 426. 331274
      • 427. 331275
      • 428. 331276
      • 429. 331277
      • 430. 331279
      • 431. 331281
      • 432. 331282
      • 433. 331283
      • 434. 331284
      • 435. 331285
      • 436. 331286
      • 437. 331287
      • 438. 331288
      • 439. 331289
      • 440. 331290
      • 441. 331291
      • 442. 331292
      • 443. 331293
      • 444. 331294
      • 445. 331295
      • 446. 331296
      • 447. 331297
      • 448. 331298
      • 449. 331299
      • 450. 331300
      • 451. 331301
      • 452. 331304
      • 453. 331305
      • 454. 331306
      • 455. 331308
      • 456. 331311
      • 457. 331312
      • 458. 331313
      • 459. 331314
      • 460. 331315
      • 461. 331316
      • 462. 331319
      • 463. 331320
      • 464. 331324
      • 465. 331330
      • 466. 331331
      • 467. 331332
      • 468. 331335
      • 469. 331336
      • 470. 331338
      • 471. 331339
      • 472. 331340
      • 473. 331341
      • 474. 331342
      • 475. 331343
      • 476. 331344
      • 477. 331346
      • 478. 331347
      • 479. 331351
      • 480. 331355
      • 481. 331356
      • 482. 331357
      • 483. 331358
      • 484. 331359
      • 485. 331360
      • 486. 331361
      • 487. 331365
      • 488. 331366
      • 489. 331367
      • 490. 331368
      • 491. 331369
      • 492. 331370
      • 493. 331371
      • 494. 331374
      • 495. 331377
      • 496. 331378
      • 497. 331379
      • 498. 331380
      • 499. 331381
      • 500. 331383
      • 501. 331384
      • 502. 331385
      • 503. 331386
      • 504. 331387
      • 505. 331389
      • 506. 331390
      • 507. 331393
      • 508. 331395
      • 509. 331401
      • 510. 331402
      • 511. 331403
      • 512. 331405
      • 513. 331406
      • 514. 331410
      • 515. 331411
      • 516. 331412
      • 517. 331416
      • 518. 331417
      • 519. 331418
      • 520. 331419
      • 521. 331420
      • 522. 331421
      • 523. 331422
      • 524. 331423
      • 525. 331424
      • 526. 331425
      • 527. 331427
      • 528. 331428
      • 529. 331429
      • 530. 331432
      • 531. 331433
      • 532. 331434
      • 533. 331435
      • 534. 331436
      • 535. 331438
      • 536. 331439
      • 537. 331440
      • 538. 331443
      • 539. 331446
      • 540. 331450
      • 541. 331451
      • 542. 331452
      • 543. 331453
      • 544. 331455
      • 545. 331457
      • 546. 331458
      • 547. 331459
      • 548. 331460
      • 549. 331472
      • 550. 331473
      • 551. 331475
      • 552. 331480
      • 553. 331482
      • 554. 331483
      • 555. 331484
      • 556. 331485
      • 557. 331491
      • 558. 331492
      • 559. 331493
      • 560. 331494
      • 561. 331499
      • 562. 331500
      • 563. 331501
      • 564. 331503
      • 565. 331504
      • 566. 331505
      • 567. 331506
      • 568. 331507
      • 569. 331508
      • 570. 331509
      • 571. 331510
      • 572. 331511
      • 573. 331512
      • 574. 331513
      • 575. 331514
      • 576. 331515
      • 577. 331516
      • 578. 331517
      • 579. 331519
      • 580. 331520
      • 581. 331521
      • 582. 331522
      • 583. 331525
      • 584. 331526
      • 585. 331528
      • 586. 331529
      • 587. 331533
      • 588. 331535
      • 589. 331537
      • 590. 331538
      • 591. 331539
      • 592. 331540
      • 593. 331542
      • 594. 331543
      • 595. 331544
      • 596. 331545
      • 597. 331546
      • 598. 331549
      • 599. 331550
      • 600. 331551
      • 601. 331552
      • 602. 331554
      • 603. 331556
      • 604. 331560
      • 605. 331561
      • 606. 331562
      • 607. 331564
      • 608. 331565
      • 609. 331566
      • 610. 331567
      • 611. 331568
      • 612. 331573
      • 613. 331574
      • 614. 331576
      • 615. 331577
      • 616. 331578
      • 617. 331581
      • 618. 331582
      • 619. 331583
      • 620. 331585
      • 621. 331586
      • 622. 331587
      • 623. 331588
      • 624. 331589
      • 625. 331590
      • 626. 331591
      • 627. 331598
      • 628. 331600
      • 629. 331601
      • 630. 331602
      • 631. 331603
      • 632. 331604
      • 633. 331605
      • 634. 331606
      • 635. 331607
      • 636. 331608
      • 637. 331609
      • 638. 331610
      • 639. 331611
      • 640. 331612
      • 641. 331613
      • 642. 331614
      • 643. 331615
      • 644. 331617
      • 645. 331618
      • 646. 331623
      • 647. 331624
      • 648. 331625
      • 649. 331626
      • 650. 331627
      • 651. 331628
      • 652. 331629
      • 653. 331630
      • 654. 331631
      • 655. 331632
      • 656. 331634
      • 657. 331636
      • 658. 331638
      • 659. 331639
      • 660. 331641
      • 661. 331642
      • 662. 331644
      • 663. 331645
      • 664. 331646
      • 665. 331647
      • 666. 331648
      • 667. 331649
      • 668. 331650
      • 669. 331651
      • 670. 331652
      • 671. 331653
      • 672. 331655
      • 673. 331656
      • 674. 331657
      • 675. 331665
      • 676. 331668
      • 677. 331669
      • 678. 331670
      • 679. 331671
      • 680. 331672
      • 681. 331673
      • 682. 331674
      • 683. 331676
      • 684. 331677
      • 685. 331678
      • 686. 331679
      • 687. 331680
      • 688. 331681
      • 689. 331688
      • 690. 331689
      • 691. 331690
      • 692. 331691
      • 693. 331692
      • 694. 331693
      • 695. 331694
      • 696. 331695
      • 697. 331697
      • 698. 331699
      • 699. 331700
      • 700. 331701
      • 701. 331702
      • 702. 331703
      • 703. 331704
      • 704. 331705
      • 705. 331706
      • 706. 331707
      • 707. 331708
      • 708. 331709
      • 709. 331711
      • 710. 331712
      • 711. 331714
      • 712. 331715
      • 713. 331716
      • 714. 331717
      • 715. 331718
      • 716. 331719
      • 717. 331721
      • 718. 331723
      • 719. 331724
      • 720. 331725
      • 721. 331726
      • 722. 331727
      • 723. 331728
      • 724. 331730
      • 725. 331731
      • 726. 331732
      • 727. 331733
      • 728. 331734
      • 729. 331736
      • 730. 331738
      • 731. 331739
      • 732. 331740
      • 733. 331741
      • 734. 331744
      • 735. 331745
      • 736. 331747
      • 737. 331748
      • 738. 331749
      • 739. 331750
      • 740. 331752
      • 741. 331754
      • 742. 331755
      • 743. 331756
      • 744. 331757
      • 745. 331758
      • 746. 331759
      • 747. 331762
      • 748. 331763
      • 749. 331764
      • 750. 331765
      • 751. 331766
      • 752. 331767
      • 753. 331768
      • 754. 331769
      • 755. 331770
      • 756. 331771
      • 757. 331773
      • 758. 331774
      • 759. 331775
      • 760. 331776
      • 761. 331777
      • 762. 331780
      • 763. 331781
      • 764. 331782
      • 765. 331785
      • 766. 331786
      • 767. 331787
      • 768. 331788
      • 769. 331789
      • 770. 331790
      • 771. 331791
      • 772. 331792
      • 773. 331793
      • 774. 331794
      • 775. 331795
      • 776. 331796
      • 777. 331797
      • 778. 331798
      • 779. 331799
      • 780. 331800
      • 781. 331801
      • 782. 331802
      • 783. 331803
      • 784. 331804
      • 785. 331805
      • 786. 331806
      • 787. 331807
      • 788. 331809
      • 789. 331810
      • 790. 331813
      • 791. 331814
      • 792. 331815
      • 793. 331816
      • 794. 331817
      • 795. 331818
      • 796. 331820
      • 797. 331821
      • 798. 331822
      • 799. 331823
      • 800. 331824
      • 801. 331825
      • 802. 331827
      • 803. 331828
      • 804. 331830
      • 805. 331831
      • 806. 331832
      • 807. 331833
      • 808. 331834
      • 809. 331836
      • 810. 331837
      • 811. 331838
      • 812. 331841
      • 813. 331842
      • 814. 331843
      • 815. 331844
      • 816. 331845
      • 817. 331847
      • 818. 331848
      • 819. 331849
      • 820. 331851
      • 821. 331852
      • 822. 331853
      • 823. 331854
      • 824. 331855
      • 825. 331859
      • 826. 331860
      • 827. 331861
      • 828. 331862
      • 829. 331863
      • 830. 331864
      • 831. 331866
      • 832. 331867
      • 833. 331869
      • 834. 331870
      • 835. 331871
      • 836. 331873
      • 837. 331874
      • 838. 331875
      • 839. 331876
      • 840. 331877
      • 841. 331878
      • 842. 331879
      • 843. 331880
      • 844. 331881
      • 845. 331882
      • 846. 331883
      • 847. 331884
      • 848. 331885
      • 849. 331886
      • 850. 331887
      • 851. 331888
      • 852. 331889
      • 853. 331891
      • 854. 331892
      • 855. 331893
      • 856. 331894
      • 857. 331896
      • 858. 331897
      • 859. 331898
      • 860. 331899
      • 861. 331900
      • 862. 331901
      • 863. 331902
      • 864. 331903
      • 865. 331904
      • 866. 331905
      • 867. 331906
      • 868. 331909
      • 869. 331911
      • 870. 331912
      • 871. 331913
      • 872. 331914
      • 873. 331915
      • 874. 331917
      • 875. 331918
      • 876. 331919
      • 877. 331920
      • 878. 331921
      • 879. 331922
      • 880. 331923
      • 881. 331924
      • 882. 331925
      • 883. 331926
      • 884. 331927
      • 885. 331928
      • 886. 331929
      • 887. 331930
      • 888. 331931
      • 889. 331932
      • 890. 331933
      • 891. 331934
      • 892. 331935
      • 893. 331937
      • 894. 331938
      • 895. 331939
      • 896. 331941
      • 897. 331942
      • 898. 331943
      • 899. 331948
      • 900. 331949
      • 901. 331950
      • 902. 331951
      • 903. 331952
      • 904. 331957
      • 905. 331959
      • 906. 331960
      • 907. 331961
      • 908. 331967
      • 909. 331968
      • 910. 331969
      • 911. 331970
      • 912. 331971
      • 913. 331972
      • 914. 331973
      • 915. 331974
      • 916. 331975
      • 917. 331976
      • 918. 331978
      • 919. 331979
      • 920. 331980
      • 921. 331983
      • 922. 331984
      • 923. 331985
      • 924. 331986
      • 925. 331987
      • 926. 331988
      • 927. 331989
      • 928. 331990
      • 929. 331991
      • 930. 331992
      • 931. 331993
      • 932. 331994
      • 933. 331995
      • 934. 331996
      • 935. 331997
      • 936. 331998
      • 937. 331999
      • 938. 332000
      • 939. 332001
      • 940. 332002
      • 941. 332003
      • 942. 332004
      • 943. 332005
      • 944. 332006
      • 945. 332007
      • 946. 332008
      • 947. 332009
      • 948. 332010
      • 949. 332011
      • 950. 332012
      • 951. 332015
      • 952. 332016
      • 953. 332017
      • 954. 332018
      • 955. 332019
      • 956. 332020
      • 957. 332021
      • 958. 332022
      • 959. 332023
      • 960. 332024
      • 961. 332025
      • 962. 332026
      • 963. 332027
      • 964. 332028
      • 965. 332029
      • 966. 332030
      • 967. 332031
      • 968. 332032
      • 969. 332033
      • 970. 332034
      • 971. 332035
      • 972. 332036
      • 973. 332037
      • 974. 332038
      • 975. 332039
      • 976. 332040
      • 977. 332041
      • 978. 332043
      • 979. 332044
      • 980. 332045
      • 981. 332046
      • 982. 332047
      • 983. 332048
      • 984. 332050
      • 985. 332051
      • 986. 332052
      • 987. 332053
      • 988. 332054
      • 989. 332055
      • 990. 332056
      • 991. 332058
      • 992. 332059
      • 993. 332080
      • 994. 332081
      • 995. 332083
      • 996. 332084
      • 997. 332085
      • 998. 332086
      • 999. 332087
      • 1000. 332088
      • 1001. 332089
      • 1002. 332090
      • 1003. 332091
      • 1004. 332092
      • 1005. 332094
      • 1006. 332095
      • 1007. 332096
      • 1008. 332097
      • 1009. 332098
      • 1010. 332099
      • 1011. 332100
      • 1012. 332102
      • 1013. 332103
      • 1014. 332105
      • 1015. 332106
      • 1016. 332107
      • 1017. 332109
      • 1018. 332110
      • 1019. 332111
      • 1020. 332113
      • 1021. 332114
      • 1022. 332115
      • 1023. 332116
      • 1024. 332120
      • 1025. 332122
      • 1026. 332123
      • 1027. 332125
      • 1028. 332126
      • 1029. 332129
      • 1030. 332130
      • 1031. 332131
      • 1032. 332132
      • 1033. 332134
      • 1034. 332137
      • 1035. 332138
      • 1036. 332140
      • 1037. 332141
      • 1038. 332142
      • 1039. 332144
      • 1040. 332145
      • 1041. 332146
      • 1042. 332149
      • 1043. 332152
      • 1044. 332153
      • 1045. 332154
      • 1046. 332155
      • 1047. 332156
      • 1048. 332157
      • 1049. 332158
      • 1050. 332160
      • 1051. 332161
      • 1052. 332164
      • 1053. 332165
      • 1054. 332166
      • 1055. 332167
      • 1056. 332168
      • 1057. 332170
      • 1058. 332171
      • 1059. 332172
      • 1060. 332173
      • 1061. 332174
      • 1062. 332175
      • 1063. 332176
      • 1064. 332177
      • 1065. 332179
      • 1066. 332180
      • 1067. 332181
      • 1068. 332182
      • 1069. 332183
      • 1070. 332184
      • 1071. 332185
      • 1072. 332186
      • 1073. 332188
      • 1074. 332189
      • 1075. 332190
      • 1076. 332191
      • 1077. 332193
      • 1078. 332194
      • 1079. 332195
      • 1080. 332196
      • 1081. 332197
      • 1082. 332198
      • 1083. 332199
      • 1084. 332200
      • 1085. 332201
      • 1086. 332202
      • 1087. 332203
      • 1088. 332204
      • 1089. 332205
      • 1090. 332206
      • 1091. 332207
      • 1092. 332208
      • 1093. 332209
      • 1094. 332210
      • 1095. 332211
      • 1096. 332212
      • 1097. 332214
      • 1098. 332215
      • 1099. 332216
      • 1100. 332217
      • 1101. 332218
      • 1102. 332219
      • 1103. 332220
      • 1104. 332221
      • 1105. 332222
      • 1106. 332223
      • 1107. 332224
      • 1108. 332225
      • 1109. 332226
      • 1110. 332227
      • 1111. 332228
      • 1112. 332229
      • 1113. 332230
      • 1114. 332231
      • 1115. 332232
      • 1116. 332233
      • 1117. 332234
      • 1118. 332235
      • 1119. 332236
      • 1120. 332237
      • 1121. 332238
      • 1122. 332239
      • 1123. 332240
      • 1124. 332241
      • 1125. 332242
      • 1126. 332243
      • 1127. 332244
      • 1128. 332246
      • 1129. 332248
      • 1130. 332249
      • 1131. 332250
      • 1132. 332262
      • 1133. 332267
      • 1134. 332268
      • 1135. 332269
      • 1136. 332270
      • 1137. 332271
      • 1138. 332272
      • 1139. 332273
      • 1140. 332274
      • 1141. 332275
      • 1142. 332276
      • 1143. 332277
      • 1144. 332278
      • 1145. 332279
      • 1146. 332280
      • 1147. 332281
      • 1148. 332282
      • 1149. 332284
      • 1150. 332285
      • 1151. 332286
      • 1152. 332288
      • 1153. 332290
      • 1154. 332291
      • 1155. 332293
      • 1156. 332294
      • 1157. 332295
      • 1158. 332296
      • 1159. 332297
      • 1160. 332299
      • 1161. 332300
      • 1162. 332311
      • 1163. 332312
      • 1164. 332313
      • 1165. 332314
      • 1166. 332315
      • 1167. 332316
      • 1168. 332317
      • 1169. 332318
      • 1170. 332320
      • 1171. 332322
      • 1172. 332323
      • 1173. 332324
      • 1174. 332325
      • 1175. 332326
      • 1176. 332327
      • 1177. 332328
      • 1178. 332331
      • 1179. 332332
      • 1180. 332333
      • 1181. 332335
      • 1182. 332336
      • 1183. 332337
      • 1184. 332341
      • 1185. 332343
      • 1186. 332344
      • 1187. 332345
      • 1188. 332347
      • 1189. 332348
      • 1190. 332351
      • 1191. 332352
      • 1192. 332353
      • 1193. 332354
      • 1194. 332355
      • 1195. 332356
      • 1196. 332357
      • 1197. 332358
      • 1198. 332372
      • 1199. 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 (4419, 4421, 4422, 4425, 4437, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4544, 4548, 4553, 4554, 4574, 4576, 4579, 4580, 5013, 5014, 5028, 5029, 5049, 5145, 5179, 5180, 5200, 5230, 5250, 5253, 5355, 5356, 5357, 5359, 5360, 5430, 5433, 5436, 5439, 5440, 5443, 5446, 5528, 5530, 5562, 5563, 5565, 5566, 5567, 5569, 5572, 5575, 5577, 5578, 5579, 5581, 5583, 5594, 5595, 5596, 5597, 5598, 5608, 5645, 5651, 5652, 5670, 5672, 5673, 5674, 5675, 5676, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5695, 5701, 5707, 5708, 5709, 5710, 5713, 5813, 5816, 5817, 5818, 5821, 5822, 5823, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5851, 5870, 5873, 5874, 5875, 5876, 5878, 5879, 5880, 5881, 5882, 5890, 5891, 5892, 5894, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5910, 5911, 5912, 5913, 5915, 5916, 5921, 5922, 5923, 5924, 5925, 5926, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5946, 5947, 5948, 5949, 5950, 5951, 5952, 5953, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5967, 5968, 5969, 5970, 5971, 5972, 5974, 5975, 5976, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5988, 5989, 5990, 5992, 5993, 5994, 5996, 5997, 5998, 5999, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6011, 6012, 6013, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6067, 6068, 6079, 6080, 6081, 6082, 6084, 6085, 6088, 6089, 6090, 6101, 6102, 6103, 6104, 6105, 6106, 6108, 6110, 6111, 6112, 6114, 6124, 6125, 6127, 6131, 6133, 6134, 6135, 6136, 6144, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6210, 6211, 6212, 6213, 6215, 6216, 6217, 6219, 6220, 6221, 6222, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331134, 331135, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331164, 331165, 331166, 331167, 331168, 331169, 331170, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331241, 331264, 331270, 331271, 331272, 331273, 331274, 331275, 331276, 331277, 331279, 331281, 331282, 331283, 331284, 331285, 331286, 331287, 331288, 331289, 331290, 331291, 331292, 331293, 331294, 331295, 331296, 331297, 331298, 331299, 331300, 331301, 331304, 331305, 331306, 331308, 331311, 331312, 331313, 331314, 331315, 331316, 331319, 331320, 331324, 331330, 331331, 331332, 331335, 331336, 331338, 331339, 331340, 331341, 331342, 331343, 331344, 331346, 331347, 331351, 331355, 331356, 331357, 331358, 331359, 331360, 331361, 331365, 331366, 331367, 331368, 331369, 331370, 331371, 331374, 331377, 331378, 331379, 331380, 331381, 331383, 331384, 331385, 331386, 331387, 331389, 331390, 331393, 331395, 331401, 331402, 331403, 331405, 331406, 331410, 331411, 331412, 331416, 331417, 331418, 331419, 331420, 331421, 331422, 331423, 331424, 331425, 331427, 331428, 331429, 331432, 331433, 331434, 331435, 331436, 331438, 331439, 331440, 331443, 331446, 331450, 331451, 331452, 331453, 331455, 331457, 331458, 331459, 331460, 331472, 331473, 331475, 331480, 331482, 331483, 331484, 331485, 331491, 331492, 331493, 331494, 331499, 331500, 331501, 331503, 331504, 331505, 331506, 331507, 331508, 331509, 331510, 331511, 331512, 331513, 331514, 331515, 331516, 331517, 331519, 331520, 331521, 331522, 331525, 331526, 331528, 331529, 331533, 331535, 331537, 331538, 331539, 331540, 331542, 331543, 331544, 331545, 331546, 331549, 331550, 331551, 331552, 331554, 331556, 331560, 331561, 331562, 331564, 331565, 331566, 331567, 331568, 331573, 331574, 331576, 331577, 331578, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331591, 331598, 331600, 331601, 331602, 331603, 331604, 331605, 331606, 331607, 331608, 331609, 331610, 331611, 331612, 331613, 331614, 331615, 331617, 331618, 331623, 331624, 331625, 331626, 331627, 331628, 331629, 331630, 331631, 331632, 331634, 331636, 331638, 331639, 331641, 331642, 331644, 331645, 331646, 331647, 331648, 331649, 331650, 331651, 331652, 331653, 331655, 331656, 331657, 331665, 331668, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331688, 331689, 331690, 331691, 331692, 331693, 331694, 331695, 331697, 331699, 331700, 331701, 331702, 331703, 331704, 331705, 331706, 331707, 331708, 331709, 331711, 331712, 331714, 331715, 331716, 331717, 331718, 331719, 331721, 331723, 331724, 331725, 331726, 331727, 331728, 331730, 331731, 331732, 331733, 331734, 331736, 331738, 331739, 331740, 331741, 331744, 331745, 331747, 331748, 331749, 331750, 331752, 331754, 331755, 331756, 331757, 331758, 331759, 331762, 331763, 331764, 331765, 331766, 331767, 331768, 331769, 331770, 331771, 331773, 331774, 331775, 331776, 331777, 331780, 331781, 331782, 331785, 331786, 331787, 331788, 331789, 331790, 331791, 331792, 331793, 331794, 331795, 331796, 331797, 331798, 331799, 331800, 331801, 331802, 331803, 331804, 331805, 331806, 331807, 331809, 331810, 331813, 331814, 331815, 331816, 331817, 331818, 331820, 331821, 331822, 331823, 331824, 331825, 331827, 331828, 331830, 331831, 331832, 331833, 331834, 331836, 331837, 331838, 331841, 331842, 331843, 331844, 331845, 331847, 331848, 331849, 331851, 331852, 331853, 331854, 331855, 331859, 331860, 331861, 331862, 331863, 331864, 331866, 331867, 331869, 331870, 331871, 331873, 331874, 331875, 331876, 331877, 331878, 331879, 331880, 331881, 331882, 331883, 331884, 331885, 331886, 331887, 331888, 331889, 331891, 331892, 331893, 331894, 331896, 331897, 331898, 331899, 331900, 331901, 331902, 331903, 331904, 331905, 331906, 331909, 331911, 331912, 331913, 331914, 331915, 331917, 331918, 331919, 331920, 331921, 331922, 331923, 331924, 331925, 331926, 331927, 331928, 331929, 331930, 331931, 331932, 331933, 331934, 331935, 331937, 331938, 331939, 331941, 331942, 331943, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331980, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 331998, 331999, 332000, 332001, 332002, 332003, 332004, 332005, 332006, 332007, 332008, 332009, 332010, 332011, 332012, 332015, 332016, 332017, 332018, 332019, 332020, 332021, 332022, 332023, 332024, 332025, 332026, 332027, 332028, 332029, 332030, 332031, 332032, 332033, 332034, 332035, 332036, 332037, 332038, 332039, 332040, 332041, 332043, 332044, 332045, 332046, 332047, 332048, 332050, 332051, 332052, 332053, 332054, 332055, 332056, 332058, 332059, 332080, 332081, 332083, 332084, 332085, 332086, 332087, 332088, 332089, 332090, 332091, 332092, 332094, 332095, 332096, 332097, 332098, 332099, 332100, 332102, 332103, 332105, 332106, 332107, 332109, 332110, 332111, 332113, 332114, 332115, 332116, 332120, 332122, 332123, 332125, 332126, 332129, 332130, 332131, 332132, 332134, 332137, 332138, 332140, 332141, 332142, 332144, 332145, 332146, 332149, 332152, 332153, 332154, 332155, 332156, 332157, 332158, 332160, 332161, 332164, 332165, 332166, 332167, 332168, 332170, 332171, 332172, 332173, 332174, 332175, 332176, 332177, 332179, 332180, 332181, 332182, 332183, 332184, 332185, 332186, 332188, 332189, 332190, 332191, 332193, 332194, 332195, 332196, 332197, 332198, 332199, 332200, 332201, 332202, 332203, 332204, 332205, 332206, 332207, 332208, 332209, 332210, 332211, 332212, 332214, 332215, 332216, 332217, 332218, 332219, 332220, 332221, 332222, 332223, 332224, 332225, 332226, 332227, 332228, 332229, 332230, 332231, 332232, 332233, 332234, 332235, 332236, 332237, 332238, 332239, 332240, 332241, 332242, 332243, 332244, 332246, 332248, 332249, 332250, 332262, 332267, 332268, 332269, 332270, 332271, 332272, 332273, 332274, 332275, 332276, 332277, 332278, 332279, 332280, 332281, 332282, 332284, 332285, 332286, 332288, 332290, 332291, 332293, 332294, 332295, 332296, 332297, 332299, 332300, 332311, 332312, 332313, 332314, 332315, 332316, 332317, 332318, 332320, 332322, 332323, 332324, 332325, 332326, 332327, 332328, 332331, 332332, 332333, 332335, 332336, 332337, 332341, 332343, 332344, 332345, 332347, 332348, 332351, 332352, 332353, 332354, 332355, 332356, 332357, 332358, 332372) and `status` = 1
      1.55msProductDetailsController.php#344u568459134_UserStore
      Metadata
      Bindings
      • 0. 1
      • 1. 4419
      • 2. 4421
      • 3. 4422
      • 4. 4425
      • 5. 4437
      • 6. 4448
      • 7. 4449
      • 8. 4450
      • 9. 4507
      • 10. 4513
      • 11. 4514
      • 12. 4516
      • 13. 4518
      • 14. 4544
      • 15. 4548
      • 16. 4553
      • 17. 4554
      • 18. 4574
      • 19. 4576
      • 20. 4579
      • 21. 4580
      • 22. 5013
      • 23. 5014
      • 24. 5028
      • 25. 5029
      • 26. 5049
      • 27. 5145
      • 28. 5179
      • 29. 5180
      • 30. 5200
      • 31. 5230
      • 32. 5250
      • 33. 5253
      • 34. 5355
      • 35. 5356
      • 36. 5357
      • 37. 5359
      • 38. 5360
      • 39. 5430
      • 40. 5433
      • 41. 5436
      • 42. 5439
      • 43. 5440
      • 44. 5443
      • 45. 5446
      • 46. 5528
      • 47. 5530
      • 48. 5562
      • 49. 5563
      • 50. 5565
      • 51. 5566
      • 52. 5567
      • 53. 5569
      • 54. 5572
      • 55. 5575
      • 56. 5577
      • 57. 5578
      • 58. 5579
      • 59. 5581
      • 60. 5583
      • 61. 5594
      • 62. 5595
      • 63. 5596
      • 64. 5597
      • 65. 5598
      • 66. 5608
      • 67. 5645
      • 68. 5651
      • 69. 5652
      • 70. 5670
      • 71. 5672
      • 72. 5673
      • 73. 5674
      • 74. 5675
      • 75. 5676
      • 76. 5682
      • 77. 5683
      • 78. 5684
      • 79. 5685
      • 80. 5686
      • 81. 5687
      • 82. 5688
      • 83. 5695
      • 84. 5701
      • 85. 5707
      • 86. 5708
      • 87. 5709
      • 88. 5710
      • 89. 5713
      • 90. 5813
      • 91. 5816
      • 92. 5817
      • 93. 5818
      • 94. 5821
      • 95. 5822
      • 96. 5823
      • 97. 5825
      • 98. 5826
      • 99. 5827
      • 100. 5828
      • 101. 5829
      • 102. 5830
      • 103. 5831
      • 104. 5832
      • 105. 5833
      • 106. 5834
      • 107. 5835
      • 108. 5836
      • 109. 5837
      • 110. 5838
      • 111. 5839
      • 112. 5840
      • 113. 5841
      • 114. 5842
      • 115. 5843
      • 116. 5844
      • 117. 5845
      • 118. 5846
      • 119. 5847
      • 120. 5851
      • 121. 5870
      • 122. 5873
      • 123. 5874
      • 124. 5875
      • 125. 5876
      • 126. 5878
      • 127. 5879
      • 128. 5880
      • 129. 5881
      • 130. 5882
      • 131. 5890
      • 132. 5891
      • 133. 5892
      • 134. 5894
      • 135. 5895
      • 136. 5896
      • 137. 5897
      • 138. 5898
      • 139. 5899
      • 140. 5900
      • 141. 5901
      • 142. 5902
      • 143. 5903
      • 144. 5904
      • 145. 5905
      • 146. 5906
      • 147. 5907
      • 148. 5908
      • 149. 5910
      • 150. 5911
      • 151. 5912
      • 152. 5913
      • 153. 5915
      • 154. 5916
      • 155. 5921
      • 156. 5922
      • 157. 5923
      • 158. 5924
      • 159. 5925
      • 160. 5926
      • 161. 5928
      • 162. 5929
      • 163. 5930
      • 164. 5931
      • 165. 5932
      • 166. 5933
      • 167. 5934
      • 168. 5935
      • 169. 5936
      • 170. 5937
      • 171. 5938
      • 172. 5939
      • 173. 5940
      • 174. 5941
      • 175. 5942
      • 176. 5943
      • 177. 5944
      • 178. 5945
      • 179. 5946
      • 180. 5947
      • 181. 5948
      • 182. 5949
      • 183. 5950
      • 184. 5951
      • 185. 5952
      • 186. 5953
      • 187. 5955
      • 188. 5956
      • 189. 5957
      • 190. 5958
      • 191. 5959
      • 192. 5960
      • 193. 5961
      • 194. 5967
      • 195. 5968
      • 196. 5969
      • 197. 5970
      • 198. 5971
      • 199. 5972
      • 200. 5974
      • 201. 5975
      • 202. 5976
      • 203. 5978
      • 204. 5979
      • 205. 5980
      • 206. 5981
      • 207. 5982
      • 208. 5983
      • 209. 5984
      • 210. 5985
      • 211. 5988
      • 212. 5989
      • 213. 5990
      • 214. 5992
      • 215. 5993
      • 216. 5994
      • 217. 5996
      • 218. 5997
      • 219. 5998
      • 220. 5999
      • 221. 6000
      • 222. 6001
      • 223. 6002
      • 224. 6003
      • 225. 6004
      • 226. 6005
      • 227. 6006
      • 228. 6007
      • 229. 6008
      • 230. 6009
      • 231. 6011
      • 232. 6012
      • 233. 6013
      • 234. 6017
      • 235. 6018
      • 236. 6019
      • 237. 6020
      • 238. 6021
      • 239. 6022
      • 240. 6023
      • 241. 6024
      • 242. 6025
      • 243. 6026
      • 244. 6027
      • 245. 6028
      • 246. 6029
      • 247. 6030
      • 248. 6031
      • 249. 6067
      • 250. 6068
      • 251. 6079
      • 252. 6080
      • 253. 6081
      • 254. 6082
      • 255. 6084
      • 256. 6085
      • 257. 6088
      • 258. 6089
      • 259. 6090
      • 260. 6101
      • 261. 6102
      • 262. 6103
      • 263. 6104
      • 264. 6105
      • 265. 6106
      • 266. 6108
      • 267. 6110
      • 268. 6111
      • 269. 6112
      • 270. 6114
      • 271. 6124
      • 272. 6125
      • 273. 6127
      • 274. 6131
      • 275. 6133
      • 276. 6134
      • 277. 6135
      • 278. 6136
      • 279. 6144
      • 280. 6168
      • 281. 6171
      • 282. 6172
      • 283. 6173
      • 284. 6177
      • 285. 6185
      • 286. 6186
      • 287. 6189
      • 288. 6190
      • 289. 6191
      • 290. 6194
      • 291. 6195
      • 292. 6196
      • 293. 6197
      • 294. 6198
      • 295. 6199
      • 296. 6210
      • 297. 6211
      • 298. 6212
      • 299. 6213
      • 300. 6215
      • 301. 6216
      • 302. 6217
      • 303. 6219
      • 304. 6220
      • 305. 6221
      • 306. 6222
      • 307. 6224
      • 308. 6225
      • 309. 6226
      • 310. 6227
      • 311. 6236
      • 312. 6237
      • 313. 6238
      • 314. 6239
      • 315. 6240
      • 316. 6242
      • 317. 6243
      • 318. 6244
      • 319. 6245
      • 320. 6246
      • 321. 6247
      • 322. 6248
      • 323. 6249
      • 324. 6250
      • 325. 6251
      • 326. 6252
      • 327. 6253
      • 328. 6254
      • 329. 6255
      • 330. 6256
      • 331. 6257
      • 332. 6258
      • 333. 6259
      • 334. 6260
      • 335. 6261
      • 336. 6262
      • 337. 6264
      • 338. 6265
      • 339. 6266
      • 340. 6267
      • 341. 6268
      • 342. 6269
      • 343. 6270
      • 344. 6271
      • 345. 6272
      • 346. 6273
      • 347. 6274
      • 348. 331134
      • 349. 331135
      • 350. 331138
      • 351. 331140
      • 352. 331142
      • 353. 331143
      • 354. 331147
      • 355. 331148
      • 356. 331149
      • 357. 331150
      • 358. 331155
      • 359. 331156
      • 360. 331157
      • 361. 331158
      • 362. 331159
      • 363. 331160
      • 364. 331161
      • 365. 331162
      • 366. 331163
      • 367. 331164
      • 368. 331165
      • 369. 331166
      • 370. 331167
      • 371. 331168
      • 372. 331169
      • 373. 331170
      • 374. 331171
      • 375. 331172
      • 376. 331173
      • 377. 331174
      • 378. 331175
      • 379. 331176
      • 380. 331178
      • 381. 331179
      • 382. 331180
      • 383. 331181
      • 384. 331182
      • 385. 331184
      • 386. 331185
      • 387. 331186
      • 388. 331187
      • 389. 331188
      • 390. 331190
      • 391. 331191
      • 392. 331192
      • 393. 331193
      • 394. 331194
      • 395. 331196
      • 396. 331197
      • 397. 331199
      • 398. 331202
      • 399. 331204
      • 400. 331205
      • 401. 331207
      • 402. 331209
      • 403. 331210
      • 404. 331212
      • 405. 331216
      • 406. 331219
      • 407. 331220
      • 408. 331221
      • 409. 331223
      • 410. 331224
      • 411. 331225
      • 412. 331226
      • 413. 331227
      • 414. 331228
      • 415. 331229
      • 416. 331230
      • 417. 331231
      • 418. 331232
      • 419. 331233
      • 420. 331241
      • 421. 331264
      • 422. 331270
      • 423. 331271
      • 424. 331272
      • 425. 331273
      • 426. 331274
      • 427. 331275
      • 428. 331276
      • 429. 331277
      • 430. 331279
      • 431. 331281
      • 432. 331282
      • 433. 331283
      • 434. 331284
      • 435. 331285
      • 436. 331286
      • 437. 331287
      • 438. 331288
      • 439. 331289
      • 440. 331290
      • 441. 331291
      • 442. 331292
      • 443. 331293
      • 444. 331294
      • 445. 331295
      • 446. 331296
      • 447. 331297
      • 448. 331298
      • 449. 331299
      • 450. 331300
      • 451. 331301
      • 452. 331304
      • 453. 331305
      • 454. 331306
      • 455. 331308
      • 456. 331311
      • 457. 331312
      • 458. 331313
      • 459. 331314
      • 460. 331315
      • 461. 331316
      • 462. 331319
      • 463. 331320
      • 464. 331324
      • 465. 331330
      • 466. 331331
      • 467. 331332
      • 468. 331335
      • 469. 331336
      • 470. 331338
      • 471. 331339
      • 472. 331340
      • 473. 331341
      • 474. 331342
      • 475. 331343
      • 476. 331344
      • 477. 331346
      • 478. 331347
      • 479. 331351
      • 480. 331355
      • 481. 331356
      • 482. 331357
      • 483. 331358
      • 484. 331359
      • 485. 331360
      • 486. 331361
      • 487. 331365
      • 488. 331366
      • 489. 331367
      • 490. 331368
      • 491. 331369
      • 492. 331370
      • 493. 331371
      • 494. 331374
      • 495. 331377
      • 496. 331378
      • 497. 331379
      • 498. 331380
      • 499. 331381
      • 500. 331383
      • 501. 331384
      • 502. 331385
      • 503. 331386
      • 504. 331387
      • 505. 331389
      • 506. 331390
      • 507. 331393
      • 508. 331395
      • 509. 331401
      • 510. 331402
      • 511. 331403
      • 512. 331405
      • 513. 331406
      • 514. 331410
      • 515. 331411
      • 516. 331412
      • 517. 331416
      • 518. 331417
      • 519. 331418
      • 520. 331419
      • 521. 331420
      • 522. 331421
      • 523. 331422
      • 524. 331423
      • 525. 331424
      • 526. 331425
      • 527. 331427
      • 528. 331428
      • 529. 331429
      • 530. 331432
      • 531. 331433
      • 532. 331434
      • 533. 331435
      • 534. 331436
      • 535. 331438
      • 536. 331439
      • 537. 331440
      • 538. 331443
      • 539. 331446
      • 540. 331450
      • 541. 331451
      • 542. 331452
      • 543. 331453
      • 544. 331455
      • 545. 331457
      • 546. 331458
      • 547. 331459
      • 548. 331460
      • 549. 331472
      • 550. 331473
      • 551. 331475
      • 552. 331480
      • 553. 331482
      • 554. 331483
      • 555. 331484
      • 556. 331485
      • 557. 331491
      • 558. 331492
      • 559. 331493
      • 560. 331494
      • 561. 331499
      • 562. 331500
      • 563. 331501
      • 564. 331503
      • 565. 331504
      • 566. 331505
      • 567. 331506
      • 568. 331507
      • 569. 331508
      • 570. 331509
      • 571. 331510
      • 572. 331511
      • 573. 331512
      • 574. 331513
      • 575. 331514
      • 576. 331515
      • 577. 331516
      • 578. 331517
      • 579. 331519
      • 580. 331520
      • 581. 331521
      • 582. 331522
      • 583. 331525
      • 584. 331526
      • 585. 331528
      • 586. 331529
      • 587. 331533
      • 588. 331535
      • 589. 331537
      • 590. 331538
      • 591. 331539
      • 592. 331540
      • 593. 331542
      • 594. 331543
      • 595. 331544
      • 596. 331545
      • 597. 331546
      • 598. 331549
      • 599. 331550
      • 600. 331551
      • 601. 331552
      • 602. 331554
      • 603. 331556
      • 604. 331560
      • 605. 331561
      • 606. 331562
      • 607. 331564
      • 608. 331565
      • 609. 331566
      • 610. 331567
      • 611. 331568
      • 612. 331573
      • 613. 331574
      • 614. 331576
      • 615. 331577
      • 616. 331578
      • 617. 331581
      • 618. 331582
      • 619. 331583
      • 620. 331585
      • 621. 331586
      • 622. 331587
      • 623. 331588
      • 624. 331589
      • 625. 331590
      • 626. 331591
      • 627. 331598
      • 628. 331600
      • 629. 331601
      • 630. 331602
      • 631. 331603
      • 632. 331604
      • 633. 331605
      • 634. 331606
      • 635. 331607
      • 636. 331608
      • 637. 331609
      • 638. 331610
      • 639. 331611
      • 640. 331612
      • 641. 331613
      • 642. 331614
      • 643. 331615
      • 644. 331617
      • 645. 331618
      • 646. 331623
      • 647. 331624
      • 648. 331625
      • 649. 331626
      • 650. 331627
      • 651. 331628
      • 652. 331629
      • 653. 331630
      • 654. 331631
      • 655. 331632
      • 656. 331634
      • 657. 331636
      • 658. 331638
      • 659. 331639
      • 660. 331641
      • 661. 331642
      • 662. 331644
      • 663. 331645
      • 664. 331646
      • 665. 331647
      • 666. 331648
      • 667. 331649
      • 668. 331650
      • 669. 331651
      • 670. 331652
      • 671. 331653
      • 672. 331655
      • 673. 331656
      • 674. 331657
      • 675. 331665
      • 676. 331668
      • 677. 331669
      • 678. 331670
      • 679. 331671
      • 680. 331672
      • 681. 331673
      • 682. 331674
      • 683. 331676
      • 684. 331677
      • 685. 331678
      • 686. 331679
      • 687. 331680
      • 688. 331681
      • 689. 331688
      • 690. 331689
      • 691. 331690
      • 692. 331691
      • 693. 331692
      • 694. 331693
      • 695. 331694
      • 696. 331695
      • 697. 331697
      • 698. 331699
      • 699. 331700
      • 700. 331701
      • 701. 331702
      • 702. 331703
      • 703. 331704
      • 704. 331705
      • 705. 331706
      • 706. 331707
      • 707. 331708
      • 708. 331709
      • 709. 331711
      • 710. 331712
      • 711. 331714
      • 712. 331715
      • 713. 331716
      • 714. 331717
      • 715. 331718
      • 716. 331719
      • 717. 331721
      • 718. 331723
      • 719. 331724
      • 720. 331725
      • 721. 331726
      • 722. 331727
      • 723. 331728
      • 724. 331730
      • 725. 331731
      • 726. 331732
      • 727. 331733
      • 728. 331734
      • 729. 331736
      • 730. 331738
      • 731. 331739
      • 732. 331740
      • 733. 331741
      • 734. 331744
      • 735. 331745
      • 736. 331747
      • 737. 331748
      • 738. 331749
      • 739. 331750
      • 740. 331752
      • 741. 331754
      • 742. 331755
      • 743. 331756
      • 744. 331757
      • 745. 331758
      • 746. 331759
      • 747. 331762
      • 748. 331763
      • 749. 331764
      • 750. 331765
      • 751. 331766
      • 752. 331767
      • 753. 331768
      • 754. 331769
      • 755. 331770
      • 756. 331771
      • 757. 331773
      • 758. 331774
      • 759. 331775
      • 760. 331776
      • 761. 331777
      • 762. 331780
      • 763. 331781
      • 764. 331782
      • 765. 331785
      • 766. 331786
      • 767. 331787
      • 768. 331788
      • 769. 331789
      • 770. 331790
      • 771. 331791
      • 772. 331792
      • 773. 331793
      • 774. 331794
      • 775. 331795
      • 776. 331796
      • 777. 331797
      • 778. 331798
      • 779. 331799
      • 780. 331800
      • 781. 331801
      • 782. 331802
      • 783. 331803
      • 784. 331804
      • 785. 331805
      • 786. 331806
      • 787. 331807
      • 788. 331809
      • 789. 331810
      • 790. 331813
      • 791. 331814
      • 792. 331815
      • 793. 331816
      • 794. 331817
      • 795. 331818
      • 796. 331820
      • 797. 331821
      • 798. 331822
      • 799. 331823
      • 800. 331824
      • 801. 331825
      • 802. 331827
      • 803. 331828
      • 804. 331830
      • 805. 331831
      • 806. 331832
      • 807. 331833
      • 808. 331834
      • 809. 331836
      • 810. 331837
      • 811. 331838
      • 812. 331841
      • 813. 331842
      • 814. 331843
      • 815. 331844
      • 816. 331845
      • 817. 331847
      • 818. 331848
      • 819. 331849
      • 820. 331851
      • 821. 331852
      • 822. 331853
      • 823. 331854
      • 824. 331855
      • 825. 331859
      • 826. 331860
      • 827. 331861
      • 828. 331862
      • 829. 331863
      • 830. 331864
      • 831. 331866
      • 832. 331867
      • 833. 331869
      • 834. 331870
      • 835. 331871
      • 836. 331873
      • 837. 331874
      • 838. 331875
      • 839. 331876
      • 840. 331877
      • 841. 331878
      • 842. 331879
      • 843. 331880
      • 844. 331881
      • 845. 331882
      • 846. 331883
      • 847. 331884
      • 848. 331885
      • 849. 331886
      • 850. 331887
      • 851. 331888
      • 852. 331889
      • 853. 331891
      • 854. 331892
      • 855. 331893
      • 856. 331894
      • 857. 331896
      • 858. 331897
      • 859. 331898
      • 860. 331899
      • 861. 331900
      • 862. 331901
      • 863. 331902
      • 864. 331903
      • 865. 331904
      • 866. 331905
      • 867. 331906
      • 868. 331909
      • 869. 331911
      • 870. 331912
      • 871. 331913
      • 872. 331914
      • 873. 331915
      • 874. 331917
      • 875. 331918
      • 876. 331919
      • 877. 331920
      • 878. 331921
      • 879. 331922
      • 880. 331923
      • 881. 331924
      • 882. 331925
      • 883. 331926
      • 884. 331927
      • 885. 331928
      • 886. 331929
      • 887. 331930
      • 888. 331931
      • 889. 331932
      • 890. 331933
      • 891. 331934
      • 892. 331935
      • 893. 331937
      • 894. 331938
      • 895. 331939
      • 896. 331941
      • 897. 331942
      • 898. 331943
      • 899. 331948
      • 900. 331949
      • 901. 331950
      • 902. 331951
      • 903. 331952
      • 904. 331957
      • 905. 331959
      • 906. 331960
      • 907. 331961
      • 908. 331967
      • 909. 331968
      • 910. 331969
      • 911. 331970
      • 912. 331971
      • 913. 331972
      • 914. 331973
      • 915. 331974
      • 916. 331975
      • 917. 331976
      • 918. 331978
      • 919. 331979
      • 920. 331980
      • 921. 331983
      • 922. 331984
      • 923. 331985
      • 924. 331986
      • 925. 331987
      • 926. 331988
      • 927. 331989
      • 928. 331990
      • 929. 331991
      • 930. 331992
      • 931. 331993
      • 932. 331994
      • 933. 331995
      • 934. 331996
      • 935. 331997
      • 936. 331998
      • 937. 331999
      • 938. 332000
      • 939. 332001
      • 940. 332002
      • 941. 332003
      • 942. 332004
      • 943. 332005
      • 944. 332006
      • 945. 332007
      • 946. 332008
      • 947. 332009
      • 948. 332010
      • 949. 332011
      • 950. 332012
      • 951. 332015
      • 952. 332016
      • 953. 332017
      • 954. 332018
      • 955. 332019
      • 956. 332020
      • 957. 332021
      • 958. 332022
      • 959. 332023
      • 960. 332024
      • 961. 332025
      • 962. 332026
      • 963. 332027
      • 964. 332028
      • 965. 332029
      • 966. 332030
      • 967. 332031
      • 968. 332032
      • 969. 332033
      • 970. 332034
      • 971. 332035
      • 972. 332036
      • 973. 332037
      • 974. 332038
      • 975. 332039
      • 976. 332040
      • 977. 332041
      • 978. 332043
      • 979. 332044
      • 980. 332045
      • 981. 332046
      • 982. 332047
      • 983. 332048
      • 984. 332050
      • 985. 332051
      • 986. 332052
      • 987. 332053
      • 988. 332054
      • 989. 332055
      • 990. 332056
      • 991. 332058
      • 992. 332059
      • 993. 332080
      • 994. 332081
      • 995. 332083
      • 996. 332084
      • 997. 332085
      • 998. 332086
      • 999. 332087
      • 1000. 332088
      • 1001. 332089
      • 1002. 332090
      • 1003. 332091
      • 1004. 332092
      • 1005. 332094
      • 1006. 332095
      • 1007. 332096
      • 1008. 332097
      • 1009. 332098
      • 1010. 332099
      • 1011. 332100
      • 1012. 332102
      • 1013. 332103
      • 1014. 332105
      • 1015. 332106
      • 1016. 332107
      • 1017. 332109
      • 1018. 332110
      • 1019. 332111
      • 1020. 332113
      • 1021. 332114
      • 1022. 332115
      • 1023. 332116
      • 1024. 332120
      • 1025. 332122
      • 1026. 332123
      • 1027. 332125
      • 1028. 332126
      • 1029. 332129
      • 1030. 332130
      • 1031. 332131
      • 1032. 332132
      • 1033. 332134
      • 1034. 332137
      • 1035. 332138
      • 1036. 332140
      • 1037. 332141
      • 1038. 332142
      • 1039. 332144
      • 1040. 332145
      • 1041. 332146
      • 1042. 332149
      • 1043. 332152
      • 1044. 332153
      • 1045. 332154
      • 1046. 332155
      • 1047. 332156
      • 1048. 332157
      • 1049. 332158
      • 1050. 332160
      • 1051. 332161
      • 1052. 332164
      • 1053. 332165
      • 1054. 332166
      • 1055. 332167
      • 1056. 332168
      • 1057. 332170
      • 1058. 332171
      • 1059. 332172
      • 1060. 332173
      • 1061. 332174
      • 1062. 332175
      • 1063. 332176
      • 1064. 332177
      • 1065. 332179
      • 1066. 332180
      • 1067. 332181
      • 1068. 332182
      • 1069. 332183
      • 1070. 332184
      • 1071. 332185
      • 1072. 332186
      • 1073. 332188
      • 1074. 332189
      • 1075. 332190
      • 1076. 332191
      • 1077. 332193
      • 1078. 332194
      • 1079. 332195
      • 1080. 332196
      • 1081. 332197
      • 1082. 332198
      • 1083. 332199
      • 1084. 332200
      • 1085. 332201
      • 1086. 332202
      • 1087. 332203
      • 1088. 332204
      • 1089. 332205
      • 1090. 332206
      • 1091. 332207
      • 1092. 332208
      • 1093. 332209
      • 1094. 332210
      • 1095. 332211
      • 1096. 332212
      • 1097. 332214
      • 1098. 332215
      • 1099. 332216
      • 1100. 332217
      • 1101. 332218
      • 1102. 332219
      • 1103. 332220
      • 1104. 332221
      • 1105. 332222
      • 1106. 332223
      • 1107. 332224
      • 1108. 332225
      • 1109. 332226
      • 1110. 332227
      • 1111. 332228
      • 1112. 332229
      • 1113. 332230
      • 1114. 332231
      • 1115. 332232
      • 1116. 332233
      • 1117. 332234
      • 1118. 332235
      • 1119. 332236
      • 1120. 332237
      • 1121. 332238
      • 1122. 332239
      • 1123. 332240
      • 1124. 332241
      • 1125. 332242
      • 1126. 332243
      • 1127. 332244
      • 1128. 332246
      • 1129. 332248
      • 1130. 332249
      • 1131. 332250
      • 1132. 332262
      • 1133. 332267
      • 1134. 332268
      • 1135. 332269
      • 1136. 332270
      • 1137. 332271
      • 1138. 332272
      • 1139. 332273
      • 1140. 332274
      • 1141. 332275
      • 1142. 332276
      • 1143. 332277
      • 1144. 332278
      • 1145. 332279
      • 1146. 332280
      • 1147. 332281
      • 1148. 332282
      • 1149. 332284
      • 1150. 332285
      • 1151. 332286
      • 1152. 332288
      • 1153. 332290
      • 1154. 332291
      • 1155. 332293
      • 1156. 332294
      • 1157. 332295
      • 1158. 332296
      • 1159. 332297
      • 1160. 332299
      • 1161. 332300
      • 1162. 332311
      • 1163. 332312
      • 1164. 332313
      • 1165. 332314
      • 1166. 332315
      • 1167. 332316
      • 1168. 332317
      • 1169. 332318
      • 1170. 332320
      • 1171. 332322
      • 1172. 332323
      • 1173. 332324
      • 1174. 332325
      • 1175. 332326
      • 1176. 332327
      • 1177. 332328
      • 1178. 332331
      • 1179. 332332
      • 1180. 332333
      • 1181. 332335
      • 1182. 332336
      • 1183. 332337
      • 1184. 332341
      • 1185. 332343
      • 1186. 332344
      • 1187. 332345
      • 1188. 332347
      • 1189. 332348
      • 1190. 332351
      • 1191. 332352
      • 1192. 332353
      • 1193. 332354
      • 1194. 332355
      • 1195. 332356
      • 1196. 332357
      • 1197. 332358
      • 1198. 332372
      • 1199. 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
      590μ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')
      590μ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
      350μ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
      350μ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)
      320μ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
      300μ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` = 10
      6.55msProductRepository.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. 10
      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` = 10 order by `reviews_count` desc limit 12 offset 0
      11.55sProductRepository.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. 10
      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 (331810, 331814, 331820, 331821, 331822, 331823, 331824, 331825, 331827, 331828, 331830, 331831) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      570μ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 (331810, 331814, 331820, 331821, 331822, 331823, 331824, 331825, 331827, 331828, 331830, 331831) 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: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
      410μ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` = 8) order by `reviews_count` desc
      19.13msProductRepository.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. 8
      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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331695, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      2.66msProductRepository.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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331695, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `delivery_man_id` is null and `status` = 1
      520μ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
      300μ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` = 8) order by `id` desc
      18.03msProductRepository.php#318u568459134_UserStore
      Metadata
      Bindings
      • 0. admin
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      • 9. 8
      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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331695, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'sa'
      3.28msProductRepository.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 (3878, 3880, 3881, 3997, 3998, 3999, 4121, 4144, 4162, 4163, 4164, 4170, 4171, 4172, 4173, 4174, 4175, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4210, 4212, 4213, 4412, 4419, 4421, 4422, 4425, 4426, 4436, 4437, 4440, 4441, 4443, 4444, 4448, 4449, 4450, 4507, 4513, 4514, 4516, 4518, 4595, 4597, 4598, 4599, 4600, 4601, 4668, 4715, 4717, 4718, 4719, 4721, 4722, 4725, 4729, 4730, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4743, 4744, 4745, 4746, 4747, 4789, 4791, 4792, 4811, 4829, 4830, 4834, 4836, 4837, 4838, 4842, 4849, 4850, 4851, 4864, 4866, 4869, 4873, 4874, 4875, 4881, 4893, 4898, 4973, 5030, 5031, 5033, 5051, 5112, 5113, 5115, 5116, 5133, 5201, 5380, 5382, 5384, 5385, 5386, 5421, 5424, 5432, 5435, 5443, 5446, 5448, 5449, 5457, 5707, 5708, 5709, 5710, 5713, 5762, 5763, 5765, 5766, 5769, 5770, 5813, 5870, 5948, 5949, 5950, 5951, 5952, 5953, 6078, 6079, 6080, 6081, 6082, 6083, 6084, 6085, 6086, 6088, 6089, 6090, 6091, 6094, 6095, 6146, 6147, 6148, 6149, 6151, 6152, 6153, 6154, 6156, 6157, 6158, 6159, 6160, 6162, 6163, 6168, 6171, 6172, 6173, 6177, 6185, 6186, 6189, 6190, 6191, 6194, 6195, 6196, 6197, 6198, 6199, 6224, 6225, 6226, 6227, 6236, 6237, 6238, 6239, 6240, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6264, 6265, 6266, 6267, 6268, 6269, 6270, 6271, 6272, 6273, 6274, 331138, 331140, 331142, 331143, 331147, 331148, 331149, 331150, 331155, 331156, 331157, 331158, 331159, 331160, 331161, 331162, 331163, 331171, 331172, 331173, 331174, 331175, 331176, 331178, 331179, 331180, 331181, 331182, 331184, 331185, 331186, 331187, 331188, 331190, 331191, 331192, 331193, 331194, 331196, 331197, 331199, 331202, 331204, 331205, 331207, 331209, 331210, 331212, 331216, 331219, 331220, 331221, 331223, 331224, 331225, 331226, 331227, 331228, 331229, 331230, 331231, 331232, 331233, 331308, 331335, 331336, 331339, 331340, 331341, 331342, 331343, 331356, 331365, 331366, 331368, 331435, 331436, 331438, 331439, 331446, 331450, 331472, 331473, 331491, 331492, 331493, 331494, 331573, 331581, 331582, 331583, 331585, 331586, 331587, 331588, 331589, 331590, 331601, 331603, 331604, 331628, 331630, 331632, 331634, 331636, 331638, 331639, 331641, 331644, 331646, 331648, 331651, 331653, 331655, 331656, 331657, 331669, 331670, 331671, 331672, 331673, 331674, 331676, 331677, 331678, 331679, 331680, 331681, 331689, 331690, 331691, 331692, 331693, 331695, 331700, 331701, 331702, 331703, 331704, 331705, 331707, 331708, 331711, 331712, 331714, 331723, 331724, 331725, 331726, 331739, 331747, 331748, 331749, 331758, 331759, 331785, 331786, 331787, 331788, 331789, 331948, 331949, 331950, 331951, 331952, 331957, 331959, 331960, 331961, 331967, 331968, 331969, 331970, 331971, 331972, 331973, 331974, 331975, 331976, 331978, 331979, 331983, 331984, 331985, 331986, 331987, 331988, 331989, 331990, 331991, 331992, 331993, 331994, 331995, 331996, 331997, 332015, 332016, 332017, 332055, 332056, 332250, 332267, 332307, 332308, 332309, 332310, 332360, 332361, 332362, 332363, 332364, 332368, 332369, 332370, 332371) and `delivery_man_id` is null and `status` = 1
      880μ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` = 8 limit 1
      670μsdetails.blade.php#464u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      510μ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` = 84 limit 1
      390μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. 84
      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 (84) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μ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` = 99 limit 1
      340μscategory-manager.php#65u568459134_UserStore
      Metadata
      Bindings
      • 0. 99
      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 (99) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      790μ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
      460μ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
      520μ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
      540μ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
      430μ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` = 8 limit 1
      460μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) 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` = 332371 and `wishlists`.`product_id` is not null
      670μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332371
      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` = 332371 and `product_compares`.`product_id` is not null
      390μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332371
      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` = 8 limit 1
      420μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μ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` = 332370 and `wishlists`.`product_id` is not null
      580μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332370
      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` = 332370 and `product_compares`.`product_id` is not null
      390μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332370
      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` = 8 limit 1
      680μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      670μ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` = 332369 and `wishlists`.`product_id` is not null
      660μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332369
      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` = 332369 and `product_compares`.`product_id` is not null
      790μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332369
      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` = 8 limit 1
      400μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) 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` = 332368 and `wishlists`.`product_id` is not null
      500μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332368
      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` = 332368 and `product_compares`.`product_id` is not null
      280μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332368
      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` = 8 limit 1
      410μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      470μ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` = 332364 and `wishlists`.`product_id` is not null
      690μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332364
      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` = 332364 and `product_compares`.`product_id` is not null
      430μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332364
      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` = 8 limit 1
      360μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) 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` = 332363 and `wishlists`.`product_id` is not null
      530μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332363
      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` = 332363 and `product_compares`.`product_id` is not null
      380μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332363
      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` = 8 limit 1
      300μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μ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` = 332362 and `wishlists`.`product_id` is not null
      510μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332362
      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` = 332362 and `product_compares`.`product_id` is not null
      260μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332362
      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` = 8 limit 1
      370μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μ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` = 332361 and `wishlists`.`product_id` is not null
      450μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332361
      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` = 332361 and `product_compares`.`product_id` is not null
      250μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332361
      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` = 8 limit 1
      340μs_product-medium-card.blade.php#15u568459134_UserStore
      Metadata
      Bindings
      • 0. 8
      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 (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μ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` = 332360 and `wishlists`.`product_id` is not null
      620μs_product-medium-card.blade.php#23u568459134_UserStore
      Metadata
      Bindings
      • 0. 332360
      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` = 332360 and `product_compares`.`product_id` is not null
      390μs_product-medium-card.blade.php#28u568459134_UserStore
      Metadata
      Bindings
      • 0. 332360
      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` = 8 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332310 and `wishlists`.`product_id` is not null
      710μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332310 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      560μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332309 and `wishlists`.`product_id` is not null
      640μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332309 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      450μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      760μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332308 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332308 and `product_compares`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      620μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      540μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332307 and `wishlists`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332307 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332267 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332267 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      420μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332250 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332250 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332056 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332056 and `product_compares`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332055 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332055 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332017 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332017 and `product_compares`.`product_id` is not null
      420μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      740μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      500μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332016 and `wishlists`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332016 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      480μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      570μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 332015 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 332015 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331997 and `wishlists`.`product_id` is not null
      560μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331997 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331996 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331996 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      450μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331995 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331995 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331994 and `wishlists`.`product_id` is not null
      610μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331994 and `product_compares`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      680μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331993 and `wishlists`.`product_id` is not null
      720μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331993 and `product_compares`.`product_id` is not null
      1.02msu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      480μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331992 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331992 and `product_compares`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      570μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331991 and `wishlists`.`product_id` is not null
      750μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331991 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331990 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331990 and `product_compares`.`product_id` is not null
      390μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331989 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331989 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      280μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331988 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331988 and `product_compares`.`product_id` is not null
      240μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      260μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331987 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331987 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331986 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331986 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331985 and `wishlists`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331985 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      320μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331984 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331984 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331983 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331983 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331979 and `wishlists`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331979 and `product_compares`.`product_id` is not null
      310μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      330μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331978 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331978 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331976 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331976 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331975 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331975 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      270μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      280μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331974 and `wishlists`.`product_id` is not null
      420μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331974 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331973 and `wishlists`.`product_id` is not null
      750μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331973 and `product_compares`.`product_id` is not null
      740μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      1.33msu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      730μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331972 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331972 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331971 and `wishlists`.`product_id` is not null
      790μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331971 and `product_compares`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      1.08msu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331970 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331970 and `product_compares`.`product_id` is not null
      290μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331969 and `wishlists`.`product_id` is not null
      940μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331969 and `product_compares`.`product_id` is not null
      930μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      770μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      460μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331968 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331968 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      450μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      540μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331967 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331967 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331961 and `wishlists`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331961 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      430μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331960 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331960 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331959 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331959 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      300μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331957 and `wishlists`.`product_id` is not null
      570μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331957 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      270μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      330μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331952 and `wishlists`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331952 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331951 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331951 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      570μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331950 and `wishlists`.`product_id` is not null
      490μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331950 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331949 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331949 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      520μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      820μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331948 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331948 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      420μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331789 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331789 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      520μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      600μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331788 and `wishlists`.`product_id` is not null
      1.34msu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331788 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      800μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      3.65msu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331787 and `wishlists`.`product_id` is not null
      1.15msu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331787 and `product_compares`.`product_id` is not null
      390μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      480μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331786 and `wishlists`.`product_id` is not null
      540μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331786 and `product_compares`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      530μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331785 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331785 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      910μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331759 and `wishlists`.`product_id` is not null
      590μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331759 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      430μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      350μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331758 and `wishlists`.`product_id` is not null
      600μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331758 and `product_compares`.`product_id` is not null
      270μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      370μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331749 and `wishlists`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331749 and `product_compares`.`product_id` is not null
      400μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331748 and `wishlists`.`product_id` is not null
      840μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331748 and `product_compares`.`product_id` is not null
      810μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      430μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      440μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331747 and `wishlists`.`product_id` is not null
      830μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331747 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      670μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331739 and `wishlists`.`product_id` is not null
      770μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331739 and `product_compares`.`product_id` is not null
      520μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      500μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      950μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331726 and `wishlists`.`product_id` is not null
      690μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331726 and `product_compares`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331725 and `wishlists`.`product_id` is not null
      920μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331725 and `product_compares`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      410μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331724 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331724 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      710μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      490μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331723 and `wishlists`.`product_id` is not null
      630μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331723 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      990μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      510μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331714 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331714 and `product_compares`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      660μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      520μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331712 and `wishlists`.`product_id` is not null
      750μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331712 and `product_compares`.`product_id` is not null
      510μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      390μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331711 and `wishlists`.`product_id` is not null
      700μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331711 and `product_compares`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      450μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331708 and `wishlists`.`product_id` is not null
      720μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331708 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331707 and `wishlists`.`product_id` is not null
      1.41msu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331707 and `product_compares`.`product_id` is not null
      620μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      580μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      550μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331705 and `wishlists`.`product_id` is not null
      980μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331705 and `product_compares`.`product_id` is not null
      1.26msu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      510μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      690μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331704 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331704 and `product_compares`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      500μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331703 and `wishlists`.`product_id` is not null
      630μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331703 and `product_compares`.`product_id` is not null
      370μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      510μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331702 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331702 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331701 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331701 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331700 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331700 and `product_compares`.`product_id` is not null
      320μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      320μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331695 and `wishlists`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331695 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      340μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331693 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331693 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      400μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331692 and `wishlists`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331692 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      310μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331691 and `wishlists`.`product_id` is not null
      1.55msu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331691 and `product_compares`.`product_id` is not null
      960μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      710μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      590μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331690 and `wishlists`.`product_id` is not null
      760μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331690 and `product_compares`.`product_id` is not null
      360μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      330μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331689 and `wishlists`.`product_id` is not null
      540μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331689 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      650μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331681 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331681 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      670μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      550μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331680 and `wishlists`.`product_id` is not null
      730μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331680 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      420μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      460μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331679 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331679 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331678 and `wishlists`.`product_id` is not null
      450μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331678 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      260μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      270μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331677 and `wishlists`.`product_id` is not null
      500μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331677 and `product_compares`.`product_id` is not null
      300μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      400μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331676 and `wishlists`.`product_id` is not null
      480μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331676 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      280μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      870μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331674 and `wishlists`.`product_id` is not null
      600μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331674 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      350μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331673 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331673 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      420μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331672 and `wishlists`.`product_id` is not null
      660μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331672 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      580μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      570μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331671 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331671 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      360μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331670 and `wishlists`.`product_id` is not null
      460μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331670 and `product_compares`.`product_id` is not null
      340μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      470μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      460μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331669 and `wishlists`.`product_id` is not null
      650μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331669 and `product_compares`.`product_id` is not null
      380μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      430μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331657 and `wishlists`.`product_id` is not null
      580μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331657 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      330μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      330μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331656 and `wishlists`.`product_id` is not null
      680μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331656 and `product_compares`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      390μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331655 and `wishlists`.`product_id` is not null
      640μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331655 and `product_compares`.`product_id` is not null
      330μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      380μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      410μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331653 and `wishlists`.`product_id` is not null
      550μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331653 and `product_compares`.`product_id` is not null
      350μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      260μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      360μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331651 and `wishlists`.`product_id` is not null
      430μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331651 and `product_compares`.`product_id` is not null
      250μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      370μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      280μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331648 and `wishlists`.`product_id` is not null
      410μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331648 and `product_compares`.`product_id` is not null
      280μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      250μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      300μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331646 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331646 and `product_compares`.`product_id` is not null
      240μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      290μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      290μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331644 and `wishlists`.`product_id` is not null
      470μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331644 and `product_compares`.`product_id` is not null
      240μsu568459134_UserStore
    • select * from `categories` where `categories`.`id` = 8 limit 1
      340μsu568459134_UserStore
    • select * from `translations` where `translations`.`translationable_id` in (8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
      380μsu568459134_UserStore
    • select * from `wishlists` where `wishlists`.`product_id` = 331641 and `wishlists`.`product_id` is not null
      440μsu568459134_UserStore
    • select * from `product_compares` where `product_compares`.`product_id` = 331641 and `product_compares`.`product_id` is not null
      440μsu568459134_UserStore
    • ... 3176 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\ProductCompare
    8
    App\Models\Wishlist
    324
    App\Models\Currency
    1
    App\Models\Category
    1021
    App\Models\ShippingType
    1
    App\Models\Translation
    2663
    App\Models\Product
    2587
    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 {#4415 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
        currency_code
        YER
        currency_symbol
        YER
        currency_exchange_rate
        1
        _token
        dNnjaxZXCKsMYkE2meYTbSu5HH7ArU1Dcb9GMnJL
        guest_id
        397501
        usd
        1
        currency_symbol_position
        left
        _previous
        array:1 [ "url" => "https://alemlakshope.com/product/my-childrens-hands-are-made-of-leather-and-th...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /product/my-childrens-hands-are-made-of-leather-and-thread-fbFfen
        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" => "3.16.44.66" "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" => "16589" "REDIRECT_URL" => "/product/my-childrens-hands-are-made-of-leather-and-thread-fbFfen" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/product/my-childrens-hands-are-made-of-leather-and-thread-fbFfen" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1749008199.4161 "REQUEST_TIME" => 1749008199 ]
        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 => "Wed, 04 Jun 2025 03:36:51 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJxNTJCc21adkJtTFovSXFHY2M1Vmc9PSIsInZhbHVlIjoiUTF3U2o5M0c3cnFpMk96TkRrbGlvdVlkZFp1Um5NUlZMTldWUDY1bFYvcW1XZXdzMzFpOGl0YWhvM2FaT1pRZ05aZ2tROFpQcHB0dFR3SGlQbVZ2VjVyU1JlOGk1cGQyanRkTmVibVJkQ1ZaTkt2dVoxYzcweWJHaEdDak14WGQiLCJtYWMiOiIzZmY2NTgwYzY2MWUzYTFiNzUwOGFhOWUxYWZiY2RmNzFhZTljZTUyMTYzYzM3ZjRiMWY3ZTk0MjdjNGY4ZTc1IiwidGFnIjoiIn0%3D; expires=Wed, 04 Jun 2025 04:36:55 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IlJxNTJCc21adkJtTFovSXFHY2M1Vmc9PSIsInZhbHVlIjoiUTF3U2o5M0c3cnFpMk96TkRrbGlvdVlkZFp1Um5NUlZMTldWUDY1bFYvcW1XZXdzMzFpOGl0YWhvM2FaT1pRZ05aZ2tRO" 1 => "alemlak_for_trading_session=eyJpdiI6IkxGM05CUU1DWjM2TC9rd05UY0NUZXc9PSIsInZhbHVlIjoiaWFhRU1qY2NOY0xxTnduRTBJK3Y4NHhqNmQrVGNmSlpMWnV5czJ4Z3QxaThYUGlQN0pyUzRUYmN2WERMNlhXbjNyRHNCNWlrSnRpaHFteVhzSkZTT0lPWnU1YUcrZUxjMEJPQWkrSU9XT09jQnEzMktQUnVxelR1RldVN1c2TWEiLCJtYWMiOiI0MzIzYmFiYjkwYTk5MTY3OWUwNzVhMTQyNjU0YTM4MTRlODJjMDkwODYwNmZiY2IzNjViOWVkMjdmM2NkOTI1IiwidGFnIjoiIn0%3D; expires=Wed, 04 Jun 2025 04:36:55 GMT; Max-Age=3600; path=/; httponlyalemlak_for_trading_session=eyJpdiI6IkxGM05CUU1DWjM2TC9rd05UY0NUZXc9PSIsInZhbHVlIjoiaWFhRU1qY2NOY0xxTnduRTBJK3Y4NHhqNmQrVGNmSlpMWnV5czJ4Z3QxaThYUGlQN0pyUzRUYmN2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJxNTJCc21adkJtTFovSXFHY2M1Vmc9PSIsInZhbHVlIjoiUTF3U2o5M0c3cnFpMk96TkRrbGlvdVlkZFp1Um5NUlZMTldWUDY1bFYvcW1XZXdzMzFpOGl0YWhvM2FaT1pRZ05aZ2tROFpQcHB0dFR3SGlQbVZ2VjVyU1JlOGk1cGQyanRkTmVibVJkQ1ZaTkt2dVoxYzcweWJHaEdDak14WGQiLCJtYWMiOiIzZmY2NTgwYzY2MWUzYTFiNzUwOGFhOWUxYWZiY2RmNzFhZTljZTUyMTYzYzM3ZjRiMWY3ZTk0MjdjNGY4ZTc1IiwidGFnIjoiIn0%3D; expires=Wed, 04-Jun-2025 04:36:55 GMT; path=/XSRF-TOKEN=eyJpdiI6IlJxNTJCc21adkJtTFovSXFHY2M1Vmc9PSIsInZhbHVlIjoiUTF3U2o5M0c3cnFpMk96TkRrbGlvdVlkZFp1Um5NUlZMTldWUDY1bFYvcW1XZXdzMzFpOGl0YWhvM2FaT1pRZ05aZ2tRO" 1 => "alemlak_for_trading_session=eyJpdiI6IkxGM05CUU1DWjM2TC9rd05UY0NUZXc9PSIsInZhbHVlIjoiaWFhRU1qY2NOY0xxTnduRTBJK3Y4NHhqNmQrVGNmSlpMWnV5czJ4Z3QxaThYUGlQN0pyUzRUYmN2WERMNlhXbjNyRHNCNWlrSnRpaHFteVhzSkZTT0lPWnU1YUcrZUxjMEJPQWkrSU9XT09jQnEzMktQUnVxelR1RldVN1c2TWEiLCJtYWMiOiI0MzIzYmFiYjkwYTk5MTY3OWUwNzVhMTQyNjU0YTM4MTRlODJjMDkwODYwNmZiY2IzNjViOWVkMjdmM2NkOTI1IiwidGFnIjoiIn0%3D; expires=Wed, 04-Jun-2025 04:36:55 GMT; path=/; httponlyalemlak_for_trading_session=eyJpdiI6IkxGM05CUU1DWjM2TC9rd05UY0NUZXc9PSIsInZhbHVlIjoiaWFhRU1qY2NOY0xxTnduRTBJK3Y4NHhqNmQrVGNmSlpMWnV5czJ4Z3QxaThYUGlQN0pyUzRUYmN2" ] ]
        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 {#4415 #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" => "dNnjaxZXCKsMYkE2meYTbSu5HH7ArU1Dcb9GMnJL" "guest_id" => 397501 "usd" => "1" "currency_symbol_position" => "left" "_previous" => array:1 [ "url" => "https://alemlakshope.com/product/my-childrens-hands-are-made-of-leather-and-thread-fbFfen" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]