8.2.0PHP Version1.2sRequest Duration2MBMemory UsageGET products/{slug}/{searchData?}Route
    • Booting (9.46ms)
    • Application (1.19s)
    • 1 x Application (99.21%)
      1.19s
      1 x Booting (0.79%)
      9.46ms
      4 templates were rendered
      • productfilterstatic (resources/views/productfilterstatic.blade.php)4bladefile
        Params
        0
        category
        1
        headers
        2
        count
        3
        wishlist_products
      • livewire.sidebar (resources/views/livewire/sidebar.blade.php)19bladefile
        Params
        0
        prices
        1
        categoriesProductCount
        2
        attributes
        3
        subCategories
        4
        subcategoriesProductCount
        5
        errors
        6
        _instance
        7
        baseUrl
        8
        per_page
        9
        search
        10
        featured
        11
        selected
        12
        wishlistProducts
        13
        staticCategories
        14
        page
        15
        paginators
        16
        headers
        17
        count
        18
        wishlist_products
      • partials.filter (resources/views/partials/filter.blade.php)21bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        _instance
        4
        prices
        5
        categoriesProductCount
        6
        attributes
        7
        subCategories
        8
        subcategoriesProductCount
        9
        baseUrl
        10
        per_page
        11
        search
        12
        featured
        13
        selected
        14
        wishlistProducts
        15
        staticCategories
        16
        page
        17
        paginators
        18
        headers
        19
        count
        20
        wishlist_products
      • layouts.master (resources/views/layouts/master.blade.php)10bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        category
        4
        headers
        5
        count
        6
        wishlist_products
        7
        header
        8
        name
        9
        html
      uri
      GET products/{slug}/{searchData?}
      middleware
      web, debug
      controller
      App\Http\Controllers\ProductController@index
      namespace
      prefix
      where
      as
      products.index
      file
      app/Http/Controllers/ProductController.php:22-234
      31 statements were executed, 2 of which were duplicated, 29 unique. Show only duplicated1.16s
      • select * from `categories` where `slug` = 'chandelier' limit 1
        650μs/app/Http/Controllers/ProductController.php:24kapasi
        Metadata
        Bindings
        • 0. chandelier
        Backtrace
        • 15. /app/Http/Controllers/ProductController.php:24
        • 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` = 'chandelier' limit 1
        450μs/app/Http/Livewire/Sidebar.php:59kapasi
        Metadata
        Bindings
        • 0. chandelier
        Backtrace
        • 15. /app/Http/Livewire/Sidebar.php:59
        • 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 `name`, `id` from `categories` where `top_cat_id` is null
        550μs/app/Http/Livewire/Sidebar.php:87kapasi
        Metadata
        Backtrace
        • 13. /app/Http/Livewire/Sidebar.php:87
        • 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 CASE WHEN price < 500 THEN "Less than 500" WHEN price BETWEEN 500 AND 5000 THEN "500 - 5000" WHEN price BETWEEN 5000 AND 10000 THEN "5000 - 10000" WHEN price BETWEEN 10000 AND 20000 THEN "10000 - 20000" ELSE "More than 20000" END AS price_range, COUNT(products.id) as products_count from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(57, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1 group by `price_range`
        103ms/app/Services/PriceService.php:65kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 14. /app/Services/PriceService.php:65
        • 15. /app/Services/PriceService.php:36
        • 16. /app/Http/Livewire/Sidebar.php:110
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • select * from `categories` where `top_cat_id` in (39) and `active` = 1 order by `name` asc
        2.09ms/app/Http/Livewire/Sidebar.php:120kapasi
        Metadata
        Bindings
        • 0. 39
        • 1. 1
        Backtrace
        • 14. /app/Http/Livewire/Sidebar.php:120
        • 15. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(57, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        52.43ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:138
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(52, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        54.78ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(64, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        70.53ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(53, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        53.2ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(54, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        53.66ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(70, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        56.77ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(71, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        55.31ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(61, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        52.33ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(50, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        52.13ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(56, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        52.5ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(51, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        53.66ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(74, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        51.16ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(59, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        44.88ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(72, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        28.18ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(73, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        31.22ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(65, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        42.13ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(68, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        26.92ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(60, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        27.51ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(55, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        26.98ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(66, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        34.36ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(272, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        28.29ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(49, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        31.27ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select count(distinct `products`.`id`) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(275, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        26.54ms/app/Models/Category.php:50kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Models/Category.php:50
        • 16. /app/Http/Livewire/Sidebar.php:154
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select `attribute_name`, TRIM(value) as value, COUNT(distinct(product_id)) as product_count from `products_filter_attribute` where `active` = 1 and exists (select * from `products` where `products_filter_attribute`.`product_id` = `products`.`id` and exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(57, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1 and `active` = 1) group by `attribute_name`, `value` order by CASE WHEN attribute_name = 'Material' THEN 1 WHEN attribute_name = 'Size' THEN 2 WHEN attribute_name = 'Finishing / Polishing' THEN 3 WHEN attribute_name = 'Availability' THEN 4 WHEN attribute_name = 'Occasion' THEN 5 WHEN attribute_name = 'Special features' THEN 6 ELSE 7 END
        24.08ms/app/Http/Livewire/Sidebar.php:196kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 
        • 3. 
        • 4. 1
        • 5. 1
        Backtrace
        • 14. /app/Http/Livewire/Sidebar.php:196
        • 15. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `id` from `categories` where `top_cat_id` = 39
        430μs/app/Http/Livewire/Sidebar.php:240kapasi
        Metadata
        Bindings
        • 0. 39
        Backtrace
        • 13. /app/Http/Livewire/Sidebar.php:240
        • 14. /app/Http/Livewire/Sidebar.php:246
        • 15. /app/Http/Livewire/Sidebar.php:203
        • 16. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • select count(*) as aggregate from `products` where exists (select * from `products_filter_attribute` where `products`.`id` = `products_filter_attribute`.`product_id` and (FIND_IN_SET(57, categories_ids)) and `active` = 1) and `products`.`name` != '' and `products`.`slug` != '' and `products`.`active` = 1
        26.39ms/app/Http/Livewire/Sidebar.php:232kapasi
        Metadata
        Bindings
        • 0. 1
        • 1. 
        • 2. 
        • 3. 1
        Backtrace
        • 15. /app/Http/Livewire/Sidebar.php:232
        • 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
      App\Models\Category
      53
      sidebar #RfpPkJVfHvikjFw5GSzy
      array:5 [ "data" => array:9 [ "baseUrl" => "https://kapasi-com-new.webmavens.com/products/chan...
        _token
        cBbGU3Hn8Z0PagAp4L6ZSjSFgKelUW1j1oGRYiuD
        _previous
        array:1 [ "url" => "https://kapasi-com-new.webmavens.com/products/chandelier/1" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /products/chandelier/1
        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:17 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "kapasi-com-new.webmavens.com" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:40 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_HOST" => "kapasi-com-new.webmavens.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SERVER_NAME" => "kapasi-com-new.webmavens.com" "SERVER_PORT" => "443" "SERVER_ADDR" => "161.35.1.11" "REMOTE_PORT" => "10285" "REMOTE_ADDR" => "18.191.166.195" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/forge/kapasi-com-new.webmavens.com/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/products/chandelier/1" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/forge/kapasi-com-new.webmavens.com/public/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743743439.5962 "REQUEST_TIME" => 1743743439 ]
        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 => "Fri, 04 Apr 2025 05:10:39 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=eyJpdiI6InJ0YnpPT0J2bm9IYWpndXNFTG9wUGc9PSIsInZhbHVlIjoiOWdrTEhQRjZLYmJZV0FFZGUvTVJSMkFzTGxxWTM4WTR6WDZ5bjNNZmlqc0pFZ2phaEYrWW50dnFkUWdQTng1TlRUeXR6d2RMdVVsWVZsRUxCdmlBd0xnVmlndU1rZ2IweVB4c1NnUXZ5L3d5ZEZhVnV0ZUtVUjZYR0l5RFcrdFgiLCJtYWMiOiJlMjZhMzhkZTA1MmRjMWNhN2E5N2IyYTI3NDNhZWZkNDhlYjA2NmIwODA5MGFiMmRhODg0Y2YyNDgwYzkwNmEwIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 07:10:40 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InJ0YnpPT0J2bm9IYWpndXNFTG9wUGc9PSIsInZhbHVlIjoiOWdrTEhQRjZLYmJZV0FFZGUvTVJSMkFzTGxxWTM4WTR6WDZ5bjNNZmlqc0pFZ2phaEYrWW50dnFkUWdQTng1TlRUeXR6d" 1 => "kapasi_session=eyJpdiI6ImNnR1NEZHlPVjBPV3RaWTl3WUExdUE9PSIsInZhbHVlIjoiTkhkOXZ5ZzRhRUkzREFWOUM1SHRTeEZtREgyWW5BeXlNckg3NE41eVhSSEFEYnJDUlVmRW9vUWZDejZMZFFqdzIvZlJaMHdnQVYvUUtMazZzMVVMT05JUWpYV0V0am0rdExPNlFoRytodVIwRG9zaWoraUlmbllsUklOL1FTQzUiLCJtYWMiOiJiMjJjNjIyMzdiMmJjNWViOGU1MmU1NTU0NzdmOTIyN2E2ZGQ2MTFhYjY1NjM0NzMyMjljMTFhMzI3Y2U1NjEyIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 07:10:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxkapasi_session=eyJpdiI6ImNnR1NEZHlPVjBPV3RaWTl3WUExdUE9PSIsInZhbHVlIjoiTkhkOXZ5ZzRhRUkzREFWOUM1SHRTeEZtREgyWW5BeXlNckg3NE41eVhSSEFEYnJDUlVmRW9vUWZDejZMZFFqdzIvZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJ0YnpPT0J2bm9IYWpndXNFTG9wUGc9PSIsInZhbHVlIjoiOWdrTEhQRjZLYmJZV0FFZGUvTVJSMkFzTGxxWTM4WTR6WDZ5bjNNZmlqc0pFZ2phaEYrWW50dnFkUWdQTng1TlRUeXR6d2RMdVVsWVZsRUxCdmlBd0xnVmlndU1rZ2IweVB4c1NnUXZ5L3d5ZEZhVnV0ZUtVUjZYR0l5RFcrdFgiLCJtYWMiOiJlMjZhMzhkZTA1MmRjMWNhN2E5N2IyYTI3NDNhZWZkNDhlYjA2NmIwODA5MGFiMmRhODg0Y2YyNDgwYzkwNmEwIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 07:10:40 GMT; path=/XSRF-TOKEN=eyJpdiI6InJ0YnpPT0J2bm9IYWpndXNFTG9wUGc9PSIsInZhbHVlIjoiOWdrTEhQRjZLYmJZV0FFZGUvTVJSMkFzTGxxWTM4WTR6WDZ5bjNNZmlqc0pFZ2phaEYrWW50dnFkUWdQTng1TlRUeXR6d" 1 => "kapasi_session=eyJpdiI6ImNnR1NEZHlPVjBPV3RaWTl3WUExdUE9PSIsInZhbHVlIjoiTkhkOXZ5ZzRhRUkzREFWOUM1SHRTeEZtREgyWW5BeXlNckg3NE41eVhSSEFEYnJDUlVmRW9vUWZDejZMZFFqdzIvZlJaMHdnQVYvUUtMazZzMVVMT05JUWpYV0V0am0rdExPNlFoRytodVIwRG9zaWoraUlmbllsUklOL1FTQzUiLCJtYWMiOiJiMjJjNjIyMzdiMmJjNWViOGU1MmU1NTU0NzdmOTIyN2E2ZGQ2MTFhYjY1NjM0NzMyMjljMTFhMzI3Y2U1NjEyIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 07:10:40 GMT; path=/; httponlykapasi_session=eyJpdiI6ImNnR1NEZHlPVjBPV3RaWTl3WUExdUE9PSIsInZhbHVlIjoiTkhkOXZ5ZzRhRUkzREFWOUM1SHRTeEZtREgyWW5BeXlNckg3NE41eVhSSEFEYnJDUlVmRW9vUWZDejZMZFFqdzIvZ" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "cBbGU3Hn8Z0PagAp4L6ZSjSFgKelUW1j1oGRYiuD" "_previous" => array:1 [ "url" => "https://kapasi-com-new.webmavens.com/products/chandelier/1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]