Filtered By :
Filter
PRICE
PRODUCT TYPE
METAL
METAL COLOR
GOLD PURITY
DIAMOND
STONE SHAPE
FILTERS
SORT BY
8.2.25PHP Version7.93sRequest Duration7MBMemory UsageGET shop/{category}/{style?}/{subCategory?}Route
  • warninglog[06:17:11] LOG.warning: strlen(): Passing null to parameter #1 ($string) of type string is deprecate...
  • Booting (4.86s)time
  • Application (3.07s)time
  • 1 x Booting (61.28%)
    4.86s
    1 x Application (38.72%)
    3.07s
    10 templates were rendered
    • productsproducts.blade.phpblade
    • livewire.product-front-componentproduct-front-component.blade.phpblade
    • livewire::bootstrapbootstrap.blade.phpblade
    • layoutlayout.blade.phpblade
    • headerheader.blade.phpblade
    • livewire.component.wishlist-countwishlist-count.blade.phpblade
    • livewire.component.cart-countcart-count.blade.phpblade
    • livewire.component.wishlist-countwishlist-count.blade.phpblade
    • livewire.component.cart-countcart-count.blade.phpblade
    • footerfooter.blade.phpblade
    uri
    GET shop/{category}/{style?}/{subCategory?}
    middleware
    web
    controller
    App\Http\Controllers\ProductController@producFront
    namespace
    prefix
    where
    as
    products
    file
    app/Http/Controllers/ProductController.php:37-47
    44 statements were executed, 12 of which were duplicates, 32 unique. Show only duplicated704ms
    • select * from `categories` where `slug` = 'earring' limit 1
      146msoriflypw_theme4ProductController.php#40
      Bindings
      • 0: earring
      Backtrace
      • 15. app/Http/Controllers/ProductController.php:40
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `category_types` where `slug` is null limit 1
      57.2msoriflypw_theme4ProductController.php#41
      Backtrace
      • 15. app/Http/Controllers/ProductController.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `sub_categories` where `slug` is null limit 1
      41msoriflypw_theme4ProductController.php#42
      Backtrace
      • 15. app/Http/Controllers/ProductController.php:42
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `categories` where `slug` = '{\"id\":7,\"name\":\"earring\",\"slug\":\"earring\",\"description\":null,\"banner\":\"1.jpg\",\"banner_title\":null,\"status\":1,\"order_by\":2,\"created_by\":1,\"updated_by\":1,\"deleted_by\":null,\"created_at\":\"2023-08-29T11:23:33.000000Z\",\"updated_at\":\"2024-02-21T09:45:56.000000Z\",\"deleted_at\":null}' limit 1
      49.54msoriflypw_theme4ProductController.php#44
      Bindings
      • 0: {"id":7,"name":"earring","slug":"earring","description":null,"banner":"1.jpg","banner_title":null,"status":1,"order_by":2,"created_by":1,"updated_by":1,"deleted_by":null,"created_at":"2023-08-29T11:23:33.000000Z","updated_at":"2024-02-21T09:45:56.000000Z","deleted_at":null}
      Backtrace
      • 15. app/Http/Controllers/ProductController.php:44
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `name`, `id` from `sub_categories` where `category_id` = 7
      2.86msoriflypw_theme4ProductFrontComponent.php#65
      Bindings
      • 0: 7
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:65
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select `product_id` from `product_categories` where `category_id` = 7
      129msoriflypw_theme4ProductFrontComponent.php#221
      Bindings
      • 0: 7
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:221
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select count(*) as aggregate from `products` where `id` in (146, 147, 157) and `products`.`id` in (146, 147, 157) and exists (select * from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `products`.`id` = `product_categories`.`product_id` and `categories`.`id` = 7) and `status` = 1
      23.15msoriflypw_theme4ProductFrontComponent.php#350
      Bindings
      • 0: 146
      • 1: 147
      • 2: 157
      • 3: 146
      • 4: 147
      • 5: 157
      • 6: 7
      • 7: 1
      Backtrace
      • 15. app/Http/Livewire/ProductFrontComponent.php:350
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select * from `products` where `id` in (146, 147, 157) and `products`.`id` in (146, 147, 157) and exists (select * from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `products`.`id` = `product_categories`.`product_id` and `categories`.`id` = 7) and `status` = 1 limit 20 offset 0
      860μsoriflypw_theme4ProductFrontComponent.php#350
      Bindings
      • 0: 146
      • 1: 147
      • 2: 157
      • 3: 146
      • 4: 147
      • 5: 157
      • 6: 7
      • 7: 1
      Backtrace
      • 15. app/Http/Livewire/ProductFrontComponent.php:350
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select `code`, `id` from `metal_colors` where `status` = 1 order by `order_by` asc
      22.75msoriflypw_theme4ProductFrontComponent.php#352
      Bindings
      • 0: 1
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:352
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select `code`, `id` from `metal_purities` where `status` = 1 order by `order_by` asc
      33.91msoriflypw_theme4ProductFrontComponent.php#353
      Bindings
      • 0: 1
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:353
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select `code`, `id` from `diamond_shapes` where `status` = 1 order by `order_by` asc
      44.56msoriflypw_theme4ProductFrontComponent.php#354
      Bindings
      • 0: 1
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:354
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select `code`, `id` from `metal_types` where `status` = 1 order by `order_by` asc
      41.97msoriflypw_theme4ProductFrontComponent.php#355
      Bindings
      • 0: 1
      Backtrace
      • 13. app/Http/Livewire/ProductFrontComponent.php:355
      • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
    • select * from `currencies` limit 1
      23.73msoriflypw_theme4helper_function.php#95
      Backtrace
      • 18. app/Helpers/helper_function.php:95
      • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 27. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `category_types` where `category_types`.`category_id` = 7 and `category_types`.`category_id` is not null
      890μsoriflypw_theme4product-front-component.blade.php#325
      Bindings
      • 0: 7
      Backtrace
      • 19. view::livewire.product-front-component:325
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 3 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      570μsoriflypw_theme4product-front-component.blade.php#328
      Bindings
      • 0: 3
      • 1: 1
      Backtrace
      • 19. view::livewire.product-front-component:328
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 4 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      530μsoriflypw_theme4product-front-component.blade.php#328
      Bindings
      • 0: 4
      • 1: 1
      Backtrace
      • 19. view::livewire.product-front-component:328
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 9 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      460μsoriflypw_theme4product-front-component.blade.php#328
      Bindings
      • 0: 9
      • 1: 1
      Backtrace
      • 19. view::livewire.product-front-component:328
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `product_images` where `product_images`.`product_id` = 146 and `product_images`.`product_id` is not null
      30.06msoriflypw_theme4product-front-component.blade.php#616
      Bindings
      • 0: 146
      Backtrace
      • 19. view::livewire.product-front-component:616
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `product_details` where `product_details`.`product_id` = 146 and `product_details`.`product_id` is not null
      10.94msoriflypw_theme4Product.php#64
      Bindings
      • 0: 146
      Backtrace
      • 19. app/Models/Product.php:64
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `kitcos` limit 1
      10.21msoriflypw_theme4Product.php#49
      Backtrace
      • 18. app/Models/Product.php:49
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `product_images` where `product_images`.`product_id` = 147 and `product_images`.`product_id` is not null
      580μsoriflypw_theme4product-front-component.blade.php#616
      Bindings
      • 0: 147
      Backtrace
      • 19. view::livewire.product-front-component:616
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `product_details` where `product_details`.`product_id` = 147 and `product_details`.`product_id` is not null
      630μsoriflypw_theme4Product.php#64
      Bindings
      • 0: 147
      Backtrace
      • 19. app/Models/Product.php:64
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `kitcos` limit 1
      390μsoriflypw_theme4Product.php#41
      Backtrace
      • 18. app/Models/Product.php:41
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `product_images` where `product_images`.`product_id` = 157 and `product_images`.`product_id` is not null
      480μsoriflypw_theme4product-front-component.blade.php#616
      Bindings
      • 0: 157
      Backtrace
      • 19. view::livewire.product-front-component:616
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
    • select * from `product_details` where `product_details`.`product_id` = 157 and `product_details`.`product_id` is not null
      530μsoriflypw_theme4Product.php#64
      Bindings
      • 0: 157
      Backtrace
      • 19. app/Models/Product.php:64
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `kitcos` limit 1
      450μsoriflypw_theme4Product.php#41
      Backtrace
      • 18. app/Models/Product.php:41
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:643
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `kitcos` limit 1
      330μsoriflypw_theme4Product.php#49
      Backtrace
      • 18. app/Models/Product.php:49
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:702
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `kitcos` limit 1
      400μsoriflypw_theme4Product.php#41
      Backtrace
      • 18. app/Models/Product.php:41
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:702
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `kitcos` limit 1
      340μsoriflypw_theme4Product.php#41
      Backtrace
      • 18. app/Models/Product.php:41
      • 19. app/Models/Product.php:66
      • 20. view::livewire.product-front-component:702
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
    • select * from `contact_details` limit 1
      4.33msoriflypw_theme4layout.blade.php#74
      Backtrace
      • 18. view::layout:74
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `categories` where `status` = 1 order by `order_by` asc
      650μsoriflypw_theme4layout.blade.php#75
      Bindings
      • 0: 1
      Backtrace
      • 14. view::layout:75
      • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 18. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `social_media` where `status` = 1 order by `order_by` asc
      6.35msoriflypw_theme4layout.blade.php#76
      Bindings
      • 0: 1
      Backtrace
      • 14. view::layout:76
      • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 18. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `currencies` where `status` = 1 order by `order_by` asc
      530μsoriflypw_theme4layout.blade.php#77
      Bindings
      • 0: 1
      Backtrace
      • 14. view::layout:77
      • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 18. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `category_types` where `category_types`.`category_id` = 9 and `category_types`.`category_id` is not null and `status` = 1 order by `order_by` asc
      950μsoriflypw_theme4header.blade.php#55
      Bindings
      • 0: 9
      • 1: 1
      Backtrace
      • 19. view::header:55
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 5 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      1.07msoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 5
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `category_types` where `category_types`.`category_id` = 7 and `category_types`.`category_id` is not null and `status` = 1 order by `order_by` asc
      710μsoriflypw_theme4header.blade.php#55
      Bindings
      • 0: 7
      • 1: 1
      Backtrace
      • 19. view::header:55
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 3 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      440μsoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 3
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 4 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      4.89msoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 4
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 9 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      860μsoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 9
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `category_types` where `category_types`.`category_id` = 10 and `category_types`.`category_id` is not null and `status` = 1 order by `order_by` asc
      710μsoriflypw_theme4header.blade.php#55
      Bindings
      • 0: 10
      • 1: 1
      Backtrace
      • 19. view::header:55
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 7 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      740μsoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 7
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `category_types` where `category_types`.`category_id` = 23 and `category_types`.`category_id` is not null and `status` = 1 order by `order_by` asc
      2.11msoriflypw_theme4header.blade.php#55
      Bindings
      • 0: 23
      • 1: 1
      Backtrace
      • 19. view::header:55
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 8 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      5.02msoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 8
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • select * from `sub_categories` where `sub_categories`.`categorytype_id` = 10 and `sub_categories`.`categorytype_id` is not null and `status` = 1 order by `order_by` asc
      540μsoriflypw_theme4header.blade.php#63
      Bindings
      • 0: 10
      • 1: 1
      Backtrace
      • 19. view::header:63
      • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    App\Models\CategoryType
    10
    App\Models\SubCategory
    6
    App\Models\ProductDetail
    6
    App\Models\Kitco
    6
    App\Models\Category
    5
    App\Models\Product
    3
    App\Models\Currency
    3
    App\Models\ProductImage
    3
    App\Models\SocialMedia
    2
    App\Models\ContactDetails
    1
    product-front-component #MeZ0W7uL2njBYQqFbtLK
    array:5 [ "data" => array:27 [ "category" => App\Models\Category {#1304 #connection: "my...
    component.wishlist-count #a6Xc7ARkECyKlaXpGFZO
    array:5 [ "data" => array:1 [ "wishlist" => [] ] "name" => "component.wishlist-count" "v...
    component.cart-count #dgOGNlcKehuYM0dAzZyl
    array:5 [ "data" => array:1 [ "cart" => [] ] "name" => "component.cart-count" "view" => ...
    component.wishlist-count #K4br5tovmUgOxQqyU0Ci
    array:5 [ "data" => array:1 [ "wishlist" => [] ] "name" => "component.wishlist-count" "v...
    component.cart-count #uyjTGZlakeY8sAWCurHZ
    array:5 [ "data" => array:1 [ "cart" => [] ] "name" => "component.cart-count" "view" => ...
        _token
        BydFwLvuVZReW7BP4YY7TVyn0hceiPKcd4AKuMNf
        system_default_currency_info
        App\Models\Currency {#580 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyTy...
        popup
        accepted
        _previous
        array:1 [ "url" => "http://theme4.jewelwebnet.com/shop/earring" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /shop/earring
        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:9 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "theme4.jewelwebnet.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Wed, 09 Apr 2025 00:47:11 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkxzMGVFSDdRZ1BzZDlIZlJoc2dpL3c9PSIsInZhbHVlIjoiOVlpb0R3Nk9NQTdXR3JaNFhYMC9FQmM0cC9XVFVVYmxaNTB6OG0xcXdIVE43VFpCUkdheTc5Nk1lQ3VsQXR4SDBObnNoNEdiUkxlM3locVhNb1pRTndEbnlBb3F3TWNKczhQaW1xR3BEQndoU2Z1d3ZVZHU2b2NlcG1SbEkzUnMiLCJtYWMiOiJiMGI5NTVmYzc4MGM2ZjBjMmZkZWMwM2M3YjMzNDNhZTQwMzFmYjY5NjgzMWQ4Mzg3MmQzMmJhYjE3MDhiMzIzIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 02:47:13 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkxzMGVFSDdRZ1BzZDlIZlJoc2dpL3c9PSIsInZhbHVlIjoiOVlpb0R3Nk9NQTdXR3JaNFhYMC9FQmM0cC9XVFVVYmxaNTB6OG0xcXdIVE43VFpCUkdheTc5Nk1lQ3VsQXR4SDBObnNoN" 1 => "new_jewelry_session=eyJpdiI6IjJoUmRtdVltT01udGNiTzRQSm85bVE9PSIsInZhbHVlIjoiWWtsNzhTTW1DQ2dPaFFKMlFwZ04wUVEwK2VYUC8vYUtUanlIRjVpS09RVDYrOU5JZnNoV1YyZ0FXS1M5KzM4UmUxckJvcy9lT0xnOW1UTUJpcmtMNG1kMHlPWHhKaTBQcENyMDN2TkxMVlV3bFc2M2ZKZkxvekRqQndsNFphYXgiLCJtYWMiOiJiNjlmNTJjNDVlNjVlYmMwODBhYTg1YmQ5M2MxMjIwNGNiNzY2YjVlY2ZjMDM5YjE4M2E3ZjBhY2MxNWM4ZjcxIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 02:47:13 GMT; Max-Age=7200; path=/; httponly; samesite=laxnew_jewelry_session=eyJpdiI6IjJoUmRtdVltT01udGNiTzRQSm85bVE9PSIsInZhbHVlIjoiWWtsNzhTTW1DQ2dPaFFKMlFwZ04wUVEwK2VYUC8vYUtUanlIRjVpS09RVDYrOU5JZnNoV1YyZ0FXS1M5KzM4" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkxzMGVFSDdRZ1BzZDlIZlJoc2dpL3c9PSIsInZhbHVlIjoiOVlpb0R3Nk9NQTdXR3JaNFhYMC9FQmM0cC9XVFVVYmxaNTB6OG0xcXdIVE43VFpCUkdheTc5Nk1lQ3VsQXR4SDBObnNoNEdiUkxlM3locVhNb1pRTndEbnlBb3F3TWNKczhQaW1xR3BEQndoU2Z1d3ZVZHU2b2NlcG1SbEkzUnMiLCJtYWMiOiJiMGI5NTVmYzc4MGM2ZjBjMmZkZWMwM2M3YjMzNDNhZTQwMzFmYjY5NjgzMWQ4Mzg3MmQzMmJhYjE3MDhiMzIzIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 02:47:13 GMT; path=/XSRF-TOKEN=eyJpdiI6IkxzMGVFSDdRZ1BzZDlIZlJoc2dpL3c9PSIsInZhbHVlIjoiOVlpb0R3Nk9NQTdXR3JaNFhYMC9FQmM0cC9XVFVVYmxaNTB6OG0xcXdIVE43VFpCUkdheTc5Nk1lQ3VsQXR4SDBObnNoN" 1 => "new_jewelry_session=eyJpdiI6IjJoUmRtdVltT01udGNiTzRQSm85bVE9PSIsInZhbHVlIjoiWWtsNzhTTW1DQ2dPaFFKMlFwZ04wUVEwK2VYUC8vYUtUanlIRjVpS09RVDYrOU5JZnNoV1YyZ0FXS1M5KzM4UmUxckJvcy9lT0xnOW1UTUJpcmtMNG1kMHlPWHhKaTBQcENyMDN2TkxMVlV3bFc2M2ZKZkxvekRqQndsNFphYXgiLCJtYWMiOiJiNjlmNTJjNDVlNjVlYmMwODBhYTg1YmQ5M2MxMjIwNGNiNzY2YjVlY2ZjMDM5YjE4M2E3ZjBhY2MxNWM4ZjcxIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 02:47:13 GMT; path=/; httponlynew_jewelry_session=eyJpdiI6IjJoUmRtdVltT01udGNiTzRQSm85bVE9PSIsInZhbHVlIjoiWWtsNzhTTW1DQ2dPaFFKMlFwZ04wUVEwK2VYUC8vYUtUanlIRjVpS09RVDYrOU5JZnNoV1YyZ0FXS1M5KzM4" ] ]
        session_attributes
        0 of 0
        array:6 [ "_token" => "BydFwLvuVZReW7BP4YY7TVyn0hceiPKcd4AKuMNf" "system_default_currency_info" => App\Models\Currency {#580 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:13 [ "id" => 1 "country_code" => "INR" "symbol" => "Rs" "country_name" => "India" "country_flag" => "download.png" "exchange_rate" => "100.00" "order_by" => 1 "status" => 1 "created_at" => "2024-02-27 12:56:35" "updated_at" => "2024-03-09 17:14:54" "created_by" => 1 "updated_by" => 1 "deleted_by" => null ] #original: array:13 [ "id" => 1 "country_code" => "INR" "symbol" => "Rs" "country_name" => "India" "country_flag" => "download.png" "exchange_rate" => "100.00" "order_by" => 1 "status" => 1 "created_at" => "2024-02-27 12:56:35" "updated_at" => "2024-03-09 17:14:54" "created_by" => 1 "updated_by" => 1 "deleted_by" => null ] #changes: [] #casts: [] #classCastCache: [] #attributeCastCache: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #fillable: [] #guarded: [] } "popup" => "accepted" "_previous" => array:1 [ "url" => "http://theme4.jewelwebnet.com/shop/earring" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]