五十嵐 健太

イガラシ ケンタ

部署
クリエーション事業部
役職
サブマネージャー
スタッフ一覧に戻る
SettingsRequest history53.36msRequest Duration2MBMemory Usage11.x
Laravel Version
11.43.2
PHP Version
8.4.4
Environment
development
Debug Mode
Enabled
URL
sosuke-development.com
Timezone
Asia/Tokyo
Locale
ja
GET staff/{staff}
status
200 OK
full_url
http://sosuke-development.com/staff/12
action_name
staff.show
controller_action
App\Http\Controllers\StaffController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    http://sosuke-development.com/staff/12
    action_name
    staff.show
    controller_action
    App\Http\Controllers\StaffController@show
    uri
    GET staff/{staff}
    controller
    App\Http\Controllers\StaffController@show
    prefix
    /
    file
    app/Http/Controllers/StaffController.php:39-43
    middleware
    web
    duration
    53.4ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:18 [ "host" => array:1 [ 0 => "127.0.0.1:90" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "x-forwarded-for" => array:1 [ 0 => "18.216.169.23" ] "x-forwarded-host" => array:1 [ 0 => "sosuke-development.com" ] "x-forwarded-server" => array:1 [ 0 => "sosuke-development.com" ] "connection" => array:1 [ 0 => "Keep-Alive" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 22:44:16 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "Tgg6HlSCyrNIc1oU0Fg2czCKzBrtlejnHwMntcTS" ]
    • Booting (30.46ms)time
    • Application (22.86ms)time
    • Routing (1.06ms)
    • Preparing Response (4.05ms)
    • View: staff.showviews
    • View: components.breadcrumbviews
    • View: layouts.layoutviews
    • 1 x Booting (57.07%)
      30.46ms
      1 x Application (42.85%)
      22.86ms
      1 x Preparing Response (7.6%)
      4.05ms
      1 x Routing (1.99%)
      1.06ms
      3 x View (0%)
      0μs
      3 templates were rendered
      • staff.showshow.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • layouts.layoutlayout.blade.php#?blade
      3 statements were executedlaravelmic_refer6.68ms
      • DatabaseSessionHandler.php#97laravel3.65msselect * from `sessions` where `id` = 'PxEbHohl4XIJ4Cpmg0Ndrbo5CmZ5jY82gI9ixcC8' limit 1
        Bindings
        • 0: PxEbHohl4XIJ4Cpmg0Ndrbo5CmZ5jY82gI9ixcC8
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:117
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:105
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:89
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • ActionsStaffShowRepository.php#25mic_referConnection Established
        Backtrace
        • app/Actions/Staff/Show/ActionsStaffShowRepository.php:25
        • app/Actions/Staff/Show/ActionsStaffShowService.php:23
        • app/Http/Controllers/StaffController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ActionsStaffShowRepository.php#28mic_refer2.36msselect * from `user_infos` where `id` = 12 and `disp` = 1 limit 1
        Bindings
        • 0: 12
        • 1: 1
        Backtrace
        • app/Actions/Staff/Show/ActionsStaffShowRepository.php:28
        • app/Actions/Staff/Show/ActionsStaffShowService.php:23
        • app/Http/Controllers/StaffController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ActionsStaffShowRepository.php#28mic_refer670μsselect * from `relation_custom_items` where `relation_custom_items`.`user_id` in (9)
        Bindings
        • 0: 9
        Backtrace
        • app/Actions/Staff/Show/ActionsStaffShowRepository.php:28
        • app/Actions/Staff/Show/ActionsStaffShowService.php:23
        • app/Http/Controllers/StaffController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      App\Models\Refer\Staff
      1Staff.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-29 07:44:16GET/staff/12331