Your query returned 1 results

Search again

Frédéric Schütz
Frédéric Schütz [vcard]
Head of Biostatistics, BIOS
Biostatistics platform
Unil
Quartier Sorge - Bâtiment Amphipôle
1015 Lausanne
tel+41 21 692 40 94
mail

SettingsRequest history8.3.24PHP Version18.84msRequest Duration2MBMemory UsageGET people_search.php
status
200 OK
full_url
https://webapp3.vital-it.ch/fp/people_search.php?cn=frederic%20schutz
action_name
people-search_old
controller_action
App\Http\Controllers\PeoplesearchController@index
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://webapp3.vital-it.ch/fp/people_search.php?cn=frederic%20schutz
action_name
people-search_old
controller_action
App\Http\Controllers\PeoplesearchController@index
uri
GET people_search.php
controller
App\Http\Controllers\PeoplesearchController@index
namespace
App\Http\Controllers
file
app/Http/Controllers/PeoplesearchController.php:30-110
middleware
web
duration
19.09ms
peak_memory
4MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "cn" => "frederic schutz" ]
request_request
[]
request_headers
0 of 0
array:18 [ "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "host" => array:1 [ 0 => "webapp3.vital-it.ch" ] ]
request_cookies
[]
response_headers
0 of 0
array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Thu, 21 Aug 2025 20:07:04 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "f5SDzUmIk9gobG3mK1nSKh8NbhYVhhVeFRrm6UEJ" ]
  • debuglog[22:07:04] LOG.debug: Request from: https://webapp3.vital-it.ch/fp/people_search.php 10.0.43.36 { ...
  • Booting (8.18ms)time
  • Application (10.65ms)time
  • Routing (249μs)
  • Preparing Response (646μs)
  • 1 x Application (56.54%)
    10.65ms
    1 x Booting (43.42%)
    8.18ms
    1 x Preparing Response (3.43%)
    646μs
    1 x Routing (1.32%)
    249μs
    2 templates were rendered
    • 1x people-searchpeople-search.blade.php#?blade
    • 1x personperson.blade.php#?blade
    uri
    GET people_search.php
    middleware
    web
    controller
    App\Http\Controllers\PeoplesearchController@index
    namespace
    App\Http\Controllers
    as
    people-search_old
    file
    app/Http/Controllers/PeoplesearchController.php:30-110
    2 statements were executed3.24ms
    • PeopleService.php#252findindpeople_prod2.61msselect * from `people` where `id` > 0 and `cn` LIKE 'frederic schutz%' and (`cn` LIKE 'frederic schutz%' or `cn` = 'frederic schutz')
      Bindings
      • 0: 0
      • 1: frederic schutz%
      • 2: frederic schutz%
      • 3: frederic schutz
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Services/PeopleService.php:252
      • app/Http/Controllers/PeoplesearchController.php:102
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
      • vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingControllerDispatcherTracing.php:21
    • PeopleService.php#252findindpeople_prod630μsselect `departments`.*, `department_person`.`person_id` as `pivot_person_id`, `department_person`.`department_id` as `pivot_department_id`, `department_person`.`is_group_leader` as `pivot_is_group_leader` from `departments` inner join `department_person` on `departments`.`id` = `department_person`.`department_id` where `department_person`.`person_id` in (52) order by FIELD(departmentnumber, "Executive team", "Finance & Grant Management") DESC
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Services/PeopleService.php:252
      • app/Http/Controllers/PeoplesearchController.php:102
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
      • vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingControllerDispatcherTracing.php:21
    App\Person
    1Person.php#?
    App\Department
    1Department.php#?
        _token
        f5SDzUmIk9gobG3mK1nSKh8NbhYVhhVeFRrm6UEJ
        ClearShow all
        Date ↕MethodURLData
        #12025-08-21 22:07:04GET/fp/people_search.php?cn=frederic+schutz1222