Марина
Учусь сама и делюсь своим опытом с другими

Мастер-классы
Request history8.2.24PHP Version293msRequest Duration3MBMemory UsageGET user/{id}/{tpl?}Route
    • Booting (45.68ms)time
    • Application (248ms)time
    • 1 x Application (84.42%)
      248ms
      1 x Booting (15.58%)
      45.68ms
      122 templates were rendered
      • 1x useruser.blade.php#?blade
      • 1x components.items.avataravatar.blade.php#?blade
      • 1x components.items.socialsocial.blade.php#?blade
      • 1x elements.pages.user.mcmc.blade.php#?blade
      • 1x elements.render.mcmc.blade.php#?blade
      • 10x elements.items.loop_mcloop_mc.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 user/{id}/{tpl?}
      middleware
      web
      controller
      App\Http\Controllers\Front\UserController@index
      namespace
      prefix
      /user
      where
      as
      user
      file
      app/Http/Controllers/Front/UserController.php:15-20
      44 statements were executed (20 duplicates)Show only duplicates15.6ms
      • select * from `categories`
        630μ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 `users` where `users`.`id` = '178' limit 1
        390μseagle_7diyUserController.php#17
        Bindings
        • 0: 178
        Backtrace
        • app/Http/Controllers/Front/UserController.php:17
        • 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`.`user_id` = 178 and `posts`.`user_id` is not null and `post_type_id` = 1
        1.16mseagle_7diyUserController.php#18
        Bindings
        • 0: 178
        • 1: 1
        Backtrace
        • app/Http/Controllers/Front/UserController.php:18
        • 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`.`user_id` = 178 and `posts`.`user_id` is not null and `post_type_id` = 1 order by `created_at` desc limit 10 offset 0
        980μseagle_7diyUserController.php#18
        Bindings
        • 0: 178
        • 1: 1
        Backtrace
        • app/Http/Controllers/Front/UserController.php:18
        • 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` = 1 limit 1
        370μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (697) and `media`.`model_type` = 'App\\Models\\Post'
        460μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        330μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 697 and `rates`.`rateable_id` is not null
        330μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 697
        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` = 1 limit 1
        240μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (696) and `media`.`model_type` = 'App\\Models\\Post'
        420μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 696 and `rates`.`rateable_id` is not null
        330μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 696
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (693) and `media`.`model_type` = 'App\\Models\\Post'
        400μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 693 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 693
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (692) and `media`.`model_type` = 'App\\Models\\Post'
        390μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 692 and `rates`.`rateable_id` is not null
        310μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 692
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (691) and `media`.`model_type` = 'App\\Models\\Post'
        390μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 691 and `rates`.`rateable_id` is not null
        310μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 691
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (689) and `media`.`model_type` = 'App\\Models\\Post'
        410μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 689 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 689
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (688) and `media`.`model_type` = 'App\\Models\\Post'
        370μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 688 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 688
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (687) and `media`.`model_type` = 'App\\Models\\Post'
        380μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 687 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 687
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (686) and `media`.`model_type` = 'App\\Models\\Post'
        410μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        250μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 686 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 686
        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` = 1 limit 1
        230μseagle_7diyloop_mc.blade.php#6
        Bindings
        • 0: 1
        Backtrace
        • view::elements.items.loop_mc:6
        • 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 (685) and `media`.`model_type` = 'App\\Models\\Post'
        660μ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_mc:7
      • select * from `users` where `users`.`id` = 178 limit 1
        240μseagle_7diyloop_mc.blade.php#18
        Bindings
        • 0: 178
        Backtrace
        • view::elements.items.loop_mc:18
        • 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` = 685 and `rates`.`rateable_id` is not null
        320μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 685
        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
      76Category.php#?
      Spatie\MediaLibrary\MediaCollections\Models\Media
      14Media.php#?
      App\Models\User
      11User.php#?
      App\Models\Post
      10Post.php#?
      App\Models\PostType
      10PostType.php#?
      search #41s1rSmPhR4HoE5201Iv
      array:4 [ "data" => array:3 [ "query" => "" "res" => [] "hi" => 0 ] "name" => "sea...
      modals #3smH8cl6VHlKLx8USpjV
      array:4 [ "data" => array:2 [ "modal" => null "mdlink" => null ] "name" => "modals" ...
      dialog-modal #4cjpwYTyGRjuv3lCLdqY
      array:4 [ "data" => array:6 [ "user" => null "modal" => null "receiver_id" => null ...
          _token
          0fy4vjrqRQkRZEFkqB5AjPWnafqRHRS9Cd7DhVIx
          _previous
          array:1 [ "url" => "https://7diy.ru/user/178/mc" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /user/178/mc
          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 => ""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.179" ] "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 => "Thu, 05 Jun 2025 21:18:07 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=eyJpdiI6ImF6bE45d0xiWHBvMEtkV3ptRDgwT0E9PSIsInZhbHVlIjoibDRNS1VrY0lUMkFwUFZ5WkJMRVhiekM2cURWbEpCeGNlaTJ0ZFJVVk5yQnMxVTBNZEJtRnpaQjcrRG5lenlFZ2VyOFc1MlpRdzRsb2ZoSVB6TWo3VDdCVHYyTC9aclVrcWNTUTFwZWlHLzVhd2FSak9OYjh6VHF6TFQ4NzdqMk8iLCJtYWMiOiIzMzJmMDhiNGMxZjQ3ODhiNWQyYTYyZTA0NmMxYjhhMjE0ZjA0NTM5ZTgwYjhkYzFmOTliMTRkMzhiN2I4NmFkIiwidGFnIjoiIn0%3D; expires=Thu, 05 Jun 2025 23:18:07 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImF6bE45d0xiWHBvMEtkV3ptRDgwT0E9PSIsInZhbHVlIjoibDRNS1VrY0lUMkFwUFZ5WkJMRVhiekM2cURWbEpCeGNlaTJ0ZFJVVk5yQnMxVTBNZEJtRnpaQjcrRG5lenlFZ2VyOFc1M" 1 => "sevendiy_session=eyJpdiI6InBFU1cwVVBwTi9OVXZXdkNKUnNZbmc9PSIsInZhbHVlIjoibUo4M3kwb1JhdUdLUXpzQ055cStvUzFsb0wwQXpHQUlHTS83SGpFQklJT2U5cFZ4RTB5b0RvRTFnMVRicjBIdmphRitzWnplVkZJU0VQcWVIMlNoRmtpdUZvam9aZ040eDJPNmJLemwvYWpvMTEyd0xBaERCSi80YTBxYnlYWmciLCJtYWMiOiJiZTRhMGZiNmRmNDU2YzQ2YTBhZmJhMWM3ZmYyZDY5MWQ3YWVkYzUxMzc3MjU0ZjNkMmQ3NDEzNmZiZWRhZTZmIiwidGFnIjoiIn0%3D; expires=Thu, 05 Jun 2025 23:18:07 GMT; Max-Age=7200; path=/; httponly; samesite=laxsevendiy_session=eyJpdiI6InBFU1cwVVBwTi9OVXZXdkNKUnNZbmc9PSIsInZhbHVlIjoibUo4M3kwb1JhdUdLUXpzQ055cStvUzFsb0wwQXpHQUlHTS83SGpFQklJT2U5cFZ4RTB5b0RvRTFnMVRicjBIdmp" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImF6bE45d0xiWHBvMEtkV3ptRDgwT0E9PSIsInZhbHVlIjoibDRNS1VrY0lUMkFwUFZ5WkJMRVhiekM2cURWbEpCeGNlaTJ0ZFJVVk5yQnMxVTBNZEJtRnpaQjcrRG5lenlFZ2VyOFc1MlpRdzRsb2ZoSVB6TWo3VDdCVHYyTC9aclVrcWNTUTFwZWlHLzVhd2FSak9OYjh6VHF6TFQ4NzdqMk8iLCJtYWMiOiIzMzJmMDhiNGMxZjQ3ODhiNWQyYTYyZTA0NmMxYjhhMjE0ZjA0NTM5ZTgwYjhkYzFmOTliMTRkMzhiN2I4NmFkIiwidGFnIjoiIn0%3D; expires=Thu, 05-Jun-2025 23:18:07 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImF6bE45d0xiWHBvMEtkV3ptRDgwT0E9PSIsInZhbHVlIjoibDRNS1VrY0lUMkFwUFZ5WkJMRVhiekM2cURWbEpCeGNlaTJ0ZFJVVk5yQnMxVTBNZEJtRnpaQjcrRG5lenlFZ2VyOFc1M" 1 => "sevendiy_session=eyJpdiI6InBFU1cwVVBwTi9OVXZXdkNKUnNZbmc9PSIsInZhbHVlIjoibUo4M3kwb1JhdUdLUXpzQ055cStvUzFsb0wwQXpHQUlHTS83SGpFQklJT2U5cFZ4RTB5b0RvRTFnMVRicjBIdmphRitzWnplVkZJU0VQcWVIMlNoRmtpdUZvam9aZ040eDJPNmJLemwvYWpvMTEyd0xBaERCSi80YTBxYnlYWmciLCJtYWMiOiJiZTRhMGZiNmRmNDU2YzQ2YTBhZmJhMWM3ZmYyZDY5MWQ3YWVkYzUxMzc3MjU0ZjNkMmQ3NDEzNmZiZWRhZTZmIiwidGFnIjoiIn0%3D; expires=Thu, 05-Jun-2025 23:18:07 GMT; path=/; httponlysevendiy_session=eyJpdiI6InBFU1cwVVBwTi9OVXZXdkNKUnNZbmc9PSIsInZhbHVlIjoibUo4M3kwb1JhdUdLUXpzQ055cStvUzFsb0wwQXpHQUlHTS83SGpFQklJT2U5cFZ4RTB5b0RvRTFnMVRicjBIdmp" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "0fy4vjrqRQkRZEFkqB5AjPWnafqRHRS9Cd7DhVIx" "_previous" => array:1 [ "url" => "https://7diy.ru/user/178/mc" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-05 21:18:07GET/user/178/mc122441213