Request history8.1.29PHP Version3.6sRequest Duration2MBMemory UsageGET category/{category}Route
    • Booting (12.89ms)time
    • Application (3.59s)time
    • 1 x Application (99.64%)
      3.59s
      1 x Booting (0.36%)
      12.89ms
      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
      123 statements were executed, 2 of which were duplicates, 121 unique. Show only duplicated3.4s
      • # Query soft limit for Debugbar is reached after 100 queries, additional 23 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` = 'Womens_Dresses' and `is_delete` = 0 and `is_active` = 1 limit 1
        12.23mssekib_liveCategory.php#44
        Bindings
        • 0: Womens_Dresses
        • 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` = 120 limit 1
        2.1mssekib_liveCategoryClass.php#62
        Bindings
        • 0: 120
        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` = 120 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.85mssekib_liveCategory.php#38
        Bindings
        • 0: 120
        • 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 (120) 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`
        313mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 120
        • 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 (120) 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
        198mssekib_liveProduct.php#130
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 120
        • 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` = 36099
        1.13mssekib_liveProductImage.php#18
        Bindings
        • 0: 36099
        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` = 36099 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
        176mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 36099
        • 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-ZA-WOMEN-SHORTDRESS' 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
        6.23mssekib_liveProduct.php#312
        Bindings
        • 0: VP-ZA-WOMEN-SHORTDRESS
        • 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` = 36099 limit 1
        1.29mssekib_liveProductClass.php#594
        Bindings
        • 0: 36099
        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` = 36099 and `is_current` = '1' limit 1
        1.12mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 36099
        • 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` = 33101
        840μssekib_liveProductImage.php#18
        Bindings
        • 0: 33101
        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` = 33101 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
        175mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33101
        • 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-DRESS-ROUND-NECK' 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
        15.18mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MW-DRESS-ROUND-NECK
        • 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` = 33101 limit 1
        11.85mssekib_liveProductClass.php#594
        Bindings
        • 0: 33101
        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` = 33101 and `is_current` = '1' limit 1
        1.01mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33101
        • 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` = 33099
        750μssekib_liveProductImage.php#18
        Bindings
        • 0: 33099
        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` = 33099 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
        172mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33099
        • 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-DRESS-BIKINI-COVER' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.59mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MW-DRESS-BIKINI-COVER
        • 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` = 33099 limit 1
        1.06mssekib_liveProductClass.php#594
        Bindings
        • 0: 33099
        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` = 33099 and `is_current` = '1' limit 1
        860μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33099
        • 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` = 30578
        730μssekib_liveProductImage.php#18
        Bindings
        • 0: 30578
        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` = 30578 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
        177mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30578
        • 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-DRESS-KNEEHIGH' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.79mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DRESS-KNEEHIGH
        • 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` = 30578 limit 1
        1.03mssekib_liveProductClass.php#594
        Bindings
        • 0: 30578
        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` = 30578 and `is_current` = '1' limit 1
        830μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30578
        • 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` = 30578 limit 1
        750μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30578
        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` = 30595
        790μssekib_liveProductImage.php#18
        Bindings
        • 0: 30595
        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` = 30595 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
        156mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30595
        • 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-LSF-DRESS-PLUS' 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.53mssekib_liveProduct.php#312
        Bindings
        • 0: VP-LSF-DRESS-PLUS
        • 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` = 30595 limit 1
        4.39mssekib_liveProductClass.php#594
        Bindings
        • 0: 30595
        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` = 30595 and `is_current` = '1' limit 1
        990μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30595
        • 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` = 30595 limit 1
        850μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30595
        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` = 30270
        830μssekib_liveProductImage.php#18
        Bindings
        • 0: 30270
        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` = 30270 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
        147mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30270
        • 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-NYW-DRESS-SUMMER' 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
        15.89mssekib_liveProduct.php#312
        Bindings
        • 0: VP-NYW-DRESS-SUMMER
        • 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` = 30270 limit 1
        1.27mssekib_liveProductClass.php#594
        Bindings
        • 0: 30270
        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` = 30270 and `is_current` = '1' limit 1
        1.06mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30270
        • 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` = 30270 limit 1
        1.62mssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30270
        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` = 30547
        860μssekib_liveProductImage.php#18
        Bindings
        • 0: 30547
        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` = 30547 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
        143mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30547
        • 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-NYW-DRESS-TAHITI' 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
        37.34mssekib_liveProduct.php#312
        Bindings
        • 0: VP-NYW-DRESS-TAHITI
        • 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` = 30547 limit 1
        1.07mssekib_liveProductClass.php#594
        Bindings
        • 0: 30547
        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` = 30547 and `is_current` = '1' limit 1
        740μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30547
        • 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` = 30547 limit 1
        720μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30547
        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` = 30264
        700μssekib_liveProductImage.php#18
        Bindings
        • 0: 30264
        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` = 30264 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
        252mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30264
        • 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-DRESS-ANIMALPRINT' 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
        21.39mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DRESS-ANIMALPRINT
        • 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` = 30264 limit 1
        1.43mssekib_liveProductClass.php#594
        Bindings
        • 0: 30264
        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` = 30264 and `is_current` = '1' limit 1
        890μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30264
        • 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` = 30264 limit 1
        6.02mssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30264
        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` = 30574
        4.89mssekib_liveProductImage.php#18
        Bindings
        • 0: 30574
        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` = 30574 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
        289mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30574
        • 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-DRESS-WOMENCHEVRON' 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.22mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DRESS-WOMENCHEVRON
        • 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` = 30574 limit 1
        970μssekib_liveProductClass.php#594
        Bindings
        • 0: 30574
        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` = 30574 and `is_current` = '1' limit 1
        1.3mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30574
        • 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` = 30574 limit 1
        840μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30574
        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` = 30242
        19.05mssekib_liveProductImage.php#18
        Bindings
        • 0: 30242
        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` = 30242 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
        169mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30242
        • 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-DRES-DressAH010' 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
        6.53mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MW-DRES-DressAH010
        • 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` = 30242 limit 1
        3.32mssekib_liveProductClass.php#594
        Bindings
        • 0: 30242
        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` = 30242 and `is_current` = '1' limit 1
        900μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30242
        • 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` = 30242 limit 1
        860μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30242
        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` = 30865
        990μssekib_liveProductImage.php#18
        Bindings
        • 0: 30865
        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` = 30865 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
        164mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30865
        • 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-YL-SML601-CAMIDRESS' 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
        5.4mssekib_liveProduct.php#312
        Bindings
        • 0: VP-YL-SML601-CAMIDRESS
        • 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` = 30865 limit 1
        1.08mssekib_liveProductClass.php#594
        Bindings
        • 0: 30865
        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` = 30865 and `is_current` = '1' limit 1
        670μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30865
        • 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` = 30265
        530μssekib_liveProductImage.php#18
        Bindings
        • 0: 30265
        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` = 30265 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
        177mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30265
        • 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-DRESS-CHEVRON-VNECK' 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
        15.14mssekib_liveProduct.php#312
        Bindings
        • 0: VP-DRESS-CHEVRON-VNECK
        • 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` = 30265 limit 1
        1.45mssekib_liveProductClass.php#594
        Bindings
        • 0: 30265
        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` = 30265 and `is_current` = '1' limit 1
        870μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30265
        • 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` = 30265 limit 1
        770μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30265
        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` = 30591
        750μssekib_liveProductImage.php#18
        Bindings
        • 0: 30591
        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` = 30591 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
        266mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30591
        • 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-JU-YD-PLUSSIZE-DRESS' 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
        29.33mssekib_liveProduct.php#312
        Bindings
        • 0: VP-JU-YD-PLUSSIZE-DRESS
        • 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` = 30591 limit 1
        4.42mssekib_liveProductClass.php#594
        Bindings
        • 0: 30591
        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` = 30591 and `is_current` = '1' limit 1
        6.13mssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30591
        • 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` = 30591 limit 1
        1.8mssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30591
        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 `categories` where `is_delete` = 0 and `is_active` = 1 order by `website_sort` asc
        1.78mssekib_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
        1.27mssekib_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
        940μ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
        29.34mssekib_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
        4.99mssekib_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
        1.06mssekib_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
        1.07mssekib_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
        10.75mssekib_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
        1.08mssekib_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
        1.06mssekib_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
        1mssekib_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
        9.95mssekib_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
        1.25mssekib_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
        1.02mssekib_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
        7.27mssekib_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
        7.79mssekib_liveCategory.php#38
        Bindings
        • 0: 174
        • 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` = 80 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.17mssekib_liveCategory.php#38
        Bindings
        • 0: 80
        • 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` = 89 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.17mssekib_liveCategory.php#38
        Bindings
        • 0: 89
        • 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` = 200 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.28mssekib_liveCategory.php#38
        Bindings
        • 0: 200
        • 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` = 97 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.64mssekib_liveCategory.php#38
        Bindings
        • 0: 97
        • 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` = 217 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.51mssekib_liveCategory.php#38
        Bindings
        • 0: 217
        • 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` = 232 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        3.73mssekib_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
        1.69mssekib_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
        970μ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
        960μ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
        960μ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
        970μ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
        980μ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
        2.79mssekib_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.23mssekib_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
        960μ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
        1mssekib_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
        910μ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
        860μ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
        880μ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
        1mssekib_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
        960μ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
        1.01mssekib_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
        990μ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
        1.14mssekib_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
        2.4mssekib_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
        11.26mssekib_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.16mssekib_live
      • select `id`, `name`, `slug` from `pages` where `channel` = 'website' and `is_active` = 1 and `is_delete` = 0
        4.37mssekib_live
      App\Models\Category
      99Category.php#?
      App\Models\Product
      39Product.php#?
      App\Models\ProductImage
      14ProductImage.php#?
      App\Models\BannerImage
      5BannerImage.php#?
      App\Models\Page
      5Page.php#?
      App\Models\ProductSupplier
      4ProductSupplier.php#?
      App\Models\Banner
      1Banner.php#?
          _token
          uAgHWTgDrC5J424SlnXatMSdq2yUwnv0IrrvfdnK
          _previous
          array:1 [ "url" => "https://shop72.com/category/Womens_Dresses" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/Womens_Dresses
          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 => ""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 => "Thu, 27 Mar 2025 11:18:37 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InNwVVluQUdac0g5UFhzZnVzMUluUVE9PSIsInZhbHVlIjoiWXdLcWVlMjhZdHI2d3Q3RDN1SUhzRHE5eklsa1laRFllcU9LUjE3cWdlNmxVdGJGU0hwTWhPam03cm12WG5sZjdVTGRuZXJ5N2lCTmJIbzRpZXRSSDREalhlWVd1RldwVk8zSjV0b1JON2V3L2N6TDkxQkFDMkxseXRzTFZ6cUsiLCJtYWMiOiIzNDE5ZjUxNTg5YzY2NTVhOTMwYzllYzEwNzAwMjNjY2MxNjExOWVlMWM4N2YyMzJjODhiMjBkZTZlZTQ0ZTZhIiwidGFnIjoiIn0%3D; expires=Thu, 27 Mar 2025 13:18:38 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InNwVVluQUdac0g5UFhzZnVzMUluUVE9PSIsInZhbHVlIjoiWXdLcWVlMjhZdHI2d3Q3RDN1SUhzRHE5eklsa1laRFllcU9LUjE3cWdlNmxVdGJGU0hwTWhPam03cm12WG5sZjdVTGRuZ" 1 => "laravel_session=eyJpdiI6IlI1ekJNc3d6K3dQdDI1QzNtMnltb3c9PSIsInZhbHVlIjoiUGwxSllIVkFJS0Q1L0NkRGZCbTZycGZPZVBWbnVvZ1dsbkdFVUZlakZJK2FEUFk5cldGcUdjY1owVHZWOUlxaVJLOTQwSTRoRDZxK1NwQzVydi94ZGh0d09hQTBGazVPYnpKVWxLUHZRUlVBRTZ2c3BjejlNbm1WYXdacERwVVAiLCJtYWMiOiI2YjA2ZTZkOWU0MGExMjQxM2Y3YTg1NjU0NTNhMGQyZjlhMDAwYWNjNTg1ODgzZmViYjczNDAxNGMyMDhjYTA2IiwidGFnIjoiIn0%3D; expires=Thu, 27 Mar 2025 13:18:38 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IlI1ekJNc3d6K3dQdDI1QzNtMnltb3c9PSIsInZhbHVlIjoiUGwxSllIVkFJS0Q1L0NkRGZCbTZycGZPZVBWbnVvZ1dsbkdFVUZlakZJK2FEUFk5cldGcUdjY1owVHZWOUlxaVJL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InNwVVluQUdac0g5UFhzZnVzMUluUVE9PSIsInZhbHVlIjoiWXdLcWVlMjhZdHI2d3Q3RDN1SUhzRHE5eklsa1laRFllcU9LUjE3cWdlNmxVdGJGU0hwTWhPam03cm12WG5sZjdVTGRuZXJ5N2lCTmJIbzRpZXRSSDREalhlWVd1RldwVk8zSjV0b1JON2V3L2N6TDkxQkFDMkxseXRzTFZ6cUsiLCJtYWMiOiIzNDE5ZjUxNTg5YzY2NTVhOTMwYzllYzEwNzAwMjNjY2MxNjExOWVlMWM4N2YyMzJjODhiMjBkZTZlZTQ0ZTZhIiwidGFnIjoiIn0%3D; expires=Thu, 27-Mar-2025 13:18:38 GMT; path=/XSRF-TOKEN=eyJpdiI6InNwVVluQUdac0g5UFhzZnVzMUluUVE9PSIsInZhbHVlIjoiWXdLcWVlMjhZdHI2d3Q3RDN1SUhzRHE5eklsa1laRFllcU9LUjE3cWdlNmxVdGJGU0hwTWhPam03cm12WG5sZjdVTGRuZ" 1 => "laravel_session=eyJpdiI6IlI1ekJNc3d6K3dQdDI1QzNtMnltb3c9PSIsInZhbHVlIjoiUGwxSllIVkFJS0Q1L0NkRGZCbTZycGZPZVBWbnVvZ1dsbkdFVUZlakZJK2FEUFk5cldGcUdjY1owVHZWOUlxaVJLOTQwSTRoRDZxK1NwQzVydi94ZGh0d09hQTBGazVPYnpKVWxLUHZRUlVBRTZ2c3BjejlNbm1WYXdacERwVVAiLCJtYWMiOiI2YjA2ZTZkOWU0MGExMjQxM2Y3YTg1NjU0NTNhMGQyZjlhMDAwYWNjNTg1ODgzZmViYjczNDAxNGMyMDhjYTA2IiwidGFnIjoiIn0%3D; expires=Thu, 27-Mar-2025 13:18:38 GMT; path=/; httponlylaravel_session=eyJpdiI6IlI1ekJNc3d6K3dQdDI1QzNtMnltb3c9PSIsInZhbHVlIjoiUGwxSllIVkFJS0Q1L0NkRGZCbTZycGZPZVBWbnVvZ1dsbkdFVUZlakZJK2FEUFk5cldGcUdjY1owVHZWOUlxaVJL" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "uAgHWTgDrC5J424SlnXatMSdq2yUwnv0IrrvfdnK" "_previous" => array:1 [ "url" => "https://shop72.com/category/Womens_Dresses" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-27 11:18:38GET/category/Womens_Dresses17123167