header banner
ADVERTISEMENT
Filter
Request history8.2.19PHP Version36.47msRequest Duration2MBMemory UsageGET tag/{tag}Route
    • Booting (12.17ms)time
    • Application (24.29ms)time
    • 1 x Application (66.6%)
      24.29ms
      1 x Booting (33.37%)
      12.17ms
      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.09ms
      • NewsController.php#711republica12.34msselect 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` = 'Ageing_Nepal') and `status` = 1
        Bindings
        • 0: Ageing_Nepal
        • 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` = 'Ageing_Nepal') and `status` = 1 limit 10 offset 0
        Bindings
        • 0: Ageing_Nepal
        • 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#711republica1550μ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 (103677)
        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#367republica1540μ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` = 103677
        Bindings
        • 0: 103677
        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#386republica1480μ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` = 103677 and `news_has_attachments`.`is_featured_image` = '1'
        Bindings
        • 0: 103677
        • 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#386republica1500μ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` = 103677 and `news_has_attachments`.`is_featured_image` = '0'
        Bindings
        • 0: 103677
        • 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
      4Tag.php#?
      App\Models\Category
      2Category.php#?
      App\Models\News
      1News.php#?
          _token
          VLRqjcc0YiHNwK5f9Oj9cjhmNKeB35VeS7rOiaEd
          subscriber_only_page
          https://newtest.myrepublica.com/news/obstruction
          _previous
          array:1 [ "url" => "https://newtest.myrepublica.com/tag/Ageing_Nepal" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /tag/Ageing_Nepal
          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-mode" => array:1 [ 0 => "navigate" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.141.46.110" ] "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=eyJpdiI6Ik9EQ0FRR3BSWUVOajdsbjZqaXpmcVE9PSIsInZhbHVlIjoiUUhyKzlXQVZQZk9LcTFNZlBXcVJHdXdsN1FQZCtuUWQxU0pJbnVBekR3cWJJbVVBdjJSNm9nNGFQSld4aENuWk9LU090SHgzTHBTd0tNSmRLYklQd2VGd2x2QjJWWFF0ektsSC81R3BsM29hVWlLNTNNUUphOXRKVmk2OWRwbEsiLCJtYWMiOiIxNmIzZTJmN2Y1YjE1YjZhYjFiMzFkMjU2Mjg3NThlZmRhMGFkYWVjMTA4MmU2NWNmMjliMTE4YzhlOTM5NDgyIiwidGFnIjoiIn0%3D; republica_session=eyJpdiI6IlZ5RjcvWGUxMDBzM0ZLNnI3MUlQUXc9PSIsInZhbHVlIjoiQTJGY1dhZU5BOVJhT2lUMDFiV0p6bTJLN1E1RTBKNkYvYkh3U09wajdma0hzMzJmQnRCeWJVQlV4OHJ4Mm1nUUZiTmRKMWg1VC9WaDZXVzAwQjdLaVNQcnpIMkxLVzFLOUVSRkhYdFJWYTMrSE52bHJrQVM5NC9aVW1NNkJJTjEiLCJtYWMiOiJmM2YwM2M2MzVhZDJiNmEyMzZjOWZkYmU5YjIxNDE0YTlhNGVhYzBmZGM5ODZlZmE1ZTU0MDBjMTE4ZGFjMTFhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ik9EQ0FRR3BSWUVOajdsbjZqaXpmcVE9PSIsInZhbHVlIjoiUUhyKzlXQVZQZk9LcTFNZlBXcVJHdXdsN1FQZCtuUWQxU0pJbnVBekR3cWJJbVVBdjJSNm9nNGFQSld4aENuWk9LU090S" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "host" => array:1 [ 0 => "newtest.myrepublica.com" ] "x-forwarded-for" => array:1 [ 0 => "3.141.46.110" ] "cf-ray" => array:1 [ 0 => "92f68f0bda1bf60c-ORD" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "VLRqjcc0YiHNwK5f9Oj9cjhmNKeB35VeS7rOiaEd" "republica_session" => "WDERzGh4aOFdwmCISiXY03ri188wpzk2T8z6cXIM" ]
          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 => "Sat, 12 Apr 2025 23:38:42 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJBbEN6TnVtZUdhY3BHd21peXJUenc9PSIsInZhbHVlIjoiUnJWLzlFeGJRWFFZQWxBbkRyRmtacDhleGI4VVU1Vk1oVDRxcGNLbXo1MVhNd2hYY0dMRkd6SktrTDQ0ZGlrUU5abEltRStlYmRwQW41NWNTUUp4Q2pTcjRGQlVFQVhqV2U3cnVZcFpaeC8zcE85YTBYYmo3eURESW8wQy9SUGciLCJtYWMiOiJkMWJiOGExZDQzMzI0MTM3YTlhZWY0ODc0YjM4Y2ZlY2UyZGQzMGM3YTcxNTk3NzcwM2M5NzYyM2MxOTA5YjNkIiwidGFnIjoiIn0%3D; expires=Sun, 12 Apr 2026 23:38:42 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkJBbEN6TnVtZUdhY3BHd21peXJUenc9PSIsInZhbHVlIjoiUnJWLzlFeGJRWFFZQWxBbkRyRmtacDhleGI4VVU1Vk1oVDRxcGNLbXo1MVhNd2hYY0dMRkd6SktrTDQ0ZGlrUU5abEltR" 1 => "republica_session=eyJpdiI6ImVDUWtWVitIRFBmM2tJWHpvaTlIVWc9PSIsInZhbHVlIjoiRjZGYnU3Ulp2ZmVCWlErb0xkWFR2aEM3WmxReDU3SWkyL1BiL3VLZ3hRNERPSjFSYm05RTYreUJ4aWZYQjJDNC9GL1NLTVJhaVdzSUJ3V0QvbGZVOHdhQWRHMnFHR1ZIRWxvS3pGcHVBYk5DdmRDbGFmbVkzOFVrbjNncDgvbGQiLCJtYWMiOiIxZjhjMmFmM2ZlOGYyMzZhYmViNjI3ZjFmMzNhNjI1MDViZDY4MWRmOGY2NDljMzc0YzE0ZDhmNDNlMDFiZWNhIiwidGFnIjoiIn0%3D; expires=Sun, 12 Apr 2026 23:38:42 GMT; Max-Age=31536000; path=/; secure; httponly; samesite=laxrepublica_session=eyJpdiI6ImVDUWtWVitIRFBmM2tJWHpvaTlIVWc9PSIsInZhbHVlIjoiRjZGYnU3Ulp2ZmVCWlErb0xkWFR2aEM3WmxReDU3SWkyL1BiL3VLZ3hRNERPSjFSYm05RTYreUJ4aWZYQjJDNC" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJBbEN6TnVtZUdhY3BHd21peXJUenc9PSIsInZhbHVlIjoiUnJWLzlFeGJRWFFZQWxBbkRyRmtacDhleGI4VVU1Vk1oVDRxcGNLbXo1MVhNd2hYY0dMRkd6SktrTDQ0ZGlrUU5abEltRStlYmRwQW41NWNTUUp4Q2pTcjRGQlVFQVhqV2U3cnVZcFpaeC8zcE85YTBYYmo3eURESW8wQy9SUGciLCJtYWMiOiJkMWJiOGExZDQzMzI0MTM3YTlhZWY0ODc0YjM4Y2ZlY2UyZGQzMGM3YTcxNTk3NzcwM2M5NzYyM2MxOTA5YjNkIiwidGFnIjoiIn0%3D; expires=Sun, 12-Apr-2026 23:38:42 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkJBbEN6TnVtZUdhY3BHd21peXJUenc9PSIsInZhbHVlIjoiUnJWLzlFeGJRWFFZQWxBbkRyRmtacDhleGI4VVU1Vk1oVDRxcGNLbXo1MVhNd2hYY0dMRkd6SktrTDQ0ZGlrUU5abEltR" 1 => "republica_session=eyJpdiI6ImVDUWtWVitIRFBmM2tJWHpvaTlIVWc9PSIsInZhbHVlIjoiRjZGYnU3Ulp2ZmVCWlErb0xkWFR2aEM3WmxReDU3SWkyL1BiL3VLZ3hRNERPSjFSYm05RTYreUJ4aWZYQjJDNC9GL1NLTVJhaVdzSUJ3V0QvbGZVOHdhQWRHMnFHR1ZIRWxvS3pGcHVBYk5DdmRDbGFmbVkzOFVrbjNncDgvbGQiLCJtYWMiOiIxZjhjMmFmM2ZlOGYyMzZhYmViNjI3ZjFmMzNhNjI1MDViZDY4MWRmOGY2NDljMzc0YzE0ZDhmNDNlMDFiZWNhIiwidGFnIjoiIn0%3D; expires=Sun, 12-Apr-2026 23:38:42 GMT; path=/; secure; httponlyrepublica_session=eyJpdiI6ImVDUWtWVitIRFBmM2tJWHpvaTlIVWc9PSIsInZhbHVlIjoiRjZGYnU3Ulp2ZmVCWlErb0xkWFR2aEM3WmxReDU3SWkyL1BiL3VLZ3hRNERPSjFSYm05RTYreUJ4aWZYQjJDNC" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "VLRqjcc0YiHNwK5f9Oj9cjhmNKeB35VeS7rOiaEd" "subscriber_only_page" => "https://newtest.myrepublica.com/news/obstruction" "_previous" => array:1 [ "url" => "https://newtest.myrepublica.com/tag/Ageing_Nepal" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-13 05:23:42GET/tag/Ageing_Nepal367