Business Analyst (HCM)

Unifirst Corporation, Contract Wilmington, Massachusetts, United States Posted 3 months ago Deadline : November 22, 2024 3 months ago

Windows Shell Script Developer

Unifirst Corporation, Contract Wilmington, Massachusetts, United States Posted 4 months ago Deadline : November 11, 2024 4 months ago

Fusion Analytics Warehouse (FAW) Engineer

Unifirst Corporation, Contract Wilmington, Massachusetts, United States Posted 5 months ago Deadline : October 14, 2024 5 months ago

Request history8.1.31PHP Version2.07sRequest Duration645MBMemory UsageGET employer/{user_name}/jobsRoute
    • Booting (1.94s)time
    • Application (132ms)time
    • 1 x Booting (93.65%)
      1.94s
      1 x Application (6.35%)
      132ms
      3 templates were rendered
      • frontend.jobs-by-employerjobs-by-employer.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET employer/{user_name}/jobs
      middleware
      web
      controller
      App\Http\Controllers\JobController@jobsByEmployer
      namespace
      prefix
      where
      as
      jobs_by_employer
      file
      app/Http/Controllers/JobController.php:786-804
      9 statements were executed (3 duplicates)Show only duplicates113ms
      • JobController.php#792clientfyi_final9.64msselect * from `users` where `users`.`company_slug` like '%UnifirstCorporation%' limit 1
        Bindings
        • 0: %UnifirstCorporation%
        Backtrace
        • app/Http/Controllers/JobController.php:792
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#801clientfyi_final3.72msselect count(*) as aggregate from `jobs` where `jobs`.`user_id` like '%6075%'
        Bindings
        • 0: %6075%
        Backtrace
        • app/Http/Controllers/JobController.php:801
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#801clientfyi_final11.14msselect * from `jobs` where `jobs`.`user_id` like '%6075%' order by `updated_at` desc limit 25 offset 0
        Bindings
        • 0: %6075%
        Backtrace
        • app/Http/Controllers/JobController.php:801
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • jobs-by-employer.blade.php#33clientfyi_final500μsselect * from `users` where `users`.`id` = 6075 limit 1
        Bindings
        • 0: 6075
        Backtrace
        • view::frontend.jobs-by-employer:33
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final410μsselect * from `users` where `users`.`id` = 6075 limit 1
        Bindings
        • 0: 6075
        Backtrace
        • view::frontend.jobs-by-employer:33
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final360μsselect * from `users` where `users`.`id` = 6075 limit 1
        Bindings
        • 0: 6075
        Backtrace
        • view::frontend.jobs-by-employer:33
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#101clientfyi_final580μsselect * from `categories` where `job_count` >= 1 order by `job_count` desc
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.theme:101
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#102clientfyi_final45.2msSELECT jobs.state_id,jobs.state_name, COUNT(*) AS numberOfSales FROM jobs JOIN states ON states.id = jobs.state_id GROUP BY jobs.state_id,jobs.state_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:102
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#103clientfyi_final41.88msSELECT jobs.city_id,jobs.city_name, COUNT(*) AS numberOfcities FROM jobs JOIN cities ON cities.id = jobs.city_id GROUP BY jobs.city_id,jobs.city_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:103
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Category
      138Category.php#?
      App\Models\User
      4User.php#?
      App\Models\Job
      3Job.php#?
          _token
          CzCVmm7C6lQAEmP4ExW4ACva0BK8J5v2BE1QAyVn
          _previous
          array:1 [ "url" => "https://pingjob.com/employer/UnifirstCorporation/jobs" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /employer/UnifirstCorporation/jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:25 [ "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "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)" ] "cf-connecting-ip" => array:1 [ 0 => "18.191.4.164" ] "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" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "cf-ray" => array:1 [ 0 => "9213dc22d8c62335-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "18.191.4.164" ] "x-real-ip" => array:1 [ 0 => "172.71.254.156" ] "host" => array:1 [ 0 => "pingjob.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 16 Mar 2025 11:20:13 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFid1FzOU5FWHZzc1F3V2ZUeEhnZ0E9PSIsInZhbHVlIjoidlpJVXkvTWVzODA0L3FkckZtdXJaZEVFV3dqbkU2cWk2T2NuVVdjdWpQM004VnRBMUx1NWd2L2xtZXQwTnNFalBYRVozT2VMQktEQ0VQNEZLdDFlSlJhUzlkMEw3RXB5dkhQQk0rY1BiYUFrS3ZYd0ROV0s3STZDZWFvUkhrQysiLCJtYWMiOiIxZmNkNmNmMjU0YmI1MjRhMWM5NDJlZWIwYjAzMDM2NmU0YWVjOWFlMzQ0YmU3YzcwMTBjNWI0NmVlYjRhZjhjIiwidGFnIjoiIn0%3D; expires=Sun, 16 Mar 2025 13:20:14 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkFid1FzOU5FWHZzc1F3V2ZUeEhnZ0E9PSIsInZhbHVlIjoidlpJVXkvTWVzODA0L3FkckZtdXJaZEVFV3dqbkU2cWk2T2NuVVdjdWpQM004VnRBMUx1NWd2L2xtZXQwTnNFalBYRVozT" 1 => "laravel_session=eyJpdiI6IjQ5NzdRUk4wR2YvSys2bEM3aUtPOHc9PSIsInZhbHVlIjoiVUpCV0NwR0pvRzRLamlLVTZQWmpaVVM1SmVzeVFMczBDV1VZdVc4Um90QjFSRWtrb2p4YXlUWUVuVnNZRWxQdFJISDVUQXVTSzd3WVRBeElTSzZEd1BwNlYreDd2VTU3ckZVR0ZFU1F3NFZXTEVtQ1BuZGNDVWsrQUE1NlZtSjIiLCJtYWMiOiI4Y2MyMDlmODg1MTJmNWY3YzE1MGYyMzVlMzA4NWQzZjU5MGE2OWYzZjI0NDg2YTcxZGU1MmNiMWI4ZjFhNmY4IiwidGFnIjoiIn0%3D; expires=Sun, 16 Mar 2025 13:20:14 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IjQ5NzdRUk4wR2YvSys2bEM3aUtPOHc9PSIsInZhbHVlIjoiVUpCV0NwR0pvRzRLamlLVTZQWmpaVVM1SmVzeVFMczBDV1VZdVc4Um90QjFSRWtrb2p4YXlUWUVuVnNZRWxQdFJI" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFid1FzOU5FWHZzc1F3V2ZUeEhnZ0E9PSIsInZhbHVlIjoidlpJVXkvTWVzODA0L3FkckZtdXJaZEVFV3dqbkU2cWk2T2NuVVdjdWpQM004VnRBMUx1NWd2L2xtZXQwTnNFalBYRVozT2VMQktEQ0VQNEZLdDFlSlJhUzlkMEw3RXB5dkhQQk0rY1BiYUFrS3ZYd0ROV0s3STZDZWFvUkhrQysiLCJtYWMiOiIxZmNkNmNmMjU0YmI1MjRhMWM5NDJlZWIwYjAzMDM2NmU0YWVjOWFlMzQ0YmU3YzcwMTBjNWI0NmVlYjRhZjhjIiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 13:20:14 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkFid1FzOU5FWHZzc1F3V2ZUeEhnZ0E9PSIsInZhbHVlIjoidlpJVXkvTWVzODA0L3FkckZtdXJaZEVFV3dqbkU2cWk2T2NuVVdjdWpQM004VnRBMUx1NWd2L2xtZXQwTnNFalBYRVozT" 1 => "laravel_session=eyJpdiI6IjQ5NzdRUk4wR2YvSys2bEM3aUtPOHc9PSIsInZhbHVlIjoiVUpCV0NwR0pvRzRLamlLVTZQWmpaVVM1SmVzeVFMczBDV1VZdVc4Um90QjFSRWtrb2p4YXlUWUVuVnNZRWxQdFJISDVUQXVTSzd3WVRBeElTSzZEd1BwNlYreDd2VTU3ckZVR0ZFU1F3NFZXTEVtQ1BuZGNDVWsrQUE1NlZtSjIiLCJtYWMiOiI4Y2MyMDlmODg1MTJmNWY3YzE1MGYyMzVlMzA4NWQzZjU5MGE2OWYzZjI0NDg2YTcxZGU1MmNiMWI4ZjFhNmY4IiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 13:20:14 GMT; path=/; httponlylaravel_session=eyJpdiI6IjQ5NzdRUk4wR2YvSys2bEM3aUtPOHc9PSIsInZhbHVlIjoiVUpCV0NwR0pvRzRLamlLVTZQWmpaVVM1SmVzeVFMczBDV1VZdVc4Um90QjFSRWtrb2p4YXlUWUVuVnNZRWxQdFJI" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "CzCVmm7C6lQAEmP4ExW4ACva0BK8J5v2BE1QAyVn" "_previous" => array:1 [ "url" => "https://pingjob.com/employer/UnifirstCorporation/jobs" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-16 11:20:14GET/employer/UnifirstCorporation/jobs39145