KADOKAWA Group

Facebook X(旧Twitter) LINE はてブ Instagram Pinterest

「和田竜」の関連記事

嵐・大野の“史上最強の忍者”役に「公開が待ちきれない!」と高まる期待! 和田竜『忍びの国』が石原さとみ、鈴木亮平ら超豪華キャストで実写化

嵐・大野の“史上最強の忍者”役に「公開が待ちきれない!」と高まる期待! 和田竜『忍びの国』が石原さとみ、鈴木亮平ら超豪華キャストで実写化

『忍びの国』(和田竜/新潮社) 『のぼうの城』『村上海賊の娘』などで知られる作家・和田竜の描く歴史小説『忍びの国』が嵐・大野智主演で映画化される。大野は初の時代劇、そして忍者役となるのだが、ファンからは「大野智が無門なんて本当に公開が待ちき…

もっと見る
Request history8.2.18PHP Version197msRequest Duration3MBMemory UsageGET person/{id}/articleRoute
    • Booting (32.29ms)time
    • Application (164ms)time
    • 1 x Application (83.58%)
      164ms
      1 x Booting (16.41%)
      32.29ms
      19 templates were rendered
      • front.person.articlesarticles.blade.php#?blade
      • vendor.pagination.front.articlearticle.blade.php#?blade
      • components.front.head.metameta.blade.php#?blade
      • breadcrumbs::json-ldjson-ld.php#?php
      • components.front.head.script-ad-pbscript-ad-pb.blade.php#?blade
      • partials.breadcrumbsbreadcrumbs.blade.php#?blade
      • components.front.person.review-profilereview-profile.blade.php#?blade
      • components.front.loop.article-pbarticle-pb.blade.php#?blade
      • partials.breadcrumbsbreadcrumbs.blade.php#?blade
      • __components::c54a96032f908e0dbea73763c072beb0c54a96032f908e0dbea73763c072beb0.blade.php#?blade
      • components.front.layouts.base-pbbase-pb.blade.php#?blade
      • components.front.head.scripts-pbscripts-pb.blade.php#?blade
      • components.front.common.faviconfavicon.blade.php#?blade
      • components.front.head.body-scripts-pbbody-scripts-pb.blade.php#?blade
      • components.front.common.google-tag-managergoogle-tag-manager.blade.php#?blade
      • components.front.head.header-pbheader-pb.blade.php#?blade
      • components.front.foot.footer-pbfooter-pb.blade.php#?blade
      • components.front.foot.scripts-pbscripts-pb.blade.php#?blade
      • components.front.common.facebookfacebook.blade.php#?blade
      uri
      GET person/{id}/article
      middleware
      noSessionWeb, cache.headers:public;max_age=60;etag
      controller
      App\Http\Controllers\Front\PersonController@articles
      as
      person.articles
      namespace
      prefix
      /person
      where
      file
      app/Http/Controllers/Front/PersonController.php:333-399
      13 statements were executed27.73ms
      • Connection EstablisheddvwPbPersonM.php#396
        Backtrace
        • 14. app/Models/PbPersonM.php:396
        • 15. app/Http/Controllers/Front/PersonController.php:336
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select pb_person_m.id, np.name AS name, np.name_kana AS name_kana, ( SELECT occupation_id FROM pb_person_occupation_t WHERE person_id = pb_person_m.id AND del_flg = 0 ORDER BY sort_order LIMIT 1 ) AS occupation_id, GROUP_CONCAT(oc.name SEPARATOR "、") AS occupation_name, me.path AS path, pb_person_m.publish_flg, pb_person_m.adult_flg from `pb_person_m` left join `pb_person_name_t` as `pn` on `pb_person_m`.`id` = `pn`.`person_id` and `main_flg` = 1 left join `pb_name_person_m` as `np` on `name_person_id` = `np`.`id` left join `pb_person_occupation_t` as `po` on `pb_person_m`.`id` = `po`.`person_id` left join `pb_occupation_m` as `oc` on `po`.`occupation_id` = `oc`.`id` left join `cms_medias` as `me` on `pb_person_m`.`media_id` = `me`.`id` where `pb_person_m`.`id` = 6810 and `pb_person_m`.`del_flg` = 0 order by `po`.`sort_order` asc limit 1
        8.08msdvwPbPersonM.php#423
        Bindings
        • 0: 1
        • 1: 6810
        • 2: 0
        Backtrace
        • 16. app/Models/PbPersonM.php:423
        • 17. app/Http/Controllers/Front/PersonController.php:336
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `cms_terms` where `person_id` = 6810 and `taxonomy_id` = 5 and `cms_terms`.`deleted_at` is null limit 1
        1.26msdvwPersonService.php#87
        Bindings
        • 0: 6810
        • 1: 5
        Backtrace
        • 16. app/Services/PersonService.php:87
        • 17. app/Http/Controllers/Front/PersonController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `cms_terms` where `taxonomy_id` = 1 and `news_cms_id` = 80 and `cms_terms`.`deleted_at` is null limit 1
        1.01msdvwArticleBaseService.php#1020
        Bindings
        • 0: 1
        • 1: 80
        Backtrace
        • 16. app/Services/ArticleBaseService.php:1020
        • 17. app/Services/ArticleService.php:167
        • 18. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 19. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • 21. app/Services/ArticleService.php:152
      • select * from `cms_terms` where `taxonomy_id` = 2 and `cms_terms`.`id` = 30 and `cms_terms`.`deleted_at` is null limit 1
        750μsdvwArticleBaseService.php#1089
        Bindings
        • 0: 2
        • 1: 30
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1089
        • 18. app/Services/ArticleBaseService.php:1037
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 3 and `cms_terms`.`id` = 73 and `cms_terms`.`deleted_at` is null limit 1
        960μsdvwArticleBaseService.php#1120
        Bindings
        • 0: 3
        • 1: 73
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1120
        • 18. app/Services/ArticleBaseService.php:1041
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 3 and `cms_terms`.`id` = 295 and `cms_terms`.`deleted_at` is null limit 1
        1.41msdvwArticleBaseService.php#1120
        Bindings
        • 0: 3
        • 1: 295
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1120
        • 18. app/Services/ArticleBaseService.php:1041
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 3 and `cms_terms`.`id` = 868 and `cms_terms`.`deleted_at` is null limit 1
        690μsdvwArticleBaseService.php#1120
        Bindings
        • 0: 3
        • 1: 868
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1120
        • 18. app/Services/ArticleBaseService.php:1041
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 5 and `cms_terms`.`id` = 3004 and `cms_terms`.`deleted_at` is null limit 1
        4.36msdvwArticleBaseService.php#1145
        Bindings
        • 0: 5
        • 1: 3004
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1145
        • 18. app/Services/ArticleBaseService.php:1045
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 5 and `cms_terms`.`id` = 3009 and `cms_terms`.`deleted_at` is null limit 1
        2.69msdvwArticleBaseService.php#1145
        Bindings
        • 0: 5
        • 1: 3009
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1145
        • 18. app/Services/ArticleBaseService.php:1045
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 5 and `cms_terms`.`id` = 3159 and `cms_terms`.`deleted_at` is null limit 1
        960μsdvwArticleBaseService.php#1145
        Bindings
        • 0: 5
        • 1: 3159
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1145
        • 18. app/Services/ArticleBaseService.php:1045
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select * from `cms_terms` where `taxonomy_id` = 5 and `cms_terms`.`id` = 3161 and `cms_terms`.`deleted_at` is null limit 1
        2.65msdvwArticleBaseService.php#1145
        Bindings
        • 0: 5
        • 1: 3161
        Backtrace
        • 17. app/Services/ArticleBaseService.php:1145
        • 18. app/Services/ArticleBaseService.php:1045
        • 19. app/Services/ArticleService.php:168
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • select `pb_occupation_m`.*, `pb_person_occupation_t`.`person_id` as `pivot_person_id`, `pb_person_occupation_t`.`occupation_id` as `pivot_occupation_id`, `pb_person_occupation_t`.`sort_order` as `pivot_sort_order` from `pb_occupation_m` inner join `pb_person_occupation_t` on `pb_occupation_m`.`id` = `pb_person_occupation_t`.`occupation_id` where `pb_person_occupation_t`.`person_id` = 6810 and `pb_person_occupation_t`.`del_flg` = 0 and `pb_occupation_m`.`del_flg` = 0 order by `sort_order` asc
        1.05msdvwPersonController.php#393
        Bindings
        • 0: 6810
        • 1: 0
        • 2: 0
        Backtrace
        • 20. app/Http/Controllers/Front/PersonController.php:393
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `sessions` where `id` = 'BhM5AkqFYkaE0XkVN8aLdh15YrE9BxuFXxklJ66A' limit 1
        1.86msdvwDatabaseSessionHandler.php#97
        Bindings
        • 0: BhM5AkqFYkaE0XkVN8aLdh15YrE9BxuFXxklJ66A
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 18. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 21. vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:446
      App\Models\CmsTerm
      10CmsTerm.php#?
      App\Models\PbPersonM
      1PbPersonM.php#?
      App\Models\PbOccupationM
      1PbOccupationM.php#?
          _token
          0Uh4Wdw13QMU4WvlQ8Ot5dmrL69SSZvjU5hjtuBJ
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /person/6810/article/
          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:16 [ "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "br,gzip" ] "via" => array:1 [ 0 => "1.1 deea5d6ab704f91d89c52977d572f58e.cloudfront.net (CloudFront)" ] "cloudfront-forwarded-proto" => array:1 [ 0 => "https" ] "cloudfront-is-desktop-viewer" => array:1 [ 0 => "true" ] "cloudfront-is-smarttv-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-tablet-viewer" => array:1 [ 0 => "false" ] "cloudfront-is-mobile-viewer" => array:1 [ 0 => "false" ] "x-amz-cf-id" => array:1 [ 0 => "AvLgqUeEG3XLPFqemWod4U2pR6_OMr4e07XSEpVsAaKzCNR7R3zX6A==" ] "user-agent" => array:1 [ 0 => "Amazon CloudFront" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-676c6768-234407bb31f355f3651b13f9" ] "host" => array:1 [ 0 => "d302np9o9me8i5.cloudfront.net" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "18.188.75.52, 64.252.77.220" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:4 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=60, public" ] "date" => array:1 [ 0 => "Wed, 25 Dec 2024 20:13:28 GMT" ] "etag" => array:1 [ 0 => ""6a7de24ba81a67335ab68ec22af0b97a"" ] ]
          session_attributes
          0 of 0
          array:2 [ "_token" => "0Uh4Wdw13QMU4WvlQ8Ot5dmrL69SSZvjU5hjtuBJ" "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12024-12-26 05:13:28GET/person/6810/article/191312