Qty 1 2 6 12 48
Price $ 7.66 $ 6.97 $ 6.69 $ 5.65 $ 4.75
Save 0% 9 % 13 % 26 % 38 %
  • We accept American Express
  • We accept MasterCard
  • We accept PayPal

Return within 30 days from the purchase date.

Legging

Product description

Customer who viewed this product also viewed...

YL-SML827101-Black
Lady's Desert Leopard Patterned Seamless Leggings
Price Starts at $285
VP-YL-JEGGING-827JN201
Belle Donne - Women's Jeggings Pull-on Look Alike...
Price Starts at $1641
VP-YL-SML528SD-LEGGINGS
Belle Donne High Waist Leggings Tights for Women F...
Price Starts at $475
YL-SML538SD-AMG
Army Green Lady's Celine Solid Color Seamless Flee...
Price Starts at $225
VP-GQ-PANT
Belle Donne Women Palazzo Pants Chevron Aztec Trib...
Price Starts at $905
VP-YL-SHORT-807JN201
Belle Donne - Women's Short Moleton Style Solid Co...
Price Starts at $757
Request history8.1.29PHP Version1.4sRequest Duration2MBMemory UsageGET products/{product}Route
    • Booting (7.36ms)time
    • Application (1.39s)time
    • 1 x Application (99.47%)
      1.39s
      1 x Booting (0.53%)
      7.36ms
      20 templates were rendered
      • front.product.productDetailViewproductDetailView.blade.php#?blade
      • front.layout.sideBarsideBar.blade.php#?blade
      • front.product.partials.partial_product_detail_view_boxpartial_product_detail_view_box.blade.php#?blade
      • front.product.partials.partial_cart_boxpartial_cart_box.blade.php#?blade
      • front.product.partials.partial_qty_price_boxpartial_qty_price_box.blade.php#?blade
      • front.product.partials.partial_product_option_boxpartial_product_option_box.blade.php#?blade
      • front.product.partials.partial_product_child_images_boxpartial_product_child_images_box.blade.php#?blade
      • front.layout.defaultLayoutdefaultLayout.blade.php#?blade
      • front.layout.headhead.blade.php#?blade
      • front.layout.preMenupreMenu.blade.php#?blade
      • front.layout.alert_notificationsalert_notifications.blade.php#?blade
      • front.layout.mainMenumainMenu.blade.php#?blade
      • front.cart.partials.partial_top_cartpartial_top_cart.blade.php#?blade
      • front.layout.brandsSliderbrandsSlider.blade.php#?blade
      • front.layout.stepsBlockstepsBlock.blade.php#?blade
      • front.layout.preFooterBlockpreFooterBlock.blade.php#?blade
      • front.layout.footerfooter.blade.php#?blade
      • front.layout.footerScriptsfooterScripts.blade.php#?blade
      • front.cart.scripts.cartPageJscartPageJs.blade.php#?blade
      • front.product.scripts.productDetailJsproductDetailJs.php#?php
      uri
      GET products/{product}
      middleware
      web
      controller
      App\Http\Controllers\ProductsController@view
      namespace
      where
      as
      generated::Mweqk7np9s03b8Wk
      file
      app/Http/Controllers/ProductsController.php:105-151
      136 statements were executed, 6 of which were duplicates, 130 unique. Show only duplicated1.29s
      • # Query soft limit for Debugbar is reached after 100 queries, additional 36 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • Connection Establishedsekib_liveProduct.php#144
        Backtrace
        • 12. app/Models/Product.php:144
        • 13. app/library/ProductClass.php:316
        • 14. app/Http/Controllers/ProductsController.php:110
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = '28522' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        3.09mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 28522
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:316
        • 18. app/Http/Controllers/ProductsController.php:110
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 28522 limit 1
        810μssekib_liveProductClass.php#594
        Bindings
        • 0: 28522
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:373
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `quantities` where `quantities`.`product_id` = 28522 limit 1
        720μssekib_liveProductClass.php#542
        Bindings
        • 0: 28522
        Backtrace
        • 18. app/library/ProductClass.php:542
        • 19. app/library/ProductClass.php:507
        • 20. app/library/ProductClass.php:374
        • 21. app/Http/Controllers/ProductsController.php:110
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_images` where `product_id` = '28522'
        500μssekib_liveProductImage.php#18
        Bindings
        • 0: 28522
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ProductClass.php:560
        • 16. app/library/ProductClass.php:375
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_images` where `product_id` = '28522'
        540μssekib_liveProductImage.php#18
        Bindings
        • 0: 28522
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:376
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `products`.* from `products` where `products`.`id` = '28522' limit 1
        1.01mssekib_liveProduct.php#163
        Bindings
        • 0: 28522
        Backtrace
        • 16. app/Models/Product.php:163
        • 17. app/library/ProductClass.php:240
        • 18. app/library/ProductClass.php:377
        • 19. app/Http/Controllers/ProductsController.php:110
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = '28522' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.77mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 28522
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:379
        • 19. app/Http/Controllers/ProductsController.php:110
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = '28522' and `wholesale` = 0 limit 1
        670μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 28522
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:379
        • 19. app/Http/Controllers/ProductsController.php:110
      • select * from `channel_meta` where `product_id` = '28522'
        680μssekib_liveProductClass.php#687
        Bindings
        • 0: 28522
        Backtrace
        • 14. app/library/ProductClass.php:687
        • 15. app/library/ProductClass.php:383
        • 16. app/Http/Controllers/ProductsController.php:110
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`id` = 106 limit 1
        520μssekib_liveProductClass.php#627
        Bindings
        • 0: 106
        Backtrace
        • 18. app/library/ProductClass.php:627
        • 19. app/library/ProductClass.php:384
        • 20. app/Http/Controllers/ProductsController.php:110
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`id` = 203 limit 1
        490μssekib_liveProductClass.php#632
        Bindings
        • 0: 203
        Backtrace
        • 18. app/library/ProductClass.php:632
        • 19. app/library/ProductClass.php:384
        • 20. app/Http/Controllers/ProductsController.php:110
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `products`.* from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `type` in ('parent', 'single') and `master_duplicate` in ('original', 'set') and `website_listing` = 1 and `product_categories`.`category_id` in (106) and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by RAND() limit 16 offset 0
        232mssekib_liveProduct.php#358
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 106
        • 7: website
        • 8: 1
        • 9: website
        • 10: 0
        Backtrace
        • 14. app/Models/Product.php:358
        • 15. app/library/ProductClass.php:108
        • 16. app/Http/Controllers/ProductsController.php:147
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `product_images` where `product_id` = 15715
        570μssekib_liveProductImage.php#18
        Bindings
        • 0: 15715
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 15715 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.56mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 15715
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 15715 and `wholesale` = 0 limit 1
        600μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 15715
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 15715 limit 1
        530μssekib_liveProductClass.php#594
        Bindings
        • 0: 15715
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 15715 and `is_current` = '1' limit 1
        530μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 15715
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 34342
        450μssekib_liveProductImage.php#18
        Bindings
        • 0: 34342
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 34342 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        101mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34342
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-JEGGING-827JN201' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.77mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-JEGGING-827JN201
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 34342 limit 1
        570μssekib_liveProductClass.php#594
        Bindings
        • 0: 34342
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 34342 and `is_current` = '1' limit 1
        350μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34342
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 31181
        300μssekib_liveProductImage.php#18
        Bindings
        • 0: 31181
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 31181 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        74.36mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 31181
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-SML528SD-LEGGINGS' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.44mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-SML528SD-LEGGINGS
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 31181 limit 1
        610μssekib_liveProductClass.php#594
        Bindings
        • 0: 31181
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 31181 and `is_current` = '1' limit 1
        440μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 31181
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 15597
        510μssekib_liveProductImage.php#18
        Bindings
        • 0: 15597
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 15597 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.02mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 15597
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 15597 and `wholesale` = 0 limit 1
        520μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 15597
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 15597 limit 1
        460μssekib_liveProductClass.php#594
        Bindings
        • 0: 15597
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 15597 and `is_current` = '1' limit 1
        470μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 15597
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 33083
        290μssekib_liveProductImage.php#18
        Bindings
        • 0: 33083
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33083 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        78.28mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33083
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-GQ-PANT' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.8mssekib_liveProduct.php#312
        Bindings
        • 0: VP-GQ-PANT
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33083 limit 1
        650μssekib_liveProductClass.php#594
        Bindings
        • 0: 33083
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33083 and `is_current` = '1' limit 1
        470μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33083
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 34319
        350μssekib_liveProductImage.php#18
        Bindings
        • 0: 34319
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 34319 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        74.98mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34319
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-SHORT-807JN201' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.37mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-SHORT-807JN201
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 34319 limit 1
        600μssekib_liveProductClass.php#594
        Bindings
        • 0: 34319
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 34319 and `is_current` = '1' limit 1
        430μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34319
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 33127
        500μssekib_liveProductImage.php#18
        Bindings
        • 0: 33127
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33127 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        102mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33127
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-ZA-YOGASHORTS' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.61mssekib_liveProduct.php#312
        Bindings
        • 0: VP-ZA-YOGASHORTS
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33127 limit 1
        560μssekib_liveProductClass.php#594
        Bindings
        • 0: 33127
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33127 and `is_current` = '1' limit 1
        530μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33127
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 30708
        360μssekib_liveProductImage.php#18
        Bindings
        • 0: 30708
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30708 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.22mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30708
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 30708 and `wholesale` = 0 limit 1
        540μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 30708
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30708 limit 1
        430μssekib_liveProductClass.php#594
        Bindings
        • 0: 30708
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30708 and `is_current` = '1' limit 1
        350μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30708
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 47022
        250μssekib_liveProductImage.php#18
        Bindings
        • 0: 47022
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 47022 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        72.72mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 47022
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-SAM-SEVEN7-WOMEN-HW-SKNY-JEAN' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.45mssekib_liveProduct.php#312
        Bindings
        • 0: VP-SAM-SEVEN7-WOMEN-HW-SKNY-JEAN
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 47022 limit 1
        760μssekib_liveProductClass.php#594
        Bindings
        • 0: 47022
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 47022 and `is_current` = '1' limit 1
        440μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 47022
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 15598
        350μssekib_liveProductImage.php#18
        Bindings
        • 0: 15598
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 15598 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.27mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 15598
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 15598 and `wholesale` = 0 limit 1
        440μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 15598
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 15598 limit 1
        550μssekib_liveProductClass.php#594
        Bindings
        • 0: 15598
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 15598 and `is_current` = '1' limit 1
        490μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 15598
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 30315
        500μssekib_liveProductImage.php#18
        Bindings
        • 0: 30315
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30315 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        103mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30315
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-LEGGINGS-827PT' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.03mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-LEGGINGS-827PT
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30315 limit 1
        540μssekib_liveProductClass.php#594
        Bindings
        • 0: 30315
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30315 and `is_current` = '1' limit 1
        380μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30315
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 30315 limit 1
        410μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30315
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 35130
        450μssekib_liveProductImage.php#18
        Bindings
        • 0: 35130
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 35130 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        81.95mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35130
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-JDA-LEGWARMER' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.59mssekib_liveProduct.php#312
        Bindings
        • 0: VP-JDA-LEGWARMER
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 35130 limit 1
        830μssekib_liveProductClass.php#594
        Bindings
        • 0: 35130
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 35130 and `is_current` = '1' limit 1
        600μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35130
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 34950
        540μssekib_liveProductImage.php#18
        Bindings
        • 0: 34950
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 34950 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        78.32mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34950
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-LEGGINGS-ACT827001' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        4.18mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-LEGGINGS-ACT827001
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 34950 limit 1
        650μssekib_liveProductClass.php#594
        Bindings
        • 0: 34950
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 34950 and `is_current` = '1' limit 1
        460μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34950
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 30413
        460μssekib_liveProductImage.php#18
        Bindings
        • 0: 30413
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30413 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        121mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30413
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-GQ-SKRT-SOLID' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        7.15mssekib_liveProduct.php#312
        Bindings
        • 0: VP-GQ-SKRT-SOLID
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30413 limit 1
        770μssekib_liveProductClass.php#594
        Bindings
        • 0: 30413
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30413 and `is_current` = '1' limit 1
        450μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30413
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 30413 limit 1
        430μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30413
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 28522
        420μssekib_liveProductImage.php#18
        Bindings
        • 0: 28522
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 28522 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.47mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 28522
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 28522 and `wholesale` = 0 limit 1
        660μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 28522
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 28522 limit 1
        570μssekib_liveProductClass.php#594
        Bindings
        • 0: 28522
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 28522 and `is_current` = '1' limit 1
        500μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 28522
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 33121
        370μssekib_liveProductImage.php#18
        Bindings
        • 0: 33121
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33121 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        74.6mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33121
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-YL-PANT-827PT' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.72mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-PANT-827PT
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33121 limit 1
        920μssekib_liveProductClass.php#594
        Bindings
        • 0: 33121
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33121 and `is_current` = '1' limit 1
        680μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33121
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_colors` where `product_colors`.`id` = '2' and `product_colors`.`id` is not null limit 1
        820μssekib_livepartial_product_option_box.blade.php#33
        Bindings
        • 0: 2
        Backtrace
        • 20. view::front.product.partials.partial_product_option_box:33
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `level` = '1' and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.15mssekib_liveCategory.php#30
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:30
        • 15. app/library/CategoryClass.php:18
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 203 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        720μssekib_liveCategory.php#38
        Bindings
        • 0: 203
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:26
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 100 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        540μssekib_liveCategory.php#38
        Bindings
        • 0: 100
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 99 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        570μssekib_liveCategory.php#38
        Bindings
        • 0: 99
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 50 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        430μssekib_liveCategory.php#38
        Bindings
        • 0: 50
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 61 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        530μssekib_live
      • select * from `categories` where `parent_id` = 106 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_live
      • select * from `categories` where `parent_id` = 120 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 141 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 146 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 147 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_live
      • select * from `categories` where `parent_id` = 164 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        410μssekib_live
      • select * from `categories` where `parent_id` = 174 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 80 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        660μssekib_live
      • select * from `categories` where `parent_id` = 89 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 200 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        400μssekib_live
      • select * from `categories` where `parent_id` = 97 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        370μssekib_live
      • select * from `categories` where `parent_id` = 217 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 232 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 192 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        460μssekib_live
      • select * from `categories` where `parent_id` = 180 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 188 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 35 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        490μssekib_live
      • select * from `categories` where `parent_id` = 55 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 194 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 242 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 52 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        310μssekib_live
      • select * from `categories` where `parent_id` = 135 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        310μssekib_live
      • select * from `categories` where `parent_id` = 172 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        320μssekib_live
      • select * from `categories` where `parent_id` = 94 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 48 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 93 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        500μssekib_live
      • select * from `categories` where `parent_id` = 67 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        510μssekib_live
      • select * from `categories` where `parent_id` = 240 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_live
      • select * from `categories` where `parent_id` = 225 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        420μssekib_live
      • select * from `categories` where `parent_id` = 167 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        410μssekib_live
      • select * from `categories` where `parent_id` = 129 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        430μssekib_live
      • select * from `categories` where `parent_id` = 237 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 239 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        310μssekib_live
      • select * from `categories` where `parent_id` = 224 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        320μssekib_live
      • select `id`, `name`, `slug` from `pages` where `channel` = 'website' and `is_active` = 1 and `is_delete` = 0
        610μssekib_live
      App\Models\Category
      58Category.php#?
      App\Models\Product
      46Product.php#?
      App\Models\ProductImage
      41ProductImage.php#?
      App\Models\ProductSupplier
      14ProductSupplier.php#?
      App\Models\ProductPrice
      6ProductPrice.php#?
      App\Models\ProductChannelMeta
      6ProductChannelMeta.php#?
      App\Models\Page
      5Page.php#?
      App\Models\Quantity
      1Quantity.php#?
      App\Models\ProductColor
      1ProductColor.php#?
          _token
          YZl5WZZqyuQ6qYZSPaAK0iergOpg5uEC7fH74vW9
          _previous
          array:1 [ "url" => "https://shop72.com/products/28522" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products/28522
          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 => "shop72.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_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 => "Thu, 08 May 2025 13:53:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InB3UEFKQXA4YS83NitkSlNnTnFoeVE9PSIsInZhbHVlIjoiOC9sMURBUm4yejZCQmlZZ1I1azljdjNOUWJTdHIrbXNrYmlteHI1NXZ5aTFsL3JRenRiZEFKM2NyNWc5RmNNMkZGYXN2TGJoQzhaMmhTQ0ZCR1Q2VmFYMExtZGdZQ054SCs1TGtXMVNwNFV2emN6NE9hQ1MzdlNwVkYwUHROTGEiLCJtYWMiOiJlODg5YjFhMTlkYjVmYzI0MTJmMjBhYjBhNjY4MGY3MzhiNzlmMjVjNGYxMDAyMWIzN2EyODkyOGRlZDhjOWY1IiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 15:53:23 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InB3UEFKQXA4YS83NitkSlNnTnFoeVE9PSIsInZhbHVlIjoiOC9sMURBUm4yejZCQmlZZ1I1azljdjNOUWJTdHIrbXNrYmlteHI1NXZ5aTFsL3JRenRiZEFKM2NyNWc5RmNNMkZGYXN2T" 1 => "laravel_session=eyJpdiI6ImZERE9VaHJkMUVFeEEwa0ROTEVPQnc9PSIsInZhbHVlIjoiY1JXSlJZcnAzNnJPZFpSOEhrSTF3QTRGRXVBTCtHT3NSbVYxeUp1QWlTRHJWaER5Wlc3RDM2VVRPSDFpME1sVURpV1Z6WkdaSEJ0a3lHUDlrRkt0Vys0bUhxdnNqNWVRczF3ZFFTVEErUXpKUzcvUHczcDBzUG4za1MzSFpiYlgiLCJtYWMiOiJiNzM3OTg0NjAxNTZiNDdlZGExYzllZGI4ZmZiM2M0MjcwZGM4OGQ2ZjZjYjQ0NGM3ODAwNDJhOThiZDk2OTUyIiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 15:53:23 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImZERE9VaHJkMUVFeEEwa0ROTEVPQnc9PSIsInZhbHVlIjoiY1JXSlJZcnAzNnJPZFpSOEhrSTF3QTRGRXVBTCtHT3NSbVYxeUp1QWlTRHJWaER5Wlc3RDM2VVRPSDFpME1sVURp" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InB3UEFKQXA4YS83NitkSlNnTnFoeVE9PSIsInZhbHVlIjoiOC9sMURBUm4yejZCQmlZZ1I1azljdjNOUWJTdHIrbXNrYmlteHI1NXZ5aTFsL3JRenRiZEFKM2NyNWc5RmNNMkZGYXN2TGJoQzhaMmhTQ0ZCR1Q2VmFYMExtZGdZQ054SCs1TGtXMVNwNFV2emN6NE9hQ1MzdlNwVkYwUHROTGEiLCJtYWMiOiJlODg5YjFhMTlkYjVmYzI0MTJmMjBhYjBhNjY4MGY3MzhiNzlmMjVjNGYxMDAyMWIzN2EyODkyOGRlZDhjOWY1IiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 15:53:23 GMT; path=/XSRF-TOKEN=eyJpdiI6InB3UEFKQXA4YS83NitkSlNnTnFoeVE9PSIsInZhbHVlIjoiOC9sMURBUm4yejZCQmlZZ1I1azljdjNOUWJTdHIrbXNrYmlteHI1NXZ5aTFsL3JRenRiZEFKM2NyNWc5RmNNMkZGYXN2T" 1 => "laravel_session=eyJpdiI6ImZERE9VaHJkMUVFeEEwa0ROTEVPQnc9PSIsInZhbHVlIjoiY1JXSlJZcnAzNnJPZFpSOEhrSTF3QTRGRXVBTCtHT3NSbVYxeUp1QWlTRHJWaER5Wlc3RDM2VVRPSDFpME1sVURpV1Z6WkdaSEJ0a3lHUDlrRkt0Vys0bUhxdnNqNWVRczF3ZFFTVEErUXpKUzcvUHczcDBzUG4za1MzSFpiYlgiLCJtYWMiOiJiNzM3OTg0NjAxNTZiNDdlZGExYzllZGI4ZmZiM2M0MjcwZGM4OGQ2ZjZjYjQ0NGM3ODAwNDJhOThiZDk2OTUyIiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 15:53:23 GMT; path=/; httponlylaravel_session=eyJpdiI6ImZERE9VaHJkMUVFeEEwa0ROTEVPQnc9PSIsInZhbHVlIjoiY1JXSlJZcnAzNnJPZFpSOEhrSTF3QTRGRXVBTCtHT3NSbVYxeUp1QWlTRHJWaER5Wlc3RDM2VVRPSDFpME1sVURp" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "YZl5WZZqyuQ6qYZSPaAK0iergOpg5uEC7fH74vW9" "_previous" => array:1 [ "url" => "https://shop72.com/products/28522" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-08 13:53:23GET/products/2852220136178