Showing 19 - 22 out of total 22 Products
Prev 1 2 3 Next
Request history8.3.0PHP Version1.18sRequest Duration38MBMemory UsageGET category/{slug}Route
    • Booting (845ms)time
    • Application (336ms)time
    • 1 x Booting (71.56%)
      845ms
      1 x Application (28.44%)
      336ms
      10 templates were rendered
      • frontend.amazy.partials.listing_paginate_datalisting_paginate_data.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.ratingrating.blade.php#?blade
      • frontend.amazy.components.pagination-componentpagination-component.blade.php#?blade
      uri
      GET category/{slug}
      middleware
      web, maintenance_mode
      controller
      App\Http\Controllers\Frontend\CategoryController@productByCategory
      namespace
      prefix
      where
      as
      frontend.category-product
      file
      app/Http/Controllers/Frontend/CategoryController.php:185-369
      45 statements were executed, 6 of which were duplicates, 39 unique. Show only duplicated88.48ms
      • select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'platinum_sec' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name
        7.27msplatinum_secInitRepository.php#26
        Backtrace
        • 13. vendor/spondonit/service/src/Repositories/InitRepository.php:26
        • 14. vendor/spondonit/amazcart-service/src/Middleware/AmazCartService.php:43
        • 15. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 16. vendor/livewire/livewire/src/DisableBrowserCache.php:19
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'platinum_sec' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name
        5.52msplatinum_secInitRepository.php#26
        Backtrace
        • 13. vendor/spondonit/service/src/Repositories/InitRepository.php:26
        • 14. vendor/spondonit/amazcart-service/src/Middleware/AmazCartService.php:43
        • 15. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 16. vendor/livewire/livewire/src/DisableBrowserCache.php:19
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • select * from `general_settings` limit 1
        1.63msplatinum_secInitRepository.php#58
        Backtrace
        • 19. vendor/spondonit/amazcart-service/src/Repositories/InitRepository.php:58
        • 20. vendor/laravel/framework/src/Illuminate/Container/Container.php:908
        • 21. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 22. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
        • 23. vendor/laravel/framework/src/Illuminate/Container/Container.php:731
      • select * from `themes` where `is_active` = 1 limit 1
        1.04msplatinum_secInitRepository.php#71
        Bindings
        • 0: 1
        Backtrace
        • 16. vendor/spondonit/amazcart-service/src/Repositories/InitRepository.php:71
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:908
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
        • 20. vendor/laravel/framework/src/Illuminate/Container/Container.php:731
      • select `maintenance_status`, `maintenance_title`, `maintenance_subtitle`, `maintenance_banner` from `general_settings` limit 1
        770μsplatinum_secMaintenanceModeMiddleware.php#23
        Backtrace
        • 16. middleware::maintenance_mode:23
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 18. vendor/spondonit/service/src/Middleware/ServiceMiddleware.php:40
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 20. app/Http/Middleware/Language.php:40
      • select * from `search_terms` where `keyword` = 'wireless bridge' limit 1
        1.65msplatinum_secCategoryController.php#307
        Bindings
        • 0: wireless bridge
        Backtrace
        • 16. app/Http/Controllers/Frontend/CategoryController.php:307
        • 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:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • update `search_terms` set `count` = 69, `search_terms`.`updated_at` = '2025-04-04 14:08:18' where `id` = 361
        3.17msplatinum_secCategoryController.php#311
        Bindings
        • 0: 69
        • 1: 2025-04-04 14:08:18
        • 2: 361
        Backtrace
        • 14. app/Http/Controllers/Frontend/CategoryController.php:311
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `id` from `products` where exists (select * from `tags` inner join `product_tag` on `tags`.`id` = `product_tag`.`tag_id` where `products`.`id` = `product_tag`.`product_id` and (`name` LIKE '%wireless%' or `name` LIKE '%bridge%'))
        6.61msplatinum_secCategoryController.php#325
        Bindings
        • 0: %wireless%
        • 1: %bridge%
        Backtrace
        • 14. app/Http/Controllers/Frontend/CategoryController.php:325
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select distinct `brand_id` from `products` where exists (select * from `tags` inner join `product_tag` on `tags`.`id` = `product_tag`.`tag_id` where `products`.`id` = `product_tag`.`product_id` and (`name` LIKE '%wireless%' or `name` LIKE '%bridge%'))
        4.49msplatinum_secCategoryController.php#326
        Bindings
        • 0: %wireless%
        • 1: %bridge%
        Backtrace
        • 14. app/Http/Controllers/Frontend/CategoryController.php:326
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select *, `name` as `product_name`, `sku` as `slug` from `gift_cards` where `status` = 1 and exists (select * from `tags` inner join `gift_card_tag` on `tags`.`id` = `gift_card_tag`.`tag_id` where `gift_cards`.`id` = `gift_card_tag`.`gift_card_id` and (`name` LIKE '%wireless%' or `name` LIKE '%bridge%'))
        1.14msplatinum_secCategoryController.php#334
        Bindings
        • 0: 1
        • 1: %wireless%
        • 2: %bridge%
        Backtrace
        • 15. app/Http/Controllers/Frontend/CategoryController.php:334
        • 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 distinct `category_id` from `category_product` where product_id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928')
        1.18msplatinum_secCategoryController.php#336
        Backtrace
        • 14. app/Http/Controllers/Frontend/CategoryController.php:336
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where id in ('57','58') and `status` = 1 limit 20
        1.01msplatinum_secCategoryController.php#337
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CategoryController.php:337
        • 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 `seller_products`.* from `seller_products` inner join `products` on `seller_products`.`product_id` = `products`.`id` where ((`seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1 and seller_products.product_id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928') or `products`.`product_name` LIKE '%wireless bridge%' and `seller_products`.`status` = 1) and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1 or `seller_products`.`product_name` LIKE '%wireless bridge%') and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1 and `seller_products`.`status` = 1 limit 100
        12.06msplatinum_secCategoryController.php#340
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: %wireless bridge%
        • 4: 1
        • 5: 1
        • 6: 1
        • 7: 1
        • 8: %wireless bridge%
        • 9: 1
        • 10: 1
        • 11: 1
        • 12: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CategoryController.php:340
        • 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 `flash_deal_products` where exists (select * from `flash_deals` where `flash_deal_products`.`flash_deal_id` = `flash_deals`.`id` and `status` = 1) and `flash_deal_products`.`seller_product_id` in (655, 661, 662, 665, 675, 676, 677, 723, 740, 744, 757, 768, 811, 829, 848, 904, 907, 908, 909, 912, 927, 928)
        1.26msplatinum_secCategoryController.php#340
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Http/Controllers/Frontend/CategoryController.php:340
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `products`.`id` in (655, 661, 662, 665, 675, 676, 677, 723, 740, 744, 757, 768, 811, 829, 848, 904, 907, 908, 909, 912, 927, 928)
        10.42msplatinum_secCategoryController.php#340
        Backtrace
        • 20. app/Http/Controllers/Frontend/CategoryController.php:340
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `brands` where id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928') and `status` = 1 limit 10
        1.28msplatinum_secCategoryController.php#341
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CategoryController.php:341
        • 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 distinct `attribute_id` from `product_variations` where product_id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928')
        1.08msplatinum_secCategoryController.php#342
        Backtrace
        • 14. app/Http/Controllers/Frontend/CategoryController.php:342
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `attributes` where id in ('') and `id` > 1 and `status` = 1 limit 2
        610μsplatinum_secCategoryController.php#343
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CategoryController.php:343
        • 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 `attributes` where id in ('') and `status` = 1 limit 1
        660μsplatinum_secCategoryController.php#344
        Bindings
        • 0: 1
        Backtrace
        • 16. app/Http/Controllers/Frontend/CategoryController.php:344
        • 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:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select min(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928')
        1.37msplatinum_secFilterRepository.php#408
        Backtrace
        • 16. app/Repositories/FilterRepository.php:408
        • 17. app/Services/FilterService.php:67
        • 18. app/Http/Controllers/Frontend/CategoryController.php:345
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select max(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('655','661','662','665','675','676','677','723','740','744','757','768','811','829','848','904','907','908','909','912','927','928')
        930μsplatinum_secFilterRepository.php#420
        Backtrace
        • 16. app/Repositories/FilterRepository.php:420
        • 17. app/Services/FilterService.php:72
        • 18. app/Http/Controllers/Frontend/CategoryController.php:346
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` = 665 and `seller_product_s_k_us`.`product_id` is not null
        1.01msplatinum_seclisting_paginate_data.blade.php#125
        Bindings
        • 0: 665
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:125
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `users` where `users`.`id` = 1 limit 1
        920μsplatinum_seclisting_paginate_data.blade.php#140
        Bindings
        • 0: 1
        Backtrace
        • 21. view::frontend.amazy.partials.listing_paginate_data:140
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `wishlists` where `wishlists`.`seller_product_id` = 665 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
        790μsplatinum_secSellerProduct.php#313
        Bindings
        • 0: 665
        • 1: product
        • 2: 0
        Backtrace
        • 21. Modules/Seller/Entities/SellerProduct.php:313
        • 22. view::frontend.amazy.partials.listing_paginate_data:164
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `product_reviews` where `product_reviews`.`product_id` = 665 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
        680μsplatinum_seclisting_paginate_data.blade.php#222
        Bindings
        • 0: 665
        • 1: product
        • 2: 1
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:222
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 665 limit 1
        1.04msplatinum_secBelongsToThrough.php#265
        Bindings
        • 0: 665
        Backtrace
        • 16. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:265
        • 17. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:250
        • 22. view::frontend.amazy.partials.listing_paginate_data:259
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` = 662 and `seller_product_s_k_us`.`product_id` is not null
        830μsplatinum_seclisting_paginate_data.blade.php#125
        Bindings
        • 0: 662
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:125
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `users` where `users`.`id` = 1 limit 1
        820μsplatinum_seclisting_paginate_data.blade.php#140
        Bindings
        • 0: 1
        Backtrace
        • 21. view::frontend.amazy.partials.listing_paginate_data:140
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `wishlists` where `wishlists`.`seller_product_id` = 662 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
        830μsplatinum_secSellerProduct.php#313
        Bindings
        • 0: 662
        • 1: product
        • 2: 0
        Backtrace
        • 21. Modules/Seller/Entities/SellerProduct.php:313
        • 22. view::frontend.amazy.partials.listing_paginate_data:164
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `product_reviews` where `product_reviews`.`product_id` = 662 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
        590μsplatinum_seclisting_paginate_data.blade.php#222
        Bindings
        • 0: 662
        • 1: product
        • 2: 1
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:222
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 662 limit 1
        790μsplatinum_secBelongsToThrough.php#265
        Bindings
        • 0: 662
        Backtrace
        • 16. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:265
        • 17. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:250
        • 22. view::frontend.amazy.partials.listing_paginate_data:259
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` = 661 and `seller_product_s_k_us`.`product_id` is not null
        1.04msplatinum_seclisting_paginate_data.blade.php#125
        Bindings
        • 0: 661
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:125
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `users` where `users`.`id` = 1 limit 1
        830μsplatinum_seclisting_paginate_data.blade.php#140
        Bindings
        • 0: 1
        Backtrace
        • 21. view::frontend.amazy.partials.listing_paginate_data:140
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `wishlists` where `wishlists`.`seller_product_id` = 661 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
        910μsplatinum_secSellerProduct.php#313
        Bindings
        • 0: 661
        • 1: product
        • 2: 0
        Backtrace
        • 21. Modules/Seller/Entities/SellerProduct.php:313
        • 22. view::frontend.amazy.partials.listing_paginate_data:164
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `product_reviews` where `product_reviews`.`product_id` = 661 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
        730μsplatinum_seclisting_paginate_data.blade.php#222
        Bindings
        • 0: 661
        • 1: product
        • 2: 1
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:222
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 661 limit 1
        710μsplatinum_secBelongsToThrough.php#265
        Bindings
        • 0: 661
        Backtrace
        • 16. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:265
        • 17. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:250
        • 22. view::frontend.amazy.partials.listing_paginate_data:259
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` = 655 and `seller_product_s_k_us`.`product_id` is not null
        1msplatinum_seclisting_paginate_data.blade.php#125
        Bindings
        • 0: 655
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:125
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `users` where `users`.`id` = 1 limit 1
        1.03msplatinum_seclisting_paginate_data.blade.php#140
        Bindings
        • 0: 1
        Backtrace
        • 21. view::frontend.amazy.partials.listing_paginate_data:140
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `wishlists` where `wishlists`.`seller_product_id` = 655 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
        1.08msplatinum_secSellerProduct.php#313
        Bindings
        • 0: 655
        • 1: product
        • 2: 0
        Backtrace
        • 21. Modules/Seller/Entities/SellerProduct.php:313
        • 22. view::frontend.amazy.partials.listing_paginate_data:164
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • select * from `product_reviews` where `product_reviews`.`product_id` = 655 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
        910μsplatinum_seclisting_paginate_data.blade.php#222
        Bindings
        • 0: 655
        • 1: product
        • 2: 1
        Backtrace
        • 20. view::frontend.amazy.partials.listing_paginate_data:222
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 655 limit 1
        1.92msplatinum_secBelongsToThrough.php#265
        Bindings
        • 0: 655
        Backtrace
        • 16. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:265
        • 17. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:250
        • 22. view::frontend.amazy.partials.listing_paginate_data:259
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `product_sku` where `product_sku`.`product_id` = 665 and `product_sku`.`product_id` is not null
        1.32msplatinum_secFunctions.php#460
        Bindings
        • 0: 665
        Backtrace
        • 20. app/Helpers/Functions.php:460
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `product_sku` where `product_sku`.`product_id` = 662 and `product_sku`.`product_id` is not null
        1.24msplatinum_secFunctions.php#460
        Bindings
        • 0: 662
        Backtrace
        • 20. app/Helpers/Functions.php:460
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `product_sku` where `product_sku`.`product_id` = 661 and `product_sku`.`product_id` is not null
        1.08msplatinum_secFunctions.php#460
        Bindings
        • 0: 661
        Backtrace
        • 20. app/Helpers/Functions.php:460
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `product_sku` where `product_sku`.`product_id` = 655 and `product_sku`.`product_id` is not null
        1.23msplatinum_secFunctions.php#460
        Bindings
        • 0: 655
        Backtrace
        • 20. app/Helpers/Functions.php:460
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      Modules\Product\Entities\Product
      45Product.php#?
      Modules\Seller\Entities\SellerProduct
      22SellerProduct.php#?
      Modules\Seller\Entities\SellerProductSKU
      4SellerProductSKU.php#?
      App\Models\User
      4User.php#?
      Modules\Product\Entities\Brand
      4Brand.php#?
      Modules\Product\Entities\ProductSku
      4ProductSku.php#?
      Modules\GeneralSetting\Entities\GeneralSetting
      2GeneralSetting.php#?
      Modules\Product\Entities\Category
      2Category.php#?
      Modules\Appearance\Entities\Theme
      1Theme.php#?
      App\Models\SearchTerm
      1SearchTerm.php#?
          _token
          DNxZtZxTi6FLKvU5KijFzrDmYjn3E0wCXnEZcJXp
          _previous
          array:1 [ "url" => "https://platinumstorekw.com/category/wireless%20bridge?category=0&item=search&...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/wireless%20bridge
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:3 [ "category" => "0" "item" => "search" "page" => "3" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:22 [ "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, br" ] "cache-control" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [ 0 => "18.190.158.237" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-ray" => array:1 [ 0 => "92b058cfaa0ae260-ORD" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "host" => array:1 [ 0 => "platinumstorekw.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "priority" => array:1 [ 0 => "u=0, i" ] "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"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "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)" ] "x-forwarded-for" => array:1 [ 0 => "18.190.158.237" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] ]
          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 => "Fri, 04 Apr 2025 11:08:18 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InZwVXhUY0VIYmpNOExGUGpaaXYyUFE9PSIsInZhbHVlIjoibk5Pa0F0aVFPeHk4YVVQanVmWkV6VmJPdzVTdTFkS1VDYllPZjFIcTVST3F3NFpuakN1akk1anB6RTBmRnBCWFlrTlNYVkRpblBIbS8xSzM3dzI5RUFENFFSWTVxRnpnUFZBdmhNT3VjbHRwdWlkTjlNakgxU2FMWlFxbUcvc0QiLCJtYWMiOiI4ZTJiMWM3MWM0YmUwOGZkM2VkZGU3ZDIwOWQ1MDY4YjA5ZDVhZjU1Zjk3ZGJiNjY0N2FjNWQzOGIyMTQ3YmM2IiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 13:08:18 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6InZwVXhUY0VIYmpNOExGUGpaaXYyUFE9PSIsInZhbHVlIjoibk5Pa0F0aVFPeHk4YVVQanVmWkV6VmJPdzVTdTFkS1VDYllPZjFIcTVST3F3NFpuakN1akk1anB6RTBmRnBCWFlrTlNYV" 1 => "365_amazcart_session=eyJpdiI6Im9ITVFkdFhhandWdUFrKy9pSVVNc2c9PSIsInZhbHVlIjoibG1tMU1uWFp2R1d6clZ6MnYxWjE4MUFiVFVqZjFKU2ZQZW52OGh3Z1kzL1ZuYjhvcFdONjBVbm5Mdldjd3Nma1BURnZBK2ZEdEpENmloY1BKR0tJa2crajA0WGtUSUVyR2ZJbjBZdk9OaWRWZ2FOdkpLMVFzWDFNUmFVWTljczciLCJtYWMiOiJmMmU3N2RjOWJkOTJmMjJmZjlhMTY4MWRkODhhNjdhZGQ5YTBhOTU5MmJmNjVhM2M1YWFiNmYzZjhkNDI4NzEyIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 13:08:18 GMT; Max-Age=7200; path=/; httponly365_amazcart_session=eyJpdiI6Im9ITVFkdFhhandWdUFrKy9pSVVNc2c9PSIsInZhbHVlIjoibG1tMU1uWFp2R1d6clZ6MnYxWjE4MUFiVFVqZjFKU2ZQZW52OGh3Z1kzL1ZuYjhvcFdONjBVbm5Mdldjd3N" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InZwVXhUY0VIYmpNOExGUGpaaXYyUFE9PSIsInZhbHVlIjoibk5Pa0F0aVFPeHk4YVVQanVmWkV6VmJPdzVTdTFkS1VDYllPZjFIcTVST3F3NFpuakN1akk1anB6RTBmRnBCWFlrTlNYVkRpblBIbS8xSzM3dzI5RUFENFFSWTVxRnpnUFZBdmhNT3VjbHRwdWlkTjlNakgxU2FMWlFxbUcvc0QiLCJtYWMiOiI4ZTJiMWM3MWM0YmUwOGZkM2VkZGU3ZDIwOWQ1MDY4YjA5ZDVhZjU1Zjk3ZGJiNjY0N2FjNWQzOGIyMTQ3YmM2IiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 13:08:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InZwVXhUY0VIYmpNOExGUGpaaXYyUFE9PSIsInZhbHVlIjoibk5Pa0F0aVFPeHk4YVVQanVmWkV6VmJPdzVTdTFkS1VDYllPZjFIcTVST3F3NFpuakN1akk1anB6RTBmRnBCWFlrTlNYV" 1 => "365_amazcart_session=eyJpdiI6Im9ITVFkdFhhandWdUFrKy9pSVVNc2c9PSIsInZhbHVlIjoibG1tMU1uWFp2R1d6clZ6MnYxWjE4MUFiVFVqZjFKU2ZQZW52OGh3Z1kzL1ZuYjhvcFdONjBVbm5Mdldjd3Nma1BURnZBK2ZEdEpENmloY1BKR0tJa2crajA0WGtUSUVyR2ZJbjBZdk9OaWRWZ2FOdkpLMVFzWDFNUmFVWTljczciLCJtYWMiOiJmMmU3N2RjOWJkOTJmMjJmZjlhMTY4MWRkODhhNjdhZGQ5YTBhOTU5MmJmNjVhM2M1YWFiNmYzZjhkNDI4NzEyIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 13:08:18 GMT; path=/; httponly365_amazcart_session=eyJpdiI6Im9ITVFkdFhhandWdUFrKy9pSVVNc2c9PSIsInZhbHVlIjoibG1tMU1uWFp2R1d6clZ6MnYxWjE4MUFiVFVqZjFKU2ZQZW52OGh3Z1kzL1ZuYjhvcFdONjBVbm5Mdldjd3N" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "DNxZtZxTi6FLKvU5KijFzrDmYjn3E0wCXnEZcJXp" "_previous" => array:1 [ "url" => "https://platinumstorekw.com/category/wireless%20bridge?category=0&item=search&page=3" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-04 14:08:18GET/category/wireless%20bridge?category=0&item=search&page=3104589