ThomasPorera

Rajasthan Royals AC

Born Feb 06, 2003

Test Description

back
SettingsRequest history8.2.27PHP Version43.51msRequest Duration3MBMemory UsageGET coach-detail/{id}
status
200 OK
full_url
https://stage.rajasthanroyalsacademy.com/coach-detail/eyJpdiI6IkFUTHJ3WnIxMHAwL2RuOGtDNkViZ0E9PSIsIn...
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://stage.rajasthanroyalsacademy.com/coach-detail/eyJpdiI6IkFUTHJ3WnIxMHAwL2RuOGtDNkViZ0E9PSIsIn...
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:232-241
middleware
web
duration
44.34ms
peak_memory
4MB
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 => "stage.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 => ""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" ] "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 => "Tue, 18 Mar 2025 10:24:53 GMT" ] ]
session_attributes
0 of 0
array:3 [ "academy_id" => 1 "academy_data" => array:11 [ "id" => 1 "academy_name" => "Rajasthan Royals AC" "address" => """ <h1>Royal Multisport Private Limited</h1>\r\n \r\n <p>B Wing, 103-104, Fulcrum,</p>\r\n \r\n <p>Hiranandani Business Park, Sahar Road,</p>\r\n \r\n <p>Andheri East, Mumbai Suburban,</p>\r\n \r\n <p>Maharashtra, 400059.</p> """ "logo" => "logos/q05FFdvtDsLJHYGJ30LkzlOuUPviRA5etwg7M7nS.png" "contact_person_name" => "Ajay Thomas" "contact_person_email" => "Ajay@mailinator.com" "phone_number" => "07329973337" "domain" => "stage.rajasthanroyalsacademy.com" "status" => 1 "created_at" => "2024-11-27T04:13:57.000000Z" "updated_at" => "2025-03-06T19:35:30.000000Z" ] "_token" => "sSXaiu1Y0Soc6vfFvGhhvGmib5eSlJ0Nk9kOt9im" ]
    • Booting (26.64ms)time
    • Application (16.86ms)time
    • Routing (1.16ms)
    • Preparing Response (10.52ms)
    • 1 x Booting (61.23%)
      26.64ms
      1 x Application (38.74%)
      16.86ms
      1 x Preparing Response (24.19%)
      10.52ms
      1 x Routing (2.66%)
      1.16ms
      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:232-241
      17 statements were executed (12 duplicates)Show only duplicates2.83ms
      • PageController.php#239d4020_stage_rajasthanroyals200μsselect `id`, `name`, `first_name`, `last_name`, `image`, `date_of_birth` from `users` where `academy_id` = 1 and `id` = '71' and `users`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: 71
        • 2: -1
        Backtrace
        • app/Http/Controllers/PageController.php:239
        • 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#239d4020_stage_rajasthanroyals200μsselect * from `coachdetails` where `coachdetails`.`user_id` in (71)
        Backtrace
        • app/Http/Controllers/PageController.php:239
        • 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#461d4020_stage_rajasthanroyals170μsselect * from `academies` where `id` = 1 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:461
        • 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#415d4020_stage_rajasthanroyals150μsselect `logo` from `academies` where `id` = 1 and `status` = '1' and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: 1
        • 2: -1
        Backtrace
        • app/Helpers/helpers.php:415
        • 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#2981d4020_stage_rajasthanroyals160μsselect `id`, `contact_person_email`, `phone_number` from `academies` where `id` = 1 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:2981
        • 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#389d4020_stage_rajasthanroyals150μsselect `id`, `twitterLink`, `facebookLink`, `InstaLink`, `YoutubeLink` from `settings` where `academy_id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Helpers/helpers.php:389
        • 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#403d4020_stage_rajasthanroyals180μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:403
        • 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#403d4020_stage_rajasthanroyals170μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:403
        • 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#403d4020_stage_rajasthanroyals150μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:403
        • 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#452d4020_stage_rajasthanroyals140μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '1' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:452
        • 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#376d4020_stage_rajasthanroyals160μsselect `id`, `contents`, `coaches`, `tournament`, `is_htmlactive`, `is_coachactive`, `is_tournamentactive`, `is_appsectionactive`, `home_section_status` from `homepage_contents` where `academy_id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Helpers/helpers.php:376
        • 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#461d4020_stage_rajasthanroyals160μsselect * from `academies` where `id` = 1 and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: -1
        Backtrace
        • app/Helpers/helpers.php:461
        • 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#415d4020_stage_rajasthanroyals140μsselect `logo` from `academies` where `id` = 1 and `status` = '1' and `academies`.`status` != -1 limit 1
        Bindings
        • 0: 1
        • 1: 1
        • 2: -1
        Backtrace
        • app/Helpers/helpers.php:415
        • 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#403d4020_stage_rajasthanroyals200μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '0' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:403
        • 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#452d4020_stage_rajasthanroyals150μsselect `id`, `academy_id`, `status`, `private` from `coaching_programs` where `academy_id` = 1 and `private` = '1' and `status` = '1' and `coaching_programs`.`status` != -1
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: -1
        Backtrace
        • app/Helpers/helpers.php:452
        • 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#389d4020_stage_rajasthanroyals140μsselect `id`, `twitterLink`, `facebookLink`, `InstaLink`, `YoutubeLink` from `settings` where `academy_id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Helpers/helpers.php:389
        • 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#471d4020_stage_rajasthanroyals210μsselect * from `pages` where `academy_id` = 1 and `status` = '1'
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Helpers/helpers.php:471
        • 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
      60CoachingProgram.php#?
      App\Models\Page
      6Page.php#?
      App\Models\Academy
      5Academy.php#?
      App\Models\Setting
      2Setting.php#?
      App\Models\User
      1User.php#?
      App\Models\Coachdetails
      1Coachdetails.php#?
      App\Models\HomepageContents
      1HomepageContents.php#?
          academy_id
          1
          academy_data
          array:11 [ "id" => 1 "academy_name" => "Rajasthan Royals AC" "address" => """ <h1>Royal Mu...
          _token
          sSXaiu1Y0Soc6vfFvGhhvGmib5eSlJ0Nk9kOt9im
          ClearShow all
          Date ↕MethodURLData
          #12025-03-18 15:54:53GET/coach-detail/eyJpdiI6IkFUTHJ3WnIxMHAwL2RuOGtDNkViZ0E9PSIsInZhbHVlIjoiNVRLdmM5R0Fndk9EcWxLL29ER3YzZz09IiwibWFjIjoiZWVlZGI2Nzg2N2E4NjU2YzIxMWE1ZGE1MTAxZWQ0NzYwNmRjYmZkNTE0Y2NjOWZkYjY2ODYzNDE3NGE3NTMzZSIsInRhZyI6IiJ941776