Магазин
Request history8.2.24PHP Version190msRequest Duration3MBMemory UsageGET search/tag/{type}/{tag}Route
    • Booting (55.33ms)time
    • Application (134ms)time
    • 1 x Application (70.8%)
      134ms
      1 x Booting (29.19%)
      55.33ms
      95 templates were rendered
      • 1x search.tagtag.blade.php#?blade
      • 1x elements.render.productsproducts.blade.php#?blade
      • 2x elements.items.loop_productsloop_products.blade.php#?blade
      • 2x components.buttons.likelike.blade.php#?blade
      • 2x 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 search/tag/{type}/{tag}
      middleware
      web
      controller
      App\Http\Controllers\Front\SearchController@tag
      namespace
      prefix
      /search
      where
      as
      search.tag
      file
      app/Http/Controllers/Front/SearchController.php:16-24
      13 statements were executed (2 duplicates)Show only duplicates18.53ms
      • select * from `categories`
        440μ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 `tags` where `tags`.`id` = '300' limit 1
        1.18mseagle_7diySearchController.php#18
        Bindings
        • 0: 300
        Backtrace
        • app/Http/Controllers/Front/SearchController.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 count(*) as aggregate from `posts` inner join `taggables` on `posts`.`id` = `taggables`.`taggable_id` where `taggables`.`tag_id` = 300 and `taggables`.`taggable_type` = 'App\\Models\\Post' and `post_type_id` = 2
        4.77mseagle_7diySearchController.php#20
        Bindings
        • 0: 300
        • 1: App\Models\Post
        • 2: 2
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:20
        • 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 `posts`.*, `taggables`.`tag_id` as `pivot_tag_id`, `taggables`.`taggable_id` as `pivot_taggable_id`, `taggables`.`taggable_type` as `pivot_taggable_type` from `posts` inner join `taggables` on `posts`.`id` = `taggables`.`taggable_id` where `taggables`.`tag_id` = 300 and `taggables`.`taggable_type` = 'App\\Models\\Post' and `post_type_id` = 2 limit 10 offset 0
        2.73mseagle_7diySearchController.php#20
        Bindings
        • 0: 300
        • 1: App\Models\Post
        • 2: 2
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:20
        • 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 '%аксессуары%'
        3.83mseagle_7diySearchController.php#21
        Bindings
        • 0: %аксессуары%
        Backtrace
        • app/Http/Controllers/Front/SearchController.php:21
        • 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
        330μ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 (1198) and `media`.`model_type` = 'App\\Models\\Post'
        1.42mseagle_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` = 175 limit 1
        490μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 175
        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` = 1198 and `rates`.`rateable_id` is not null
        430μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1198
        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 (1517) and `media`.`model_type` = 'App\\Models\\Post'
        1.31mseagle_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` = 336 limit 1
        600μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 336
        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` = 1517 and `rates`.`rateable_id` is not null
        610μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1517
        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
      15Media.php#?
      App\Models\Tag
      5Tag.php#?
      App\Models\Post
      2Post.php#?
      App\Models\PostType
      2PostType.php#?
      App\Models\User
      2User.php#?
      search #NAzihMw6SbE4tHxNu4jk
      array:4 [ "data" => array:3 [ "query" => "" "res" => [] "hi" => 0 ] "name" => "sea...
      modals #fLAcG4SC94kCx5vwKLNd
      array:4 [ "data" => array:2 [ "modal" => null "mdlink" => null ] "name" => "modals" ...
      dialog-modal #IgwC1ockEVJExxo8Xb0R
      array:4 [ "data" => array:6 [ "user" => null "modal" => null "receiver_id" => null ...
          _token
          CB5SSix7c7cL18OkKoCthmyV37exFx6EA7CrQjlo
          _previous
          array:1 [ "url" => "https://7diy.ru/search/tag/shop/300" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /search/tag/shop/300
          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 => "3.15.172.8" ] "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 => "Tue, 03 Jun 2025 16:29:50 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=eyJpdiI6InFqTDE1LzFGZHJrUTcrVVJMVXpqbUE9PSIsInZhbHVlIjoieURwbUZOL3h6MEhCMEs2NG5Ua0drK2Z0OFhjc1h4TUdQWGF6dTdjK0loclhhUlJFdXBiazF1WDVkNEJ3YVoyVFBXeUFJa2JSWFZXMDdCUWk0eGJpK0dlaGdwU3A3a291WGdKOUFINjltd0NKQkQ5Skh2SEhOZ1dwQW9FN1JOeTQiLCJtYWMiOiJjNWM0NGIwZDQzODIyYTk5OGVhZGI0ODlhNjZmNzRjNmNkZjYxODM0ZWMyOGFmY2JkODUyMjZmOWJkYWU2ZDU2IiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 18:29:51 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InFqTDE1LzFGZHJrUTcrVVJMVXpqbUE9PSIsInZhbHVlIjoieURwbUZOL3h6MEhCMEs2NG5Ua0drK2Z0OFhjc1h4TUdQWGF6dTdjK0loclhhUlJFdXBiazF1WDVkNEJ3YVoyVFBXeUFJa" 1 => "sevendiy_session=eyJpdiI6IjdrRWZweWpwQlFmT0F5ZE10dWR4WUE9PSIsInZhbHVlIjoiaTJUMWY1RUxyaEpPU0gyalVYQ2diazlPWXdsczJTcU0wZUk0WXVyZ08xMDVCV2xuS21aY2RDNThxNHFpSG44MU5uTmtXQldESjdwVkFOZmFOLy95WDVxWWkwRU9aTUVqZE00S09jOUMyUThHZFJhY3F0MXdrTWZ5alFSdFoyNkQiLCJtYWMiOiI4NjViODU3MjgwMGVkZjAxNmYzYWEyMTRjOGFiMTNiYWQyMWU1MDFlMzFiMzRlODc4YTVkMzM1MDE3ZTQyNDgwIiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 18:29:51 GMT; Max-Age=7200; path=/; httponly; samesite=laxsevendiy_session=eyJpdiI6IjdrRWZweWpwQlFmT0F5ZE10dWR4WUE9PSIsInZhbHVlIjoiaTJUMWY1RUxyaEpPU0gyalVYQ2diazlPWXdsczJTcU0wZUk0WXVyZ08xMDVCV2xuS21aY2RDNThxNHFpSG44MU5" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFqTDE1LzFGZHJrUTcrVVJMVXpqbUE9PSIsInZhbHVlIjoieURwbUZOL3h6MEhCMEs2NG5Ua0drK2Z0OFhjc1h4TUdQWGF6dTdjK0loclhhUlJFdXBiazF1WDVkNEJ3YVoyVFBXeUFJa2JSWFZXMDdCUWk0eGJpK0dlaGdwU3A3a291WGdKOUFINjltd0NKQkQ5Skh2SEhOZ1dwQW9FN1JOeTQiLCJtYWMiOiJjNWM0NGIwZDQzODIyYTk5OGVhZGI0ODlhNjZmNzRjNmNkZjYxODM0ZWMyOGFmY2JkODUyMjZmOWJkYWU2ZDU2IiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 18:29:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InFqTDE1LzFGZHJrUTcrVVJMVXpqbUE9PSIsInZhbHVlIjoieURwbUZOL3h6MEhCMEs2NG5Ua0drK2Z0OFhjc1h4TUdQWGF6dTdjK0loclhhUlJFdXBiazF1WDVkNEJ3YVoyVFBXeUFJa" 1 => "sevendiy_session=eyJpdiI6IjdrRWZweWpwQlFmT0F5ZE10dWR4WUE9PSIsInZhbHVlIjoiaTJUMWY1RUxyaEpPU0gyalVYQ2diazlPWXdsczJTcU0wZUk0WXVyZ08xMDVCV2xuS21aY2RDNThxNHFpSG44MU5uTmtXQldESjdwVkFOZmFOLy95WDVxWWkwRU9aTUVqZE00S09jOUMyUThHZFJhY3F0MXdrTWZ5alFSdFoyNkQiLCJtYWMiOiI4NjViODU3MjgwMGVkZjAxNmYzYWEyMTRjOGFiMTNiYWQyMWU1MDFlMzFiMzRlODc4YTVkMzM1MDE3ZTQyNDgwIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 18:29:51 GMT; path=/; httponlysevendiy_session=eyJpdiI6IjdrRWZweWpwQlFmT0F5ZE10dWR4WUE9PSIsInZhbHVlIjoiaTJUMWY1RUxyaEpPU0gyalVYQ2diazlPWXdsczJTcU0wZUk0WXVyZ08xMDVCV2xuS21aY2RDNThxNHFpSG44MU5" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "CB5SSix7c7cL18OkKoCthmyV37exFx6EA7CrQjlo" "_previous" => array:1 [ "url" => "https://7diy.ru/search/tag/shop/300" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-03 16:29:51GET/search/tag/shop/30095131023