header banner
ADVERTISEMENT
Filter
Request history8.2.19PHP Version45.8msRequest Duration2MBMemory UsageGET tag/{tag}Route
    • Booting (12.82ms)time
    • Application (32.97ms)time
    • 1 x Application (71.98%)
      32.97ms
      1 x Booting (27.99%)
      12.82ms
      3 templates were rendered
      • frontend.tagtag.blade.php#?blade
      • frontend.partials.pagination.paginationpagination.blade.php#?blade
      • frontend.layouts.non-cache-layoutnon-cache-layout.blade.php#?blade
      uri
      GET tag/{tag}
      middleware
      web, kyc
      controller
      App\Http\Controllers\Frontend\News\NewsController@getByTag
      namespace
      prefix
      where
      as
      news.tag
      file
      app/Http/Controllers/Frontend/News/NewsController.php:699-723
      6 statements were executed5.11ms
      • NewsController.php#711republica12.31msselect count(*) as aggregate from `news` where exists (select * from `tags` inner join `news_has_tags` on `tags`.`id` = `news_has_tags`.`tag_id` where `news`.`id` = `news_has_tags`.`news_id` and `name` = 'struggling_to_live') and `status` = 1
        Bindings
        • 0: struggling_to_live
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:711
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Frontend/News/NewsController.php:703
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#711republica1680μsselect `id`, `title`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, `read_time` from `news` where exists (select * from `tags` inner join `news_has_tags` on `tags`.`id` = `news_has_tags`.`tag_id` where `news`.`id` = `news_has_tags`.`news_id` and `name` = 'struggling_to_live') and `status` = 1 limit 10 offset 0
        Bindings
        • 0: struggling_to_live
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:711
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Frontend/News/NewsController.php:703
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#711republica1560μsselect `tags`.`id`, `name`, `news_has_tags`.`news_id` as `pivot_news_id`, `news_has_tags`.`tag_id` as `pivot_tag_id`, `news_has_tags`.`created_at` as `pivot_created_at`, `news_has_tags`.`updated_at` as `pivot_updated_at` from `tags` inner join `news_has_tags` on `tags`.`id` = `news_has_tags`.`tag_id` where `news_has_tags`.`news_id` in (51496)
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:711
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Frontend/News/NewsController.php:703
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • tag.blade.php#367republica1530μsselect `categories`.`id`, `name`, `news_has_categories`.`news_id` as `pivot_news_id`, `news_has_categories`.`category_id` as `pivot_category_id`, `news_has_categories`.`created_at` as `pivot_created_at`, `news_has_categories`.`updated_at` as `pivot_updated_at` from `categories` inner join `news_has_categories` on `categories`.`id` = `news_has_categories`.`category_id` where `news_has_categories`.`news_id` = 51496
        Bindings
        • 0: 51496
        Backtrace
        • view::frontend.tag:367
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • tag.blade.php#386republica1510μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`news_id` = 51496 and `news_has_attachments`.`is_featured_image` = '1'
        Bindings
        • 0: 51496
        • 1: 1
        Backtrace
        • view::frontend.tag:386
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • tag.blade.php#386republica1520μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`news_id` = 51496 and `news_has_attachments`.`is_featured_image` = '0'
        Bindings
        • 0: 51496
        • 1: 0
        Backtrace
        • view::frontend.tag:386
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\Tag
      3Tag.php#?
      App\Models\News
      1News.php#?
      App\Models\Category
      1Category.php#?
      App\Models\Attachment
      1Attachment.php#?
          _token
          AEWpbaO7Ln2I1uyzn6LNKwPwWNZvyLBFSMCA5C8P
          _previous
          array:1 [ "url" => "https://newtest.myrepublica.com/tag/struggling_to_live" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /tag/struggling_to_live
          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:24 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-connecting-ip" => array:1 [ 0 => "3.133.91.217" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhwOEQxeFkrblVOenRFM2dEdkliNWc9PSIsInZhbHVlIjoibVhtNTR3ZUg5eHNYbXpVRklub2EvNnNSWGoxbEdlc0xnQ0RuYkYvbUVuYTdHQWpHUXlrN2tJSHRubmN6RldrKzlUVklieGN1cDVHdXFJckhTZXY1S25tN3F6WVlxWlQrcG9QMThKK0VOdVIxOWlLakl2ZDFIOExjK2h3MXFOaHUiLCJtYWMiOiI1Zjk5YTVkYzljYjczYTEzNDZiNTVhMTIwNjM0ODA0OTQ0Mjc3Y2VmYzUyNjlkMjI3OGU4ZjgxYjA2YTk4OGMxIiwidGFnIjoiIn0%3D; republica_session=eyJpdiI6IlN2RWdSeUh6aUl2K3JNcTIyeWp3UWc9PSIsInZhbHVlIjoiVm44MGE1VURsNTFGK2s0TFlLTVlWanlmVEZoRkhHaEhWWnFnd0o3Rk5Ca1RTbzhybDdkSTllVGRBZGZ4Q0QzbmFPVEIrMWVZZUp0Y3J2bmV3VFdkNGxWNTluelUrOUNhc2pzbVRXTUlHejBhSUtCRUtCbTh2KzhGdHNGenpVMUwiLCJtYWMiOiJhNmU2NmE5MmVjZTc4Y2IzNWQ2NTRiZTcxMDcyYWJkZThhNGNmNWNmODg5OTMzZmFjYWY0YzE5MDViZjM5ZTZlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkhwOEQxeFkrblVOenRFM2dEdkliNWc9PSIsInZhbHVlIjoibVhtNTR3ZUg5eHNYbXpVRklub2EvNnNSWGoxbEdlc0xnQ0RuYkYvbUVuYTdHQWpHUXlrN2tJSHRubmN6RldrKzlUVklie" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "host" => array:1 [ 0 => "newtest.myrepublica.com" ] "x-forwarded-for" => array:1 [ 0 => "3.133.91.217" ] "cf-ray" => array:1 [ 0 => "92c0a3ecbe41e829-ORD" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "AEWpbaO7Ln2I1uyzn6LNKwPwWNZvyLBFSMCA5C8P" "republica_session" => "xtxFFSCSFz64aNvwOdoQ2lgue2Y02slPdSZg0S6L" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 06 Apr 2025 10:35:46 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJNbS93RjB1cCtUMmt3SzNvNDlRa2c9PSIsInZhbHVlIjoiRUl4ZkRZRzlMd1NSOGJBRzJiQURaMTJ1ME5kcmFQK2FQdThjZEFRaEFnaG4ydGVpRWNSQ1BBZlFjUnE4bnIrbmpYeEhuZndxeTliZGoxVlRpMnBJY0RtZUZNVXZZQS9idURGM2JXWWM3T2VVZGlKU2lnSEFqdHJHL1lNL3lkYy8iLCJtYWMiOiIwNGIzNWM4MWY5OTkwMGE0NTRkNTNlM2EwNDg0OTBmMWVjMTM2Y2NiNzExZjY0ZDY5ZTBkMGQ1YWIwZjkzN2U0IiwidGFnIjoiIn0%3D; expires=Mon, 06 Apr 2026 10:35:46 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImJNbS93RjB1cCtUMmt3SzNvNDlRa2c9PSIsInZhbHVlIjoiRUl4ZkRZRzlMd1NSOGJBRzJiQURaMTJ1ME5kcmFQK2FQdThjZEFRaEFnaG4ydGVpRWNSQ1BBZlFjUnE4bnIrbmpYeEhuZ" 1 => "republica_session=eyJpdiI6IndFVHEzaWx2TWNHT2M2S3lTZ3AyVUE9PSIsInZhbHVlIjoibDZZaHpNejVPT1ZlZkQ0dGRxV2tSMlRZRkJpMWxtTFlNaFhCMUtpY3pTRXBIOGpmQUVKN0NtWVQyeEd3MjRmM2k5ZFRLRXhMajhpaG03MDY3Zmh3ck5QWm81alBkaFRMVkRlMDZTTHVoQ3d6Wmw4VTBWRDBDZnRSenB3MFdaVkciLCJtYWMiOiJlNTU2MTk2NjA4MDMxNzA3ODgyZmRmY2U1ODI1NWUzNzcyYzljYzBiN2M5MDRlMDFlN2QzZmQxZjRiNTQ4NThmIiwidGFnIjoiIn0%3D; expires=Mon, 06 Apr 2026 10:35:46 GMT; Max-Age=31536000; path=/; secure; httponly; samesite=laxrepublica_session=eyJpdiI6IndFVHEzaWx2TWNHT2M2S3lTZ3AyVUE9PSIsInZhbHVlIjoibDZZaHpNejVPT1ZlZkQ0dGRxV2tSMlRZRkJpMWxtTFlNaFhCMUtpY3pTRXBIOGpmQUVKN0NtWVQyeEd3MjRmM2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJNbS93RjB1cCtUMmt3SzNvNDlRa2c9PSIsInZhbHVlIjoiRUl4ZkRZRzlMd1NSOGJBRzJiQURaMTJ1ME5kcmFQK2FQdThjZEFRaEFnaG4ydGVpRWNSQ1BBZlFjUnE4bnIrbmpYeEhuZndxeTliZGoxVlRpMnBJY0RtZUZNVXZZQS9idURGM2JXWWM3T2VVZGlKU2lnSEFqdHJHL1lNL3lkYy8iLCJtYWMiOiIwNGIzNWM4MWY5OTkwMGE0NTRkNTNlM2EwNDg0OTBmMWVjMTM2Y2NiNzExZjY0ZDY5ZTBkMGQ1YWIwZjkzN2U0IiwidGFnIjoiIn0%3D; expires=Mon, 06-Apr-2026 10:35:46 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImJNbS93RjB1cCtUMmt3SzNvNDlRa2c9PSIsInZhbHVlIjoiRUl4ZkRZRzlMd1NSOGJBRzJiQURaMTJ1ME5kcmFQK2FQdThjZEFRaEFnaG4ydGVpRWNSQ1BBZlFjUnE4bnIrbmpYeEhuZ" 1 => "republica_session=eyJpdiI6IndFVHEzaWx2TWNHT2M2S3lTZ3AyVUE9PSIsInZhbHVlIjoibDZZaHpNejVPT1ZlZkQ0dGRxV2tSMlRZRkJpMWxtTFlNaFhCMUtpY3pTRXBIOGpmQUVKN0NtWVQyeEd3MjRmM2k5ZFRLRXhMajhpaG03MDY3Zmh3ck5QWm81alBkaFRMVkRlMDZTTHVoQ3d6Wmw4VTBWRDBDZnRSenB3MFdaVkciLCJtYWMiOiJlNTU2MTk2NjA4MDMxNzA3ODgyZmRmY2U1ODI1NWUzNzcyYzljYzBiN2M5MDRlMDFlN2QzZmQxZjRiNTQ4NThmIiwidGFnIjoiIn0%3D; expires=Mon, 06-Apr-2026 10:35:46 GMT; path=/; secure; httponlyrepublica_session=eyJpdiI6IndFVHEzaWx2TWNHT2M2S3lTZ3AyVUE9PSIsInZhbHVlIjoibDZZaHpNejVPT1ZlZkQ0dGRxV2tSMlRZRkJpMWxtTFlNaFhCMUtpY3pTRXBIOGpmQUVKN0NtWVQyeEd3MjRmM2" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "AEWpbaO7Ln2I1uyzn6LNKwPwWNZvyLBFSMCA5C8P" "_previous" => array:1 [ "url" => "https://newtest.myrepublica.com/tag/struggling_to_live" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-06 16:20:46GET/tag/struggling_to_live366