AjayThomas

New Jersey Academy

Position Batting coach

SettingsRequest history8.2.28PHP Version321msRequest Duration29MBMemory UsageGET coach-detail/{id}
status
200 OK
full_url
https://demo.rajasthanroyalsacademy.com/coach-detail/eyJpdiI6IlpmTjVpVFNWYzZzRUZtQ2ZweW5CSUE9PSIsInZ...
action_name
coach-detail
controller_action
App\Http\Controllers\PageController@coachdetail
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://demo.rajasthanroyalsacademy.com/coach-detail/eyJpdiI6IlpmTjVpVFNWYzZzRUZtQ2ZweW5CSUE9PSIsInZ...
action_name
coach-detail
controller_action
App\Http\Controllers\PageController@coachdetail
uri
GET coach-detail/{id}
controller
App\Http\Controllers\PageController@coachdetail
file
app/Http/Controllers/PageController.php:352-361
middleware
web
duration
323ms
peak_memory
38.9MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:16 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "demo.rajasthanroyalsacademy.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "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" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
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 => "Sun, 18 May 2025 15:57:25 GMT" ] ]
session_attributes
0 of 0
array:3 [ "academy_id" => 36 "academy_data" => array:11 [ "id" => 36 "academy_name" => "New Jersey Academy" "address" => """ <p>Rajasthan Royals&nbsp;Academy New Jersey<br />\r\n 18 Haypress Road, Suite 401,<br />\r\n Cranbury, NJ 08512,<br />\r\n United States</p>\r\n \r\n <p>info@rranewjersey.com<br />\r\n +1(US)-7329973337</p> """ "logo" => "logos/Rmd4nNUMK9A29GUmZTZCY6tnGfGzdDmgxNrLqzpD.png" "contact_person_name" => "Rahul" "contact_person_email" => "rahul@globalsaas.net" "phone_number" => "9689586965" "domain" => "demo.rajasthanroyalsacademy.com" "status" => 1 "created_at" => "2025-02-09T07:46:29.000000Z" "updated_at" => "2025-05-11T14:25:36.000000Z" ] "_token" => "MuE2zelpK08SRyVgZSD4yr3sEGsNAGN0x1qI7Gvc" ]
    • Booting (264ms)time
    • Application (56.92ms)time
    • Routing (3.3ms)
    • Preparing Response (16.28ms)
    • 1 x Booting (82.29%)
      264ms
      1 x Application (17.71%)
      56.92ms
      1 x Preparing Response (5.06%)
      16.28ms
      1 x Routing (1.03%)
      3.30ms
      4 templates were rendered
      • 1x frontend.coach-detailcoach-detail.blade.php#?blade
      • 1x frontend.layouts.appapp.blade.php#?blade
      • 1x frontend.layouts.partials.headerheader.blade.php#?blade
      • 1x frontend.layouts.partials.footerfooter.blade.php#?blade
      uri
      GET coach-detail/{id}
      middleware
      web
      controller
      App\Http\Controllers\PageController@coachdetail
      as
      coach-detail
      file
      app/Http/Controllers/PageController.php:352-361
      18 statements were executed (12 duplicates)Show only duplicates2.53ms
      • PageController.php#359d4020_stage_rajasthanroyals340μsselect `id`, `name`, `first_name`, `last_name`, `image`, `date_of_birth` from `users` where `academy_id` = 36 and `id` = '161' and `users`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: 161
        • 2: -1
        Backtrace
        • app/Http/Controllers/PageController.php:359
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • PageController.php#359d4020_stage_rajasthanroyals140μsselect * from `coachdetails` where `coachdetails`.`user_id` in (161)
        Backtrace
        • app/Http/Controllers/PageController.php:359
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • helpers.php#615d4020_stage_rajasthanroyals150μsselect * from `academies` where `id` = 36 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:615
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#569d4020_stage_rajasthanroyals140μsselect `logo` from `academies` where `id` = 36 and `status` = '1' and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: 1
        • 2: -1
        Backtrace
        • app/Helpers/helpers.php:569
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#3198d4020_stage_rajasthanroyals130μsselect `id`, `contact_person_email`, `phone_number` from `academies` where `id` = 36 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:3198
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#544d4020_stage_rajasthanroyals110μsselect `id`, `twitterLink`, `facebookLink`, `InstaLink`, `YoutubeLink` from `settings` where `academy_id` = 36 limit 1
        Bindings
        • 0: 36
        Backtrace
        • app/Helpers/helpers.php:544
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • header.blade.php#135d4020_stage_rajasthanroyals150μsselect `coaching_program_outside_link` from `settings` where `academy_id` = 36 limit 1
        Bindings
        • 0: 36
        Backtrace
        • view::frontend.layouts.partials.header:135
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#557d4020_stage_rajasthanroyals120μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:557
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#557d4020_stage_rajasthanroyals120μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:557
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#557d4020_stage_rajasthanroyals120μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:557
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#606d4020_stage_rajasthanroyals140μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '1' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 1
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:606
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#532d4020_stage_rajasthanroyals120μsselect `id`, `contents`, `coaches`, `tournament`, `is_htmlactive`, `is_coachactive`, `is_tournamentactive`, `is_appsectionactive`, `home_section_status` from `homepage_contents` where `academy_id` = 36 limit 1
        Bindings
        • 0: 36
        Backtrace
        • app/Helpers/helpers.php:532
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#615d4020_stage_rajasthanroyals130μsselect * from `academies` where `id` = 36 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:615
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#569d4020_stage_rajasthanroyals140μsselect `logo` from `academies` where `id` = 36 and `status` = '1' and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: 1
        • 2: -1
        Backtrace
        • app/Helpers/helpers.php:569
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#557d4020_stage_rajasthanroyals120μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:557
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#606d4020_stage_rajasthanroyals110μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 36 and `private` = '1' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 36
        • 1: 1
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:606
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#544d4020_stage_rajasthanroyals120μsselect `id`, `twitterLink`, `facebookLink`, `InstaLink`, `YoutubeLink` from `settings` where `academy_id` = 36 limit 1
        Bindings
        • 0: 36
        Backtrace
        • app/Helpers/helpers.php:544
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#624d4020_stage_rajasthanroyals130μsselect * from `pages` where `academy_id` = 36 and `status` = '1'
        Bindings
        • 0: 36
        • 1: 1
        Backtrace
        • app/Helpers/helpers.php:624
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\CoachingProgram
      28CoachingProgram.php#?
      App\Models\Academy
      5Academy.php#?
      App\Models\Page
      4Page.php#?
      App\Models\Setting
      2Setting.php#?
      App\Models\User
      1User.php#?
      App\Models\Coachdetails
      1Coachdetails.php#?
      App\Models\HomepageContents
      1HomepageContents.php#?
          academy_id
          36
          academy_data
          array:11 [ "id" => 36 "academy_name" => "New Jersey Academy" "address" => """ <p>Rajasthan...
          _token
          MuE2zelpK08SRyVgZSD4yr3sEGsNAGN0x1qI7Gvc
          ClearShow all
          Date ↕MethodURLData
          #12025-05-18 21:27:25GET/coach-detail/eyJpdiI6IlpmTjVpVFNWYzZzRUZtQ2ZweW5CSUE9PSIsInZhbHVlIjoidGpqQ3ZYRTV0K0RrNVNScmRQcXZXUT09IiwibWFjIjoiYzkxMzNiODRmOTM5YzgxNmE3Yzk0ODhjNTJhM2YxZTc2YzBkYjBkOTdhYzBiY2UyZDRlOWE1ZjY0NzU1MGU2NiIsInRhZyI6IiJ941842