Request history8.1.29PHP Version286msRequest Duration2MBMemory UsageGET category/{category}Route
    • Booting (5.56ms)time
    • Application (280ms)time
    • 1 x Application (98.05%)
      280ms
      1 x Booting (1.95%)
      5.56ms
      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
      129 statements were executed216ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 29 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` = 'Other_Toys' and `is_delete` = 0 and `is_active` = 1 limit 1
        1.6mssekib_liveCategory.php#44
        Bindings
        • 0: Other_Toys
        • 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` = 48 limit 1
        300μssekib_liveCategoryClass.php#62
        Bindings
        • 0: 48
        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` = 48 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_liveCategory.php#38
        Bindings
        • 0: 48
        • 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 (48) 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`
        81.21mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 48
        • 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 (48) 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
        78.63mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 48
        • 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` = 35195
        500μssekib_liveProductImage.php#18
        Bindings
        • 0: 35195
        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` = 35195 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.08mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35195
        • 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` = 35195 and `wholesale` = 0 limit 1
        390μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35195
        • 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` = 35195 limit 1
        410μssekib_liveProductClass.php#594
        Bindings
        • 0: 35195
        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` = 35195 and `is_current` = '1' limit 1
        400μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35195
        • 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` = 35191
        260μssekib_liveProductImage.php#18
        Bindings
        • 0: 35191
        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` = 35191 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
        840μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35191
        • 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` = 35191 and `wholesale` = 0 limit 1
        340μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35191
        • 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` = 35191 limit 1
        340μssekib_liveProductClass.php#594
        Bindings
        • 0: 35191
        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` = 35191 and `is_current` = '1' limit 1
        330μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35191
        • 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` = 35202
        240μssekib_liveProductImage.php#18
        Bindings
        • 0: 35202
        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` = 35202 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
        860μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35202
        • 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` = 35202 and `wholesale` = 0 limit 1
        370μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35202
        • 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` = 35202 limit 1
        380μssekib_liveProductClass.php#594
        Bindings
        • 0: 35202
        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` = 35202 and `is_current` = '1' limit 1
        370μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35202
        • 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` = 14744
        310μssekib_liveProductImage.php#18
        Bindings
        • 0: 14744
        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` = 14744 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.03mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 14744
        • 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` = 14744 and `wholesale` = 0 limit 1
        450μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 14744
        • 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` = 14744 limit 1
        410μssekib_liveProductClass.php#594
        Bindings
        • 0: 14744
        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` = 14744 and `is_current` = '1' limit 1
        350μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 14744
        • 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` = 9585
        280μssekib_liveProductImage.php#18
        Bindings
        • 0: 9585
        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` = 9585 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
        890μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 9585
        • 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` = 9585 and `wholesale` = 0 limit 1
        380μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 9585
        • 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` = 9585 limit 1
        370μssekib_liveProductClass.php#594
        Bindings
        • 0: 9585
        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` = 9585 and `is_current` = '1' limit 1
        350μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 9585
        • 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` = 35173
        250μssekib_liveProductImage.php#18
        Bindings
        • 0: 35173
        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` = 35173 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
        850μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35173
        • 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` = 35173 and `wholesale` = 0 limit 1
        360μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35173
        • 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` = 35173 limit 1
        380μssekib_liveProductClass.php#594
        Bindings
        • 0: 35173
        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` = 35173 and `is_current` = '1' limit 1
        310μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35173
        • 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` = 35186
        250μssekib_liveProductImage.php#18
        Bindings
        • 0: 35186
        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` = 35186 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
        860μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35186
        • 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` = 35186 and `wholesale` = 0 limit 1
        360μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35186
        • 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` = 35186 limit 1
        360μssekib_liveProductClass.php#594
        Bindings
        • 0: 35186
        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` = 35186 and `is_current` = '1' limit 1
        320μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35186
        • 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` = 14745
        230μssekib_liveProductImage.php#18
        Bindings
        • 0: 14745
        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` = 14745 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
        860μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 14745
        • 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` = 14745 and `wholesale` = 0 limit 1
        370μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 14745
        • 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` = 14745 limit 1
        340μssekib_liveProductClass.php#594
        Bindings
        • 0: 14745
        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` = 14745 and `is_current` = '1' limit 1
        320μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 14745
        • 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` = 35188
        260μssekib_liveProductImage.php#18
        Bindings
        • 0: 35188
        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` = 35188 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
        850μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35188
        • 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` = 35188 and `wholesale` = 0 limit 1
        410μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35188
        • 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` = 35188 limit 1
        350μssekib_liveProductClass.php#594
        Bindings
        • 0: 35188
        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` = 35188 and `is_current` = '1' limit 1
        290μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35188
        • 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` = 35199
        260μssekib_liveProductImage.php#18
        Bindings
        • 0: 35199
        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` = 35199 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
        870μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35199
        • 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` = 35199 and `wholesale` = 0 limit 1
        420μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35199
        • 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` = 35199 limit 1
        390μssekib_liveProductClass.php#594
        Bindings
        • 0: 35199
        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` = 35199 and `is_current` = '1' limit 1
        350μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35199
        • 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` = 35210
        380μssekib_liveProductImage.php#18
        Bindings
        • 0: 35210
        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` = 35210 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
        930μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35210
        • 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` = 35210 and `wholesale` = 0 limit 1
        410μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35210
        • 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` = 35210 limit 1
        380μssekib_liveProductClass.php#594
        Bindings
        • 0: 35210
        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` = 35210 and `is_current` = '1' limit 1
        320μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35210
        • 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` = 35203
        250μssekib_liveProductImage.php#18
        Bindings
        • 0: 35203
        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` = 35203 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
        830μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35203
        • 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` = 35203 and `wholesale` = 0 limit 1
        450μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35203
        • 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` = 35203 limit 1
        350μssekib_liveProductClass.php#594
        Bindings
        • 0: 35203
        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` = 35203 and `is_current` = '1' limit 1
        380μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35203
        • 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` = 35205
        270μssekib_liveProductImage.php#18
        Bindings
        • 0: 35205
        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` = 35205 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
        800μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35205
        • 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` = 35205 and `wholesale` = 0 limit 1
        410μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35205
        • 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` = 35205 limit 1
        400μssekib_liveProductClass.php#594
        Bindings
        • 0: 35205
        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` = 35205 and `is_current` = '1' limit 1
        330μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35205
        • 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` = 35156
        240μssekib_liveProductImage.php#18
        Bindings
        • 0: 35156
        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` = 35156 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
        850μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35156
        • 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` = 35156 and `wholesale` = 0 limit 1
        350μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35156
        • 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` = 35156 limit 1
        360μssekib_liveProductClass.php#594
        Bindings
        • 0: 35156
        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` = 35156 and `is_current` = '1' limit 1
        320μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35156
        • 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` = 35207
        250μssekib_liveProductImage.php#18
        Bindings
        • 0: 35207
        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` = 35207 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.14mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 35207
        • 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` = 35207 and `wholesale` = 0 limit 1
        550μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 35207
        • 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` = 35207 limit 1
        460μssekib_liveProductClass.php#594
        Bindings
        • 0: 35207
        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` = 35207 and `is_current` = '1' limit 1
        390μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 35207
        • 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` = 42420
        320μssekib_liveProductImage.php#18
        Bindings
        • 0: 42420
        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` = 42420 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
        990μssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 42420
        • 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` = 42420 and `wholesale` = 0 limit 1
        430μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 42420
        • 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` = 42420 limit 1
        490μssekib_liveProductClass.php#594
        Bindings
        • 0: 42420
        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` = 42420 and `is_current` = '1' limit 1
        420μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 42420
        • 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 `categories` where `is_delete` = 0 and `is_active` = 1 order by `website_sort` asc
        890μssekib_liveCategory.php#22
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 14. app/Models/Category.php:22
        • 15. app/Http/Controllers/ProductsController.php:90
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `website_banners` where `banner_type` = 'website' and `position` = 'top' limit 1
        510μssekib_liveBannerClass.php#22
        Bindings
        • 0: website
        • 1: top
        Backtrace
        • 15. app/library/BannerClass.php:22
        • 16. app/Http/composers/homeSliderComposer.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:176
      • select * from `banner_images` where `is_active` = '1' and `banner_id` = 5 order by `sort_order` asc
        640μssekib_liveBannerClass.php#24
        Bindings
        • 0: 1
        • 1: 5
        Backtrace
        • 14. app/library/BannerClass.php:24
        • 15. app/Http/composers/homeSliderComposer.php:31
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:176
      • select * from `categories` where `level` = '1' and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        530μssekib_liveCategory.php#30
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:30
        • 15. app/library/CategoryClass.php:18
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 203 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        510μssekib_liveCategory.php#38
        Bindings
        • 0: 203
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:26
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 100 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        370μssekib_liveCategory.php#38
        Bindings
        • 0: 100
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 99 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_liveCategory.php#38
        Bindings
        • 0: 99
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 50 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        510μssekib_liveCategory.php#38
        Bindings
        • 0: 50
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 61 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        550μssekib_liveCategory.php#38
        Bindings
        • 0: 61
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 106 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        510μssekib_liveCategory.php#38
        Bindings
        • 0: 106
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 120 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_liveCategory.php#38
        Bindings
        • 0: 120
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 141 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_liveCategory.php#38
        Bindings
        • 0: 141
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 146 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_liveCategory.php#38
        Bindings
        • 0: 146
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 147 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        320μssekib_liveCategory.php#38
        Bindings
        • 0: 147
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 164 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        320μssekib_liveCategory.php#38
        Bindings
        • 0: 164
        • 1: 0
        • 2: 1
        • 3: 1
        Backtrace
        • 14. app/Models/Category.php:38
        • 15. app/library/CategoryClass.php:35
        • 16. app/Http/composers/mainMenuComposer.php:35
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • select * from `categories` where `parent_id` = 174 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 80 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 89 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 200 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 97 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_live
      • select * from `categories` where `parent_id` = 217 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 232 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 192 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        500μssekib_live
      • select * from `categories` where `parent_id` = 180 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 188 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 35 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 55 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        310μssekib_live
      • select * from `categories` where `parent_id` = 194 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 242 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 52 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 135 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 172 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 94 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 48 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 93 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_live
      • select * from `categories` where `parent_id` = 67 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 240 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        310μssekib_live
      • select * from `categories` where `parent_id` = 225 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        290μssekib_live
      • select * from `categories` where `parent_id` = 167 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        290μssekib_live
      • select * from `categories` where `parent_id` = 129 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        280μ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
        310μ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
        290μssekib_live
      • select * from `categories` where `parent_id` = 224 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        280μssekib_live
      • select `id`, `name`, `slug` from `pages` where `channel` = 'website' and `is_active` = 1 and `is_delete` = 0
        410μssekib_live
      App\Models\Category
      102Category.php#?
      App\Models\Product
      32Product.php#?
      App\Models\ProductImage
      27ProductImage.php#?
      App\Models\ProductPrice
      16ProductPrice.php#?
      App\Models\ProductSupplier
      16ProductSupplier.php#?
      App\Models\BannerImage
      5BannerImage.php#?
      App\Models\Page
      5Page.php#?
      App\Models\Banner
      1Banner.php#?
          _token
          IAmhc0RZC5k1V5i2KThKuq74XfXW48K48tutnCrk
          _previous
          array:1 [ "url" => "https://shop72.com/category/Other_Toys" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/Other_Toys
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "shop72.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 11 May 2025 11:29:41 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklXd3I3Qjl6blJDQmpKWm9uV1ovcWc9PSIsInZhbHVlIjoiM0F0OE1ZcVh3anhvSndWcDVQcVZiUS9DWjV4Mzd5YzVVaURWMXg4aUo0aUxXeEtza29SdGs4bG1qNGNLWmNUaG1FVnJSV1ozN0ZvZUpBMDE4WkIxUkZUbDgrQk5CcmV3RHdnM2JYdGkzS0s2UUh6NjErSlQ5L1ovR2YzVUlaeFEiLCJtYWMiOiI4NTk2NDYwODAwNjBjODVlZDM2Y2VlMTdiOWVlMzFkM2Y2NmQ3NDAzYzhhODYzMDMyZjgwYTU5NThiYTJlMmNiIiwidGFnIjoiIn0%3D; expires=Sun, 11 May 2025 13:29:41 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IklXd3I3Qjl6blJDQmpKWm9uV1ovcWc9PSIsInZhbHVlIjoiM0F0OE1ZcVh3anhvSndWcDVQcVZiUS9DWjV4Mzd5YzVVaURWMXg4aUo0aUxXeEtza29SdGs4bG1qNGNLWmNUaG1FVnJSV" 1 => "laravel_session=eyJpdiI6ImRnbkVFQ1g0TjNSalZuYktQY21vUUE9PSIsInZhbHVlIjoib3J5d0NZd1VBcmFnSUdRRVpkbXdHeE9EcjI3WHFUajNhd2pMRTQvMjZLVTBqU09CUUVETmZ0UjlVQXkzZm5KR3JqNDUvZEcreXZDVHBrelREbDR0V3hGTEY3VnBIaWg2dGt6eWMxTVZDb2hXMjRodlUrS3RkWGZSMXBLQjI1MzgiLCJtYWMiOiJiZWFmMWZiN2FmNzg0MzUxNjhhMDk1MTFjNDJmZGVhZTJiNDNkMTVhZjAyZTNlMWNkMGY2ZGYwNmYxMzRjZTg1IiwidGFnIjoiIn0%3D; expires=Sun, 11 May 2025 13:29:41 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImRnbkVFQ1g0TjNSalZuYktQY21vUUE9PSIsInZhbHVlIjoib3J5d0NZd1VBcmFnSUdRRVpkbXdHeE9EcjI3WHFUajNhd2pMRTQvMjZLVTBqU09CUUVETmZ0UjlVQXkzZm5KR3Jq" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklXd3I3Qjl6blJDQmpKWm9uV1ovcWc9PSIsInZhbHVlIjoiM0F0OE1ZcVh3anhvSndWcDVQcVZiUS9DWjV4Mzd5YzVVaURWMXg4aUo0aUxXeEtza29SdGs4bG1qNGNLWmNUaG1FVnJSV1ozN0ZvZUpBMDE4WkIxUkZUbDgrQk5CcmV3RHdnM2JYdGkzS0s2UUh6NjErSlQ5L1ovR2YzVUlaeFEiLCJtYWMiOiI4NTk2NDYwODAwNjBjODVlZDM2Y2VlMTdiOWVlMzFkM2Y2NmQ3NDAzYzhhODYzMDMyZjgwYTU5NThiYTJlMmNiIiwidGFnIjoiIn0%3D; expires=Sun, 11-May-2025 13:29:41 GMT; path=/XSRF-TOKEN=eyJpdiI6IklXd3I3Qjl6blJDQmpKWm9uV1ovcWc9PSIsInZhbHVlIjoiM0F0OE1ZcVh3anhvSndWcDVQcVZiUS9DWjV4Mzd5YzVVaURWMXg4aUo0aUxXeEtza29SdGs4bG1qNGNLWmNUaG1FVnJSV" 1 => "laravel_session=eyJpdiI6ImRnbkVFQ1g0TjNSalZuYktQY21vUUE9PSIsInZhbHVlIjoib3J5d0NZd1VBcmFnSUdRRVpkbXdHeE9EcjI3WHFUajNhd2pMRTQvMjZLVTBqU09CUUVETmZ0UjlVQXkzZm5KR3JqNDUvZEcreXZDVHBrelREbDR0V3hGTEY3VnBIaWg2dGt6eWMxTVZDb2hXMjRodlUrS3RkWGZSMXBLQjI1MzgiLCJtYWMiOiJiZWFmMWZiN2FmNzg0MzUxNjhhMDk1MTFjNDJmZGVhZTJiNDNkMTVhZjAyZTNlMWNkMGY2ZGYwNmYxMzRjZTg1IiwidGFnIjoiIn0%3D; expires=Sun, 11-May-2025 13:29:41 GMT; path=/; httponlylaravel_session=eyJpdiI6ImRnbkVFQ1g0TjNSalZuYktQY21vUUE9PSIsInZhbHVlIjoib3J5d0NZd1VBcmFnSUdRRVpkbXdHeE9EcjI3WHFUajNhd2pMRTQvMjZLVTBqU09CUUVETmZ0UjlVQXkzZm5KR3Jq" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "IAmhc0RZC5k1V5i2KThKuq74XfXW48K48tutnCrk" "_previous" => array:1 [ "url" => "https://shop72.com/category/Other_Toys" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-11 11:29:41GET/category/Other_Toys17129204