Магазин
Request history8.2.24PHP Version348msRequest Duration3MBMemory UsageGET cat/{slug}/{type?}Route
    • Booting (30.28ms)time
    • Application (317ms)time
    • 1 x Application (91.28%)
      317ms
      1 x Booting (8.71%)
      30.28ms
      119 templates were rendered
      • 1x search.categorycategory.blade.php#?blade
      • 1x elements.render.productsproducts.blade.php#?blade
      • 10x elements.items.loop_productsloop_products.blade.php#?blade
      • 10x components.buttons.likelike.blade.php#?blade
      • 10x components.items.countcount.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x components.wrp.basebase.blade.php#?blade
      • 1x layouts.guestguest.blade.php#?blade
      • 1x layouts.parts.headhead.blade.php#?blade
      • 1x layouts.parts.navigationnavigation.blade.php#?blade
      • 1x livewire.searchsearch.blade.php#?blade
      • 1x layouts.menu.categorymenucategorymenu.blade.php#?blade
      • 1x elements.menu.generatorgenerator.blade.php#?blade
      • 76x elements.menu.build.mega_submega_sub.blade.php#?blade
      • 1x layouts.parts.scriptsscripts.blade.php#?blade
      • 1x livewire.modalsmodals.blade.php#?blade
      • 1x livewire.dialog-modaldialog-modal.blade.php#?blade
      uri
      GET cat/{slug}/{type?}
      middleware
      web
      controller
      App\Http\Controllers\Front\SearchController@cat
      namespace
      prefix
      where
      as
      search.cat
      file
      app/Http/Controllers/Front/SearchController.php:27-37
      46 statements were executed (15 duplicates)Show only duplicates36.53ms
      • select * from `categories`
        540μseagle_7diyShareDataForView.php#19
        Backtrace
        • app/Http/Middleware/ShareDataForView.php:19
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:731
      • select * from `categories`
        490μseagle_7diySearchController.php#30
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:30
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `slug` = 'kukly' limit 1
        930μseagle_7diySearchController.php#33
        Bindings
        • 0: kukly
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `tags` where `title` like '%Куклы%'
        5.06mseagle_7diySearchController.php#34
        Bindings
        • 0: %Куклы%
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `posts` where `posts`.`category_id` = 56 and `posts`.`category_id` is not null and `post_type_id` = 2
        980μseagle_7diySearchController.php#35
        Bindings
        • 0: 56
        • 1: 2
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `posts` where `posts`.`category_id` = 56 and `posts`.`category_id` is not null and `post_type_id` = 2 order by `created_at` desc limit 10 offset 50
        2.01mseagle_7diySearchController.php#35
        Bindings
        • 0: 56
        • 1: 2
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        440μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1489) and `media`.`model_type` = 'App\\Models\\Post'
        1.26mseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 346 limit 1
        900μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 346
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1489 and `rates`.`rateable_id` is not null
        660μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1489
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        410μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1487) and `media`.`model_type` = 'App\\Models\\Post'
        1.05mseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 351 limit 1
        610μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 351
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1487 and `rates`.`rateable_id` is not null
        650μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1487
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1486) and `media`.`model_type` = 'App\\Models\\Post'
        810μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 351 limit 1
        440μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 351
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1486 and `rates`.`rateable_id` is not null
        660μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1486
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        370μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1485) and `media`.`model_type` = 'App\\Models\\Post'
        770μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 351 limit 1
        440μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 351
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1485 and `rates`.`rateable_id` is not null
        620μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1485
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1475) and `media`.`model_type` = 'App\\Models\\Post'
        760μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 40 limit 1
        1.06mseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 40
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1475 and `rates`.`rateable_id` is not null
        630μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1475
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1467) and `media`.`model_type` = 'App\\Models\\Post'
        790μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 341 limit 1
        650μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 341
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1467 and `rates`.`rateable_id` is not null
        600μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1467
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        400μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1461) and `media`.`model_type` = 'App\\Models\\Post'
        820μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 293 limit 1
        870μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 293
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1461 and `rates`.`rateable_id` is not null
        600μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1461
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        380μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1457) and `media`.`model_type` = 'App\\Models\\Post'
        760μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 209 limit 1
        800μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 209
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1457 and `rates`.`rateable_id` is not null
        610μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1457
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1413) and `media`.`model_type` = 'App\\Models\\Post'
        1.2mseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 190 limit 1
        760μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 190
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1413 and `rates`.`rateable_id` is not null
        590μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1413
        Backtrace
        • view::components.buttons.like:15
        • 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 `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • 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 `media` where `media`.`model_id` in (1409) and `media`.`model_type` = 'App\\Models\\Post'
        760μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 326 limit 1
        820μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 326
        Backtrace
        • view::elements.items.loop_products:16
        • 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 `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1409 and `rates`.`rateable_id` is not null
        620μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1409
        Backtrace
        • view::components.buttons.like:15
        • 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
      App\Models\Category
      153Category.php#?
      Spatie\MediaLibrary\MediaCollections\Models\Media
      18Media.php#?
      App\Models\Tag
      15Tag.php#?
      App\Models\Post
      10Post.php#?
      App\Models\PostType
      10PostType.php#?
      App\Models\User
      10User.php#?
      search #lp4lSWq7RQhHwtGr9huD
      array:4 [ "data" => array:3 [ "query" => "" "res" => [] "hi" => 0 ] "name" => "sea...
      modals #jrLLg0pQCJzZXVuof8uV
      array:4 [ "data" => array:2 [ "modal" => null "mdlink" => null ] "name" => "modals" ...
      dialog-modal #tcxCQjgw2Qj73CIZWQLk
      array:4 [ "data" => array:6 [ "user" => null "modal" => null "receiver_id" => null ...
          _token
          KvzFgZHgyArnob7M7ANIVPOdZ9KLaD7EozlJJwEP
          _previous
          array:1 [ "url" => "https://7diy.ru/cat/kukly/shop?page=6" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /cat/kukly/shop
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "6" ]
          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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.32" ] "host" => array:1 [ 0 => "7diy.ru" ] ]
          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, 07 Jun 2025 23:34:08 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=eyJpdiI6IlVTZjlab0k3WEMxV0oydFVKNWpOSWc9PSIsInZhbHVlIjoickIrSE9SbW0zcDljVnBpOU1iaVNobFdKNmhudHkzSjdzWjJSazBUUk9SMFNEODZrYzJHaUE5VXBSV2xEdklMMHRFc0tjUTFWWHlvQUYrRDd0VldqNnVZREFoaGlwN1VGQ1BtRWZUSll0MWdnVThjQlcwbE55b1daSU1yNFJvUmgiLCJtYWMiOiIxYTU3ZTNkNDgyNDk2ZDUzYmJhNmEyZTEwMTU5NTFkODA4OWI3ZmE0OTQ3MzE0YWRkYzdiOGZkODYzMTc3ODcwIiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 01:34:08 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlVTZjlab0k3WEMxV0oydFVKNWpOSWc9PSIsInZhbHVlIjoickIrSE9SbW0zcDljVnBpOU1iaVNobFdKNmhudHkzSjdzWjJSazBUUk9SMFNEODZrYzJHaUE5VXBSV2xEdklMMHRFc0tjU" 1 => "sevendiy_session=eyJpdiI6IlpIcHlXUDVCZTh5YlIrVVlzMVZQelE9PSIsInZhbHVlIjoia1ZKaXJQVUZ6eE9ySXc2VDd6aXVJb0ZZN1NKbCt3R0NVQU4yQnZCZFpsbkowTGxUL2F5NGNONjFYdnNIcFp1MGkrZWhkL2dtd3RKeUFBZHJEZFVtSHBoM3ByNnJzL1pSVGxWa2VRUW5YTjBDSlBncmEwUzgzNVA3OEc1aTNiS1ciLCJtYWMiOiIwYjFjNWU1NjYyMjZlODUyODc2NTk2MGQ1ZDVlNGY2YTc2ZTE0ZDQxZGFhMWM4M2MyMWVmYmJkMTE1NGJjOTc3IiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 01:34:08 GMT; Max-Age=7200; path=/; httponly; samesite=laxsevendiy_session=eyJpdiI6IlpIcHlXUDVCZTh5YlIrVVlzMVZQelE9PSIsInZhbHVlIjoia1ZKaXJQVUZ6eE9ySXc2VDd6aXVJb0ZZN1NKbCt3R0NVQU4yQnZCZFpsbkowTGxUL2F5NGNONjFYdnNIcFp1MGk" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVTZjlab0k3WEMxV0oydFVKNWpOSWc9PSIsInZhbHVlIjoickIrSE9SbW0zcDljVnBpOU1iaVNobFdKNmhudHkzSjdzWjJSazBUUk9SMFNEODZrYzJHaUE5VXBSV2xEdklMMHRFc0tjUTFWWHlvQUYrRDd0VldqNnVZREFoaGlwN1VGQ1BtRWZUSll0MWdnVThjQlcwbE55b1daSU1yNFJvUmgiLCJtYWMiOiIxYTU3ZTNkNDgyNDk2ZDUzYmJhNmEyZTEwMTU5NTFkODA4OWI3ZmE0OTQ3MzE0YWRkYzdiOGZkODYzMTc3ODcwIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 01:34:08 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlVTZjlab0k3WEMxV0oydFVKNWpOSWc9PSIsInZhbHVlIjoickIrSE9SbW0zcDljVnBpOU1iaVNobFdKNmhudHkzSjdzWjJSazBUUk9SMFNEODZrYzJHaUE5VXBSV2xEdklMMHRFc0tjU" 1 => "sevendiy_session=eyJpdiI6IlpIcHlXUDVCZTh5YlIrVVlzMVZQelE9PSIsInZhbHVlIjoia1ZKaXJQVUZ6eE9ySXc2VDd6aXVJb0ZZN1NKbCt3R0NVQU4yQnZCZFpsbkowTGxUL2F5NGNONjFYdnNIcFp1MGkrZWhkL2dtd3RKeUFBZHJEZFVtSHBoM3ByNnJzL1pSVGxWa2VRUW5YTjBDSlBncmEwUzgzNVA3OEc1aTNiS1ciLCJtYWMiOiIwYjFjNWU1NjYyMjZlODUyODc2NTk2MGQ1ZDVlNGY2YTc2ZTE0ZDQxZGFhMWM4M2MyMWVmYmJkMTE1NGJjOTc3IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 01:34:08 GMT; path=/; httponlysevendiy_session=eyJpdiI6IlpIcHlXUDVCZTh5YlIrVVlzMVZQelE9PSIsInZhbHVlIjoia1ZKaXJQVUZ6eE9ySXc2VDd6aXVJb0ZZN1NKbCt3R0NVQU4yQnZCZFpsbkowTGxUL2F5NGNONjFYdnNIcFp1MGk" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "KvzFgZHgyArnob7M7ANIVPOdZ9KLaD7EozlJJwEP" "_previous" => array:1 [ "url" => "https://7diy.ru/cat/kukly/shop?page=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-07 23:34:08GET/cat/kukly/shop?page=6119462163