Explore All Products

Request history8.3.3PHP Version289msRequest Duration5MBMemory UsageGET productsRoute
    • Booting (44.43ms)time
    • Application (244ms)time
    • 1 x Application (84.62%)
      244ms
      1 x Booting (15.38%)
      44.43ms
      8 templates were rendered
      • web.productsIndexproductsIndex.blade.php#?blade
      • livewire.web.products-listproducts-list.blade.php#?blade
      • parts.filters-sidebarfilters-sidebar.blade.php#?blade
      • livewire::bootstrapbootstrap.blade.php#?blade
      • layouts.webLayout.appapp.blade.php#?blade
      • livewire.web.language-drop-downlanguage-drop-down.blade.php#?blade
      • layouts.webLayout.footerfooter.blade.php#?blade
      • livewire.search-modalsearch-modal.blade.php#?blade
      uri
      GET products
      middleware
      web
      controller
      App\Http\Controllers\Web\WebProductController@index
      namespace
      prefix
      where
      as
      products
      file
      app/Http/Controllers/Web/WebProductController.php:16-19
      43 statements were executed (2 duplicates)Show only duplicates46.82ms860.42KB
      • Connection EstablishedkobinProductsList.php#48
        Backtrace
        • app/Livewire/Web/ProductsList.php:48
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `departments`
        2.59ms138.18KBkobinProductsList.php#48
        Backtrace
        • app/Livewire/Web/ProductsList.php:48
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `categories` where `main` = 0
        1.34ms32.82KBkobinProductsList.php#49
        Bindings
        • 0: 0
        Backtrace
        • app/Livewire/Web/ProductsList.php:49
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `categories` where not `main` = 0
        1.29ms19.59KBkobinProductsList.php#50
        Bindings
        • 0: 0
        Backtrace
        • app/Livewire/Web/ProductsList.php:50
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `colors`
        880μs30.04KBkobinProductsList.php#51
        Backtrace
        • app/Livewire/Web/ProductsList.php:51
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `sizes`
        660μs18.06KBkobinProductsList.php#52
        Backtrace
        • app/Livewire/Web/ProductsList.php:52
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `styles`
        790μs14.6KBkobinProductsList.php#53
        Backtrace
        • app/Livewire/Web/ProductsList.php:53
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `companies`
        990μs23.21KBkobinProductsList.php#54
        Backtrace
        • app/Livewire/Web/ProductsList.php:54
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `id` from `showrooms` where `showrooms`.`company_id` is null and `showrooms`.`company_id` is not null
        670μs11.11KBkobinProductsList.php#59
        Backtrace
        • app/Livewire/Web/ProductsList.php:59
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select count(*) as aggregate from `products` where `style_id` in ('5')
        840μs11.92KBkobinProductsList.php#101
        Bindings
        • 0: 5
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`reviewable_id` and `reviews`.`reviewable_type` = 'App\\Models\\Product' and `status` = 1) as `verified_reviews_count`, (select avg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`reviewable_id` and `reviews`.`reviewable_type` = 'App\\Models\\Product' and `status` = 1) as `verified_reviews_avg_rating` from `products` where `style_id` in ('5') order by `created_at` desc limit 60 offset 0
        1.51ms15.63KBkobinProductsList.php#101
        Bindings
        • 0: App\Models\Product
        • 1: 1
        • 2: App\Models\Product
        • 3: 1
        • 4: 5
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `files` where `files`.`fileable_id` in (11) and `files`.`fileable_type` = 'App\\Models\\Product'
        1.25ms14.48KBkobinProductsList.php#101
        Bindings
        • 0: App\Models\Product
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `currencies` where `currencies`.`id` in (1)
        890μs11.84KBkobinProductsList.php#101
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `sales`.*, `product_sale`.`product_id` as `pivot_product_id`, `product_sale`.`sale_id` as `pivot_sale_id` from `sales` inner join `product_sale` on `sales`.`id` = `product_sale`.`sale_id` where `product_sale`.`product_id` in (11) order by `expires_at` desc
        1.07ms12.45KBkobinProductsList.php#101
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select `colors`.*, `color_product`.`product_id` as `pivot_product_id`, `color_product`.`color_id` as `pivot_color_id`, `color_product`.`image` as `pivot_image` from `colors` inner join `color_product` on `colors`.`id` = `color_product`.`color_id` where `color_product`.`product_id` in (11)
        1.12ms15.28KBkobinProductsList.php#101
        Backtrace
        • app/Livewire/Web/ProductsList.php:101
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • select * from `departments`
        1.02ms28.99KBkobinapp.blade.php#5
        Backtrace
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `categories` where `main` = 0 and `categories`.`department_id` in (1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15)
        1.34ms32.74KBkobinapp.blade.php#5
        Bindings
        • 0: 0
        Backtrace
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `categories` where `categories`.`main` in (1, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24)
        1ms20.29KBkobinapp.blade.php#5
        Backtrace
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • view::layouts.webLayout.app:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `currencies`
        1.1ms12.6KBkobinapp.blade.php#1488
        Backtrace
        • view::layouts.webLayout.app:1488
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `main` = 0 and `department_id` = 1
        1.44ms18.23KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `categories`.`main` in (1, 12, 13, 14, 15, 16)
        810μs15.97KBkobinDepartment.php#69
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 2
        990μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 2
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 3
        940μs18.3KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 3
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `categories`.`main` in (17, 18, 19, 20, 21, 23)
        970μs12.29KBkobinDepartment.php#69
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 4
        780μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 4
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 5
        780μs13.57KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 5
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `categories`.`main` in (6, 10)
        900μs11.02KBkobinDepartment.php#69
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 6
        960μs13.73KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 6
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `categories`.`main` in (22, 24)
        870μs11.02KBkobinDepartment.php#69
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 9
        1.41ms11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 9
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 10
        1ms13.54KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 10
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `categories`.`main` in (9, 11)
        870μs13.52KBkobinDepartment.php#69
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 11
        940μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 11
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 12
        840μs11.74KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 12
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 13
        910μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 13
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 14
        990μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 14
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `categories` where `main` = 0 and `department_id` = 15
        840μs11.12KBkobinDepartment.php#69
        Bindings
        • 0: 0
        • 1: 15
        Backtrace
        • app/Models/Department.php:69
        • view::layouts.webLayout.footer:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • select * from `companies` where (`title_en` like '%%' or `title_ar` like '%%' or `title_ku` like '%%' or `about_en` like '%%' or `about_ar` like '%%' or `about_ku` like '%%') limit 5
        1.08ms19.49KBkobinSearchModal.php#61
        Bindings
        • 0: %%
        • 1: %%
        • 2: %%
        • 3: %%
        • 4: %%
        • 5: %%
        Backtrace
        • app/Livewire/SearchModal.php:61
        • app/Livewire/SearchModal.php:20
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`reviewable_id` and `reviews`.`reviewable_type` = 'App\\Models\\Product' and `status` = 1) as `verified_reviews_count`, (select avg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`reviewable_id` and `reviews`.`reviewable_type` = 'App\\Models\\Product' and `status` = 1) as `verified_reviews_avg_rating` from `products` where (`title_en` like '%%' or `title_ar` like '%%' or `title_ku` like '%%' or `description_en` like '%%' or `description_ar` like '%%' or `description_ku` like '%%') limit 5
        2.05ms28.06KBkobinSearchModal.php#103
        Bindings
        • 0: App\Models\Product
        • 1: 1
        • 2: App\Models\Product
        • 3: 1
        • 4: %%
        • 5: %%
        • 6: %%
        • 7: %%
        • 8: %%
        • 9: %%
        Backtrace
        • app/Livewire/SearchModal.php:103
        • app/Livewire/SearchModal.php:21
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select * from `files` where `files`.`fileable_id` in (2, 4, 5, 6, 7) and `files`.`fileable_type` = 'App\\Models\\Product'
        1.34ms25.87KBkobinSearchModal.php#103
        Bindings
        • 0: App\Models\Product
        Backtrace
        • app/Livewire/SearchModal.php:103
        • app/Livewire/SearchModal.php:21
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select * from `currencies` where `currencies`.`id` in (1, 2)
        820μs12.39KBkobinSearchModal.php#103
        Backtrace
        • app/Livewire/SearchModal.php:103
        • app/Livewire/SearchModal.php:21
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select `sales`.*, `product_sale`.`product_id` as `pivot_product_id`, `product_sale`.`sale_id` as `pivot_sale_id` from `sales` inner join `product_sale` on `sales`.`id` = `product_sale`.`sale_id` where `product_sale`.`product_id` in (2, 4, 5, 6, 7) order by `expires_at` desc
        1.47ms31.2KBkobinSearchModal.php#103
        Backtrace
        • app/Livewire/SearchModal.php:103
        • app/Livewire/SearchModal.php:21
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select `colors`.*, `color_product`.`product_id` as `pivot_product_id`, `color_product`.`color_id` as `pivot_color_id`, `color_product`.`image` as `pivot_image` from `colors` inner join `color_product` on `colors`.`id` = `color_product`.`color_id` where `color_product`.`product_id` in (2, 4, 5, 6, 7)
        1.4ms29.41KBkobinSearchModal.php#103
        Backtrace
        • app/Livewire/SearchModal.php:103
        • app/Livewire/SearchModal.php:21
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • select * from `departments` where (`title_en` like '%%' or `title_ar` like '%%' or `title_ku` like '%%' or `description_en` like '%%' or `description_ar` like '%%' or `description_ku` like '%%') limit 5
        1.07ms19.4KBkobinSearchModal.php#81
        Bindings
        • 0: %%
        • 1: %%
        • 2: %%
        • 3: %%
        • 4: %%
        • 5: %%
        Backtrace
        • app/Livewire/SearchModal.php:81
        • app/Livewire/SearchModal.php:22
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      App\Models\Category
      72Category.php#?
      App\Models\Color
      32Color.php#?
      App\Models\Department
      31Department.php#?
      App\Models\Sale
      18Sale.php#?
      App\Models\File
      17File.php#?
      App\Models\Company
      13Company.php#?
      App\Models\Product
      6Product.php#?
      App\Models\Size
      5Size.php#?
      App\Models\Style
      5Style.php#?
      App\Models\Currency
      5Currency.php#?
      web.products-list #wR44V5fvGYoXD1MIuTFA
      array:4 [ "data" => array:15 [ "companies" => Illuminate\Support\Collection {#2581 #item...
      web.language-drop-down #z4ygJBpfoDZZaEyy4uZT
      array:4 [ "data" => array:2 [ "locale" => "en" "open" => false ] "name" => "web.langua...
      search-modal #KqQtb5Pph8xtBxEu0xDW
      array:4 [ "data" => array:4 [ "search" => "" "companies" => Illuminate\Database\Eloquent\C...
          _token
          uqgjkcpI0gY0XSjoSVQ1EeFmFnjbKDiF0CZ8gIOL
          _previous
          array:1 [ "url" => "https://kobin.krd/products?q%5Bstyle%5D%5Bin%5D%5B5%5D=5" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          telescope
          View in Telescope
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "q" => array:1 [ "style" => array:1 [ "in" => array:1 [ 5 => "5" ] ] ] ]
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [ 0 => "3.19.239.158" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "host" => array:1 [ 0 => "kobin.krd" ] "x-forwarded-for" => array:1 [ 0 => "3.19.239.158" ] "cf-ray" => array:1 [ 0 => "9209609d4e52d6a7-IAD" ] ]
          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 => "Sat, 15 Mar 2025 04:48:15 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=eyJpdiI6InF3QXlkOGpuRE5JMyttMHBtMmtjekE9PSIsInZhbHVlIjoiSVlJdEN6c2I3TjdoOWFGcVcydVRKaG9RK2FkakowYTJZRUVMZjdFZm1wc0JsSFVmTHEzSWdUdTFBVUMyMFhLUWl1MDROYmROSnR4NEpsczZaOXZKd0lGOFNmczl4a2l2RWJJR2V6NFFlbHZRUHloWnVQWmVBUHhWcngyeDN5TzEiLCJtYWMiOiJjMmNiYTdlN2ZjYzAxNWNhMDEyNmI5MTcyMGZiYTY1OTA3ZjZhODY2YjgwZGU1ZjY2ZWUwMDZiNDdjOTdlZTc1IiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 06:48:15 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InF3QXlkOGpuRE5JMyttMHBtMmtjekE9PSIsInZhbHVlIjoiSVlJdEN6c2I3TjdoOWFGcVcydVRKaG9RK2FkakowYTJZRUVMZjdFZm1wc0JsSFVmTHEzSWdUdTFBVUMyMFhLUWl1MDROY" 1 => "kobin_session=eyJpdiI6IlJvc1cyTnhPZXE0VjNQTUVDNnpJaEE9PSIsInZhbHVlIjoiNlBYSm9wdDB4WUhCNC9ZZnVTaE9FUDdJQnBIMWZ6SkZnQlM3RnNDWDBjOWROckZ1RFJ4T2hyRm5RZGVOQXEvSkR4RXZLMTZQbUlFSVZsWVBoYzdwZlo2WnNCM1lvWms1Yk5CcTJid3FLUkZ6Ny9QTFFrMVBMYk1qTk1EcUkveksiLCJtYWMiOiJhNDk4YmMzNWIwYjI4ZTQwZmM2YTIxNTk5NzJkZGVmYWViYzZjNjdiYTNmNTI2MTIxZmI5MDlmOTdkMGNlYmVmIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 06:48:15 GMT; Max-Age=7200; path=/; httponly; samesite=laxkobin_session=eyJpdiI6IlJvc1cyTnhPZXE0VjNQTUVDNnpJaEE9PSIsInZhbHVlIjoiNlBYSm9wdDB4WUhCNC9ZZnVTaE9FUDdJQnBIMWZ6SkZnQlM3RnNDWDBjOWROckZ1RFJ4T2hyRm5RZGVOQXEvSkR4RX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InF3QXlkOGpuRE5JMyttMHBtMmtjekE9PSIsInZhbHVlIjoiSVlJdEN6c2I3TjdoOWFGcVcydVRKaG9RK2FkakowYTJZRUVMZjdFZm1wc0JsSFVmTHEzSWdUdTFBVUMyMFhLUWl1MDROYmROSnR4NEpsczZaOXZKd0lGOFNmczl4a2l2RWJJR2V6NFFlbHZRUHloWnVQWmVBUHhWcngyeDN5TzEiLCJtYWMiOiJjMmNiYTdlN2ZjYzAxNWNhMDEyNmI5MTcyMGZiYTY1OTA3ZjZhODY2YjgwZGU1ZjY2ZWUwMDZiNDdjOTdlZTc1IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 06:48:15 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InF3QXlkOGpuRE5JMyttMHBtMmtjekE9PSIsInZhbHVlIjoiSVlJdEN6c2I3TjdoOWFGcVcydVRKaG9RK2FkakowYTJZRUVMZjdFZm1wc0JsSFVmTHEzSWdUdTFBVUMyMFhLUWl1MDROY" 1 => "kobin_session=eyJpdiI6IlJvc1cyTnhPZXE0VjNQTUVDNnpJaEE9PSIsInZhbHVlIjoiNlBYSm9wdDB4WUhCNC9ZZnVTaE9FUDdJQnBIMWZ6SkZnQlM3RnNDWDBjOWROckZ1RFJ4T2hyRm5RZGVOQXEvSkR4RXZLMTZQbUlFSVZsWVBoYzdwZlo2WnNCM1lvWms1Yk5CcTJid3FLUkZ6Ny9QTFFrMVBMYk1qTk1EcUkveksiLCJtYWMiOiJhNDk4YmMzNWIwYjI4ZTQwZmM2YTIxNTk5NzJkZGVmYWViYzZjNjdiYTNmNTI2MTIxZmI5MDlmOTdkMGNlYmVmIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 06:48:15 GMT; path=/; httponlykobin_session=eyJpdiI6IlJvc1cyTnhPZXE0VjNQTUVDNnpJaEE9PSIsInZhbHVlIjoiNlBYSm9wdDB4WUhCNC9ZZnVTaE9FUDdJQnBIMWZ6SkZnQlM3RnNDWDBjOWROckZ1RFJ4T2hyRm5RZGVOQXEvSkR4RX" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "uqgjkcpI0gY0XSjoSVQ1EeFmFnjbKDiF0CZ8gIOL" "_previous" => array:1 [ "url" => "https://kobin.krd/products?q%5Bstyle%5D%5Bin%5D%5B5%5D=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-15 04:48:15GET/products?q%5Bstyle%5D%5Bin%5D%5B5%5D=58442043