ANDREWRICHARDSON

New Jersey Academy

Coming Soon....

back
SettingsRequest history8.2.28PHP Version395msRequest Duration29MBMemory UsageGET coach-detail/{id}
status
200 OK
full_url
https://demo.rajasthanroyalsacademy.com/coach-detail/eyJpdiI6InBmdUQ4a2E0U3NZbHZVWmw2bXZ5eWc9PSIsInZ...
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/eyJpdiI6InBmdUQ4a2E0U3NZbHZVWmw2bXZ5eWc9PSIsInZ...
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
397ms
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 => "Sat, 31 May 2025 01:23:28 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" => "MnKMBUnEVi8g0mWJMcZNo8Sj3SlaSyxw8rWAck7L" ]
    • Booting (317ms)time
    • Application (77.98ms)time
    • Routing (3.46ms)
    • Preparing Response (29.83ms)
    • 1 x Booting (80.26%)
      317ms
      1 x Application (19.74%)
      77.98ms
      1 x Preparing Response (7.55%)
      29.83ms
      1 x Routing (0.88%)
      3.46ms
      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 duplicates4.71ms
      • PageController.php#359d4020_stage_rajasthanroyals1.53msselect `id`, `name`, `first_name`, `last_name`, `image`, `date_of_birth` from `users` where `academy_id` = 36 and `id` = '166' and `users`.`status` != -1 limit 1
        Bindings
        • 0: 36
        • 1: 166
        • 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_rajasthanroyals200μsselect * from `coachdetails` where `coachdetails`.`user_id` in (166)
        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_rajasthanroyals190μ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_rajasthanroyals250μ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#3215d4020_stage_rajasthanroyals160μ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:3215
        • 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_rajasthanroyals140μ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_rajasthanroyals290μ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_rajasthanroyals190μ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_rajasthanroyals150μ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_rajasthanroyals160μ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_rajasthanroyals200μ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_rajasthanroyals240μ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_rajasthanroyals150μ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_rajasthanroyals200μ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_rajasthanroyals150μ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_rajasthanroyals150μ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_rajasthanroyals210μ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
          MnKMBUnEVi8g0mWJMcZNo8Sj3SlaSyxw8rWAck7L
          ClearShow all
          Date ↕MethodURLData
          #12025-05-31 06:53:28GET/coach-detail/eyJpdiI6InBmdUQ4a2E0U3NZbHZVWmw2bXZ5eWc9PSIsInZhbHVlIjoiS295OGFCVENteGZxN0hxMHFpYml5dz09IiwibWFjIjoiYzZiNTg4NTc2YzExNmM2YWViZDUxMzdhOWZmNDM2NzI0Y2FmZDQ0ZjllOTc1YTkxOTBhOWFiNWQ5ZjRjMjg3ZSIsInRhZyI6IiJ941842