Home Goods

KI-HOME-OF009-MIRROR
Price starts at $368
KI-HOME-BI540-DISPLAY
Price starts at $059
KI-HOME-GH136-PILLBOX
Price starts at $065
Request history8.1.29PHP Version4.76sRequest Duration3MBMemory UsageGET category/{category}Route
    • Booting (14.68ms)time
    • Application (4.75s)time
    • 1 x Application (99.69%)
      4.75s
      1 x Booting (0.31%)
      14.68ms
      17 templates were rendered
      • front.product.categorycategory.blade.php#?blade
      • front.layout.homeSliderhomeSlider.blade.php#?blade
      • front.product.partials.product_home_loopproduct_home_loop.blade.php#?blade
      • front.layout.infinite_paginationinfinite_pagination.blade.php#?blade
      • front.layout.categoryLayoutcategoryLayout.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.productHomeJsproductHomeJs.php#?php
      uri
      GET category/{category}
      middleware
      web
      controller
      App\Http\Controllers\ProductsController@category
      namespace
      where
      as
      generated::HXWfdb2GzBeDDrlW
      file
      app/Http/Controllers/ProductsController.php:67-103
      209 statements were executed4.41s
      • # Query soft limit for Debugbar is reached after 100 queries, additional 109 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_liveCategory.php#43
        Backtrace
        • 12. app/Models/Category.php:43
        • 13. app/library/CategoryClass.php:56
        • 14. app/Http/Controllers/ProductsController.php:76
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `slug` = 'Home_Goods' and `is_delete` = 0 and `is_active` = 1 limit 1
        62.74mssekib_liveCategory.php#44
        Bindings
        • 0: Home_Goods
        • 1: 0
        • 2: 1
        Backtrace
        • 15. app/Models/Category.php:44
        • 16. app/library/CategoryClass.php:56
        • 17. app/Http/Controllers/ProductsController.php:76
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`id` = 194 limit 1
        680μssekib_liveCategoryClass.php#62
        Bindings
        • 0: 194
        Backtrace
        • 18. app/library/CategoryClass.php:62
        • 19. app/Http/Controllers/ProductsController.php:77
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `categories` where `parent_id` = 194 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.43mssekib_liveCategory.php#38
        Bindings
        • 0: 194
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:70
        • 16. app/Http/Controllers/ProductsController.php:77
        • 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 (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 (194) 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`) as `aggregate_table`
        223mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 194
        • 7: website
        • 8: 1
        • 9: website
        • 10: 0
        Backtrace
        • 15. app/Models/Product.php:130
        • 16. app/Http/Controllers/ProductsController.php:88
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 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 (194) 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 `modified` desc limit 30 offset 0
        214mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 194
        • 7: website
        • 8: 1
        • 9: website
        • 10: 0
        Backtrace
        • 15. app/Models/Product.php:130
        • 16. app/Http/Controllers/ProductsController.php:88
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `product_images` where `product_id` = 37999
        1.21mssekib_liveProductImage.php#18
        Bindings
        • 0: 37999
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 37999 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
        215mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 37999
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-MW-SPOD-SILLYBOTTLEZ' 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-MW-SPOD-SILLYBOTTLEZ
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 37999 and `wholesale` = 0 limit 1
        870μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 37999
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 37999 limit 1
        1.02mssekib_liveProductClass.php#594
        Bindings
        • 0: 37999
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 37999 and `is_current` = '1' limit 1
        1.5mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 37999
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `supplier_costs` where `product_id` = 37999 limit 1
        1.38mssekib_liveProductSupplier.php#29
        Bindings
        • 0: 37999
        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` = 37922
        850μssekib_liveProductImage.php#18
        Bindings
        • 0: 37922
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 37922 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
        435mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 37922
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CELL-ACCESSORIES-SPEAKERS' 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
        1.95mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CELL-ACCESSORIES-SPEAKERS
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 37922 and `wholesale` = 0 limit 1
        36.9mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 37922
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 37922 limit 1
        6.56mssekib_liveProductClass.php#594
        Bindings
        • 0: 37922
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 37922 and `is_current` = '1' limit 1
        27.89mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 37922
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34913
        930μssekib_liveProductImage.php#18
        Bindings
        • 0: 34913
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34913 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
        270mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34913
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-DKI-BEDSHEETS' 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
        12.1mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DKI-BEDSHEETS
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 34913 limit 1
        3.71mssekib_liveProductClass.php#594
        Bindings
        • 0: 34913
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34913 and `is_current` = '1' limit 1
        980μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34913
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34623
        2.64mssekib_liveProductImage.php#18
        Bindings
        • 0: 34623
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34623 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
        303mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34623
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CA-TOWELS-BEACH' 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
        8.84mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CA-TOWELS-BEACH
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 34623 limit 1
        1.32mssekib_liveProductClass.php#594
        Bindings
        • 0: 34623
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34623 and `is_current` = '1' limit 1
        900μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34623
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `supplier_costs` where `product_id` = 34623 limit 1
        870μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 34623
        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` = 34643
        900μssekib_liveProductImage.php#18
        Bindings
        • 0: 34643
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34643 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
        545mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34643
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CA-TOWELS-SALON' 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.58mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CA-TOWELS-SALON
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34643 and `wholesale` = 0 limit 1
        1.42mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34643
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 34643 limit 1
        1.38mssekib_liveProductClass.php#594
        Bindings
        • 0: 34643
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34643 and `is_current` = '1' limit 1
        900μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34643
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 35712
        770μssekib_liveProductImage.php#18
        Bindings
        • 0: 35712
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 35712 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
        213mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35712
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-SSW-HANGER-PANTS' 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
        24.25mssekib_liveProduct.php#312
        Bindings
        • 0: VP-SSW-HANGER-PANTS
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35712 and `wholesale` = 0 limit 1
        2mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35712
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 35712 limit 1
        1.12mssekib_liveProductClass.php#594
        Bindings
        • 0: 35712
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 35712 and `is_current` = '1' limit 1
        35.83mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35712
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34642
        3.33mssekib_liveProductImage.php#18
        Bindings
        • 0: 34642
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34642 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
        299mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34642
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CA-MATS-ACESSORIES' 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
        30.88mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CA-MATS-ACESSORIES
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34642 and `wholesale` = 0 limit 1
        960μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34642
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 34642 limit 1
        1.29mssekib_liveProductClass.php#594
        Bindings
        • 0: 34642
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34642 and `is_current` = '1' limit 1
        760μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34642
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34644
        590μssekib_liveProductImage.php#18
        Bindings
        • 0: 34644
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34644 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
        336mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34644
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CA-TOWELS-HAIRWRAP' 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
        17.54mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CA-TOWELS-HAIRWRAP
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34644 and `wholesale` = 0 limit 1
        1.82mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34644
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 34644 limit 1
        2.16mssekib_liveProductClass.php#594
        Bindings
        • 0: 34644
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34644 and `is_current` = '1' limit 1
        1.31mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34644
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34886
        3.14mssekib_liveProductImage.php#18
        Bindings
        • 0: 34886
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34886 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
        250mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34886
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-DKI-QUILTSET-COMFORTSET' 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.47mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DKI-QUILTSET-COMFORTSET
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34886 and `wholesale` = 0 limit 1
        1.18mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34886
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 34886 limit 1
        1.3mssekib_liveProductClass.php#594
        Bindings
        • 0: 34886
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34886 and `is_current` = '1' limit 1
        910μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34886
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 33082
        960μssekib_liveProductImage.php#18
        Bindings
        • 0: 33082
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 33082 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
        146mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33082
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-CNI-SHAMMY' 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
        8.79mssekib_liveProduct.php#312
        Bindings
        • 0: VP-CNI-SHAMMY
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 33082 and `wholesale` = 0 limit 1
        830μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 33082
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:121
        • 18. app/library/ProductClass.php:70
        • 19. app/Http/Controllers/ProductsController.php:89
      • 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` = 33082 limit 1
        850μssekib_liveProductClass.php#594
        Bindings
        • 0: 33082
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 33082 and `is_current` = '1' limit 1
        660μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33082
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 33022
        500μssekib_liveProductImage.php#18
        Bindings
        • 0: 33022
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 33022 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
        174mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33022
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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` = 'MT-ShamSet' 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.73mssekib_liveProduct.php#312
        Bindings
        • 0: MT-ShamSet
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 33022 limit 1
        1.09mssekib_liveProductClass.php#594
        Bindings
        • 0: 33022
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 33022 and `is_current` = '1' limit 1
        850μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33022
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34630
        860μssekib_liveProductImage.php#18
        Bindings
        • 0: 34630
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34630 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
        2.08mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34630
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34630 and `wholesale` = 0 limit 1
        1.1mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34630
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 34630 limit 1
        950μssekib_liveProductClass.php#594
        Bindings
        • 0: 34630
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34630 and `is_current` = '1' limit 1
        840μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34630
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 10727
        850μssekib_liveProductImage.php#18
        Bindings
        • 0: 10727
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 10727 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.03mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 10727
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 10727 and `wholesale` = 0 limit 1
        1.24mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 10727
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 10727 limit 1
        960μssekib_liveProductClass.php#594
        Bindings
        • 0: 10727
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 10727 and `is_current` = '1' limit 1
        830μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 10727
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 10726
        2.69mssekib_liveProductImage.php#18
        Bindings
        • 0: 10726
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 10726 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
        4.31mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 10726
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 10726 and `wholesale` = 0 limit 1
        3.08mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 10726
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 10726 limit 1
        4.93mssekib_liveProductClass.php#594
        Bindings
        • 0: 10726
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 10726 and `is_current` = '1' limit 1
        5.78mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 10726
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 10725
        2.29mssekib_liveProductImage.php#18
        Bindings
        • 0: 10725
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 10725 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.2mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 10725
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 10725 and `wholesale` = 0 limit 1
        2.67mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 10725
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 10725 limit 1
        1.87mssekib_liveProductClass.php#594
        Bindings
        • 0: 10725
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 10725 and `is_current` = '1' limit 1
        890μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 10725
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 34962
        5.89mssekib_liveProductImage.php#18
        Bindings
        • 0: 34962
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 34962 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
        6.91mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 34962
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 34962 and `wholesale` = 0 limit 1
        1.9mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 34962
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 34962 limit 1
        1.65mssekib_liveProductClass.php#594
        Bindings
        • 0: 34962
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 34962 and `is_current` = '1' limit 1
        1.3mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 34962
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 35181
        1.36mssekib_liveProductImage.php#18
        Bindings
        • 0: 35181
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. 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` = 35181 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.28mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35181
        • 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/Http/Controllers/ProductsController.php:89
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35181 and `wholesale` = 0 limit 1
        3.53mssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35181
        • 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/Http/Controllers/ProductsController.php:89
      • 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` = 35181 limit 1
        4.33mssekib_liveProductClass.php#594
        Bindings
        • 0: 35181
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/Http/Controllers/ProductsController.php:89
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `supplier_costs` where `product_id` = 35181 and `is_current` = '1' limit 1
        13.73mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35181
        • 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/Http/Controllers/ProductsController.php:89
      • select * from `product_images` where `product_id` = 35179
        850μssekib_live
      • 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` = 35179 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
        7.7mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35179 and `wholesale` = 0 limit 1
        5.28mssekib_live
      • 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` = 35179 limit 1
        2.33mssekib_live
      • select * from `supplier_costs` where `product_id` = 35179 and `is_current` = '1' limit 1
        7.8mssekib_live
      • select * from `product_images` where `product_id` = 35178
        10.59mssekib_live
      • 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` = 35178 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.34mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35178 and `wholesale` = 0 limit 1
        1.13mssekib_live
      • 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` = 35178 limit 1
        11.14mssekib_live
      • select * from `supplier_costs` where `product_id` = 35178 and `is_current` = '1' limit 1
        9.6mssekib_live
      • select * from `product_images` where `product_id` = 35164
        2.23mssekib_live
      • 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` = 35164 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
        5.36mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35164 and `wholesale` = 0 limit 1
        2.09mssekib_live
      • 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` = 35164 limit 1
        1.27mssekib_live
      • select * from `supplier_costs` where `product_id` = 35164 and `is_current` = '1' limit 1
        830μssekib_live
      • select * from `product_images` where `product_id` = 35167
        920μssekib_live
      • 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` = 35167 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
        5.33mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35167 and `wholesale` = 0 limit 1
        3.49mssekib_live
      • 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` = 35167 limit 1
        2.01mssekib_live
      • select * from `supplier_costs` where `product_id` = 35167 and `is_current` = '1' limit 1
        800μssekib_live
      • select * from `product_images` where `product_id` = 36148
        860μssekib_live
      • 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` = 36148 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
        2.28mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36148 and `wholesale` = 0 limit 1
        930μssekib_live
      • 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` = 36148 limit 1
        830μssekib_live
      • select * from `supplier_costs` where `product_id` = 36148 and `is_current` = '1' limit 1
        1.48mssekib_live
      • select * from `product_images` where `product_id` = 36146
        860μssekib_live
      • 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` = 36146 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.33mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36146 and `wholesale` = 0 limit 1
        1.96mssekib_live
      • 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` = 36146 limit 1
        1.29mssekib_live
      • select * from `supplier_costs` where `product_id` = 36146 and `is_current` = '1' limit 1
        8.01mssekib_live
      • select * from `product_images` where `product_id` = 36154
        1.78mssekib_live
      • 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` = 36154 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
        2.34mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36154 and `wholesale` = 0 limit 1
        930μssekib_live
      • 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` = 36154 limit 1
        780μssekib_live
      • select * from `supplier_costs` where `product_id` = 36154 and `is_current` = '1' limit 1
        4.32mssekib_live
      • select * from `product_images` where `product_id` = 36152
        730μssekib_live
      • 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` = 36152 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.49mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36152 and `wholesale` = 0 limit 1
        1.75mssekib_live
      • 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` = 36152 limit 1
        2.59mssekib_live
      • select * from `supplier_costs` where `product_id` = 36152 and `is_current` = '1' limit 1
        1.25mssekib_live
      • select * from `product_images` where `product_id` = 36156
        600μssekib_live
      • 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` = 36156 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.99mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36156 and `wholesale` = 0 limit 1
        1.07mssekib_live
      • 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` = 36156 limit 1
        970μssekib_live
      • select * from `supplier_costs` where `product_id` = 36156 and `is_current` = '1' limit 1
        840μssekib_live
      • select * from `product_images` where `product_id` = 36155
        660μssekib_live
      • 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` = 36155 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.93mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36155 and `wholesale` = 0 limit 1
        1.13mssekib_live
      • 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` = 36155 limit 1
        1.61mssekib_live
      • select * from `supplier_costs` where `product_id` = 36155 and `is_current` = '1' limit 1
        830μssekib_live
      • select * from `product_images` where `product_id` = 36159
        3.21mssekib_live
      • 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` = 36159 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
        22.66mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36159 and `wholesale` = 0 limit 1
        1.15mssekib_live
      • 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` = 36159 limit 1
        970μssekib_live
      • select * from `supplier_costs` where `product_id` = 36159 and `is_current` = '1' limit 1
        1.13mssekib_live
      • select * from `product_images` where `product_id` = 36150
        18.83mssekib_live
      • 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` = 36150 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.96mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 36150 and `wholesale` = 0 limit 1
        1.22mssekib_live
      • 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` = 36150 limit 1
        2.91mssekib_live
      • select * from `supplier_costs` where `product_id` = 36150 and `is_current` = '1' limit 1
        1.08mssekib_live
      • select * from `product_images` where `product_id` = 35717
        1.81mssekib_live
      • 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` = 35717 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.17mssekib_live
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 35717 and `wholesale` = 0 limit 1
        1.37mssekib_live
      • 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` = 35717 limit 1
        1.51mssekib_live
      • select * from `supplier_costs` where `product_id` = 35717 and `is_current` = '1' limit 1
        8.2mssekib_live
      • select * from `categories` where `is_delete` = 0 and `is_active` = 1 order by `website_sort` asc
        28.36mssekib_live
      • select * from `website_banners` where `banner_type` = 'website' and `position` = 'top' limit 1
        27.75mssekib_live
      • select * from `banner_images` where `is_active` = '1' and `banner_id` = 5 order by `sort_order` asc
        9.62mssekib_live
      • select * from `categories` where `level` = '1' and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.4mssekib_live
      • select * from `categories` where `parent_id` = 203 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.17mssekib_live
      • select * from `categories` where `parent_id` = 100 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        4.74mssekib_live
      • select * from `categories` where `parent_id` = 99 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        3.28mssekib_live
      • select * from `categories` where `parent_id` = 50 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.13mssekib_live
      • select * from `categories` where `parent_id` = 61 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        2.38mssekib_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
        2.07mssekib_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
        1.75mssekib_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
        1.17mssekib_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
        920μ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
        1.1mssekib_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
        2.33mssekib_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
        2.41mssekib_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
        2.59mssekib_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
        12.58mssekib_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
        1.27mssekib_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
        1.03mssekib_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
        900μ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
        1.95mssekib_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
        7.97mssekib_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
        2.26mssekib_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
        3.61mssekib_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
        1.61mssekib_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
        1.19mssekib_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
        1.82mssekib_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
        1.57mssekib_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
        1.47mssekib_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
        2.3mssekib_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
        1.54mssekib_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
        1.54mssekib_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
        1.15mssekib_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
        1.8mssekib_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
        2.7mssekib_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
        1.18mssekib_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
        1.1mssekib_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
        1.04mssekib_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
        990μ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
        900μ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
        1.39mssekib_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
        2.02mssekib_live
      • select `id`, `name`, `slug` from `pages` where `channel` = 'website' and `is_active` = 1 and `is_delete` = 0
        1.17mssekib_live
      App\Models\Category
      116Category.php#?
      App\Models\Product
      63Product.php#?
      App\Models\ProductImage
      55ProductImage.php#?
      App\Models\ProductSupplier
      28ProductSupplier.php#?
      App\Models\ProductPrice
      27ProductPrice.php#?
      App\Models\BannerImage
      5BannerImage.php#?
      App\Models\Page
      5Page.php#?
      App\Models\Banner
      1Banner.php#?
          _token
          l2BVWqUwPPbEzQq6u7GBpgCxoRbRAQpIOB8bmj73
          _previous
          array:1 [ "url" => "https://shop72.com/category/Home_Goods?ajax=1&page=1&searchString=0" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/Home_Goods
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:3 [ "ajax" => "1" "page" => "1" "searchString" => "0" ]
          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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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 => "Sat, 29 Mar 2025 15:14:35 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjR1cFpoS0l6RkR1NlFlcURBdmJCV1E9PSIsInZhbHVlIjoidnRUQ2E2R1JLNXlmMTNaeC9lbG9qNEZUSlhmdVNFZ0xKVkg4dDR4cGpxRTRIa2lKbHc3NElSTVl0Z2RXZ0YwZEVSdm5kQm8zcURERlpKMTZGY3NicnBmZXFQb1hDVEt3YkNCbG0zbU9oQjFkWVlPSWVyTUVPZXQxcG5rY01GdloiLCJtYWMiOiJmYTVmZTM4ODE3NzhmOGIzMzUwNDA3ZTEzZWVhZDc2M2Y4Y2JmZmYyZGYyMmY4MWMyNGZkOWI2MDFlOWI5MzdhIiwidGFnIjoiIn0%3D; expires=Sat, 29 Mar 2025 17:14:35 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IjR1cFpoS0l6RkR1NlFlcURBdmJCV1E9PSIsInZhbHVlIjoidnRUQ2E2R1JLNXlmMTNaeC9lbG9qNEZUSlhmdVNFZ0xKVkg4dDR4cGpxRTRIa2lKbHc3NElSTVl0Z2RXZ0YwZEVSdm5kQ" 1 => "laravel_session=eyJpdiI6Im5mTHJUMVBwbG1LdUZqcldBT3lMMEE9PSIsInZhbHVlIjoiV1BOS1A0L2VDVFBoZEt2WE9MelZvMzB3T0o5M0N2cUVjVHg5czZ3aitmekxJNmR4b3FJMktweVhYV3VxRjR2NE9YWHUzVUZTQVpnWVlUb1lSZWwyNjBuNGlXNGZSWEFLM3g4ODJCUkMycnpNdnlHUU1HUXRFZEhuNzFQdVQvU3QiLCJtYWMiOiI5N2E4ZWNmOWIxZjA5YWM2YTU5OTg4NDlmZjlmOWZlYjAyYjkxMmExNTVmNjAzZDY4MGIyMDJjOGNkMDJiMmFiIiwidGFnIjoiIn0%3D; expires=Sat, 29 Mar 2025 17:14:35 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Im5mTHJUMVBwbG1LdUZqcldBT3lMMEE9PSIsInZhbHVlIjoiV1BOS1A0L2VDVFBoZEt2WE9MelZvMzB3T0o5M0N2cUVjVHg5czZ3aitmekxJNmR4b3FJMktweVhYV3VxRjR2NE9Y" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjR1cFpoS0l6RkR1NlFlcURBdmJCV1E9PSIsInZhbHVlIjoidnRUQ2E2R1JLNXlmMTNaeC9lbG9qNEZUSlhmdVNFZ0xKVkg4dDR4cGpxRTRIa2lKbHc3NElSTVl0Z2RXZ0YwZEVSdm5kQm8zcURERlpKMTZGY3NicnBmZXFQb1hDVEt3YkNCbG0zbU9oQjFkWVlPSWVyTUVPZXQxcG5rY01GdloiLCJtYWMiOiJmYTVmZTM4ODE3NzhmOGIzMzUwNDA3ZTEzZWVhZDc2M2Y4Y2JmZmYyZGYyMmY4MWMyNGZkOWI2MDFlOWI5MzdhIiwidGFnIjoiIn0%3D; expires=Sat, 29-Mar-2025 17:14:35 GMT; path=/XSRF-TOKEN=eyJpdiI6IjR1cFpoS0l6RkR1NlFlcURBdmJCV1E9PSIsInZhbHVlIjoidnRUQ2E2R1JLNXlmMTNaeC9lbG9qNEZUSlhmdVNFZ0xKVkg4dDR4cGpxRTRIa2lKbHc3NElSTVl0Z2RXZ0YwZEVSdm5kQ" 1 => "laravel_session=eyJpdiI6Im5mTHJUMVBwbG1LdUZqcldBT3lMMEE9PSIsInZhbHVlIjoiV1BOS1A0L2VDVFBoZEt2WE9MelZvMzB3T0o5M0N2cUVjVHg5czZ3aitmekxJNmR4b3FJMktweVhYV3VxRjR2NE9YWHUzVUZTQVpnWVlUb1lSZWwyNjBuNGlXNGZSWEFLM3g4ODJCUkMycnpNdnlHUU1HUXRFZEhuNzFQdVQvU3QiLCJtYWMiOiI5N2E4ZWNmOWIxZjA5YWM2YTU5OTg4NDlmZjlmOWZlYjAyYjkxMmExNTVmNjAzZDY4MGIyMDJjOGNkMDJiMmFiIiwidGFnIjoiIn0%3D; expires=Sat, 29-Mar-2025 17:14:35 GMT; path=/; httponlylaravel_session=eyJpdiI6Im5mTHJUMVBwbG1LdUZqcldBT3lMMEE9PSIsInZhbHVlIjoiV1BOS1A0L2VDVFBoZEt2WE9MelZvMzB3T0o5M0N2cUVjVHg5czZ3aitmekxJNmR4b3FJMktweVhYV3VxRjR2NE9Y" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "l2BVWqUwPPbEzQq6u7GBpgCxoRbRAQpIOB8bmj73" "_previous" => array:1 [ "url" => "https://shop72.com/category/Home_Goods?ajax=1&page=1&searchString=0" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-29 15:14:35GET/category/Home_Goods?ajax=1&page=1&searchString=017209300