ILog Rules Developer

Wyndham International Inc, Contract Parsippany, New Jersey, United States Posted 8 years ago Deadline : April 21, 2017 8 years ago

J2EE Lead/Designer

Wyndham International Inc, Contract Parsippany, New Jersey, United States Posted 8 years ago Deadline : April 21, 2017 8 years ago

Endeca Developer

Wyndham International Inc, Contract Parsippany, New Jersey, United States Posted 8 years ago Deadline : April 21, 2017 8 years ago

QA Manager

Wyndham International Inc, Contract Parsippany, New Jersey, United States Posted 8 years ago Deadline : November 27, 2016 8 years ago

Request history8.1.32PHP Version2.29sRequest Duration649MBMemory UsageGET employer/{user_name}/jobsRoute
    • Booting (2.15s)time
    • Application (142ms)time
    • 1 x Booting (93.8%)
      2.15s
      1 x Application (6.2%)
      142ms
      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
      10 statements were executed (4 duplicates)Show only duplicates124ms
      • JobController.php#792clientfyi_final2.71msselect * from `users` where `users`.`company_slug` like '%CVSCorporation%' limit 1
        Bindings
        • 0: %CVSCorporation%
        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_final4.71msselect count(*) as aggregate from `jobs` where `jobs`.`user_id` like '%1490%'
        Bindings
        • 0: %1490%
        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_final10.92msselect * from `jobs` where `jobs`.`user_id` like '%1490%' order by `updated_at` desc limit 25 offset 100
        Bindings
        • 0: %1490%
        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_final440μsselect * from `users` where `users`.`id` = 11490 limit 1
        Bindings
        • 0: 11490
        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_final400μsselect * from `users` where `users`.`id` = 11490 limit 1
        Bindings
        • 0: 11490
        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_final380μsselect * from `users` where `users`.`id` = 11490 limit 1
        Bindings
        • 0: 11490
        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_final390μsselect * from `users` where `users`.`id` = 11490 limit 1
        Bindings
        • 0: 11490
        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_final560μ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_final57.91msSELECT 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_final46.01msSELECT 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
      5User.php#?
      App\Models\Job
      4Job.php#?
          _token
          TjjmOsM1L6nfxDCP22p4vY4mEWzqj6Q7zoyakFjO
          _previous
          array:1 [ "url" => "https://pingjob.com/employer/CVSCorporation/jobs?page=5" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /employer/CVSCorporation/jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "5" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "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" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "13.59.55.237" ] "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 => "Mon, 28 Apr 2025 03:23:41 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlnY28yRDYxZUtKekhpdVJEclRqNkE9PSIsInZhbHVlIjoieUVMM215N3R3SkZldWtjOW1UUEJPQ2xmcHV3SE1lVldwR3B2N2xGWGpZSlhseDdRQTQ1UmM2ZmxsazExQk5RRTZ1cHhqazVuRjFFNGJIWExkWktvWXFLWEdWVFdBOTd3aEZ0NkFwZ3lLcmR5TnduQS9uR2ZiTlZPODVKWWdoZU0iLCJtYWMiOiJhYzg4ODY0YzNmNjcyMjk5ZmJhYzNlZTVkNjkyYTE1NjhmZDkxNTkwMmFmOGY4MDhhMmRhMmZjMGFiNjFhN2RjIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 05:23:41 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImlnY28yRDYxZUtKekhpdVJEclRqNkE9PSIsInZhbHVlIjoieUVMM215N3R3SkZldWtjOW1UUEJPQ2xmcHV3SE1lVldwR3B2N2xGWGpZSlhseDdRQTQ1UmM2ZmxsazExQk5RRTZ1cHhqa" 1 => "laravel_session=eyJpdiI6IisyN3JzTjkwMDZzaWQ2Z0k1cmt3cmc9PSIsInZhbHVlIjoiTkZsamg1SUlTaXFBNE9QY21vWjN5U1VWUko1RlNMU2NoRU1pOEwwYkU0YWlsMEE3ZlJkbHJFUEdXTjJLcG16SGRRbVhUZjExUzhTMzVEa1RyMkxWNlJqSUVEdTZYWmpxKy9pSThzb1g5MWp6Vmg2djdLL3lHNmRqVVd1bUFwbHQiLCJtYWMiOiIxYjc2YTY2YjQ2NmNjOWRjMTQ5YjE0YWFhMGZjZGU4ODlhNTgyODQxMjYwMmJiY2JjMzYwYjNjOTMyMjMzOGU0IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 05:23:41 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IisyN3JzTjkwMDZzaWQ2Z0k1cmt3cmc9PSIsInZhbHVlIjoiTkZsamg1SUlTaXFBNE9QY21vWjN5U1VWUko1RlNMU2NoRU1pOEwwYkU0YWlsMEE3ZlJkbHJFUEdXTjJLcG16SGRR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlnY28yRDYxZUtKekhpdVJEclRqNkE9PSIsInZhbHVlIjoieUVMM215N3R3SkZldWtjOW1UUEJPQ2xmcHV3SE1lVldwR3B2N2xGWGpZSlhseDdRQTQ1UmM2ZmxsazExQk5RRTZ1cHhqazVuRjFFNGJIWExkWktvWXFLWEdWVFdBOTd3aEZ0NkFwZ3lLcmR5TnduQS9uR2ZiTlZPODVKWWdoZU0iLCJtYWMiOiJhYzg4ODY0YzNmNjcyMjk5ZmJhYzNlZTVkNjkyYTE1NjhmZDkxNTkwMmFmOGY4MDhhMmRhMmZjMGFiNjFhN2RjIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 05:23:41 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImlnY28yRDYxZUtKekhpdVJEclRqNkE9PSIsInZhbHVlIjoieUVMM215N3R3SkZldWtjOW1UUEJPQ2xmcHV3SE1lVldwR3B2N2xGWGpZSlhseDdRQTQ1UmM2ZmxsazExQk5RRTZ1cHhqa" 1 => "laravel_session=eyJpdiI6IisyN3JzTjkwMDZzaWQ2Z0k1cmt3cmc9PSIsInZhbHVlIjoiTkZsamg1SUlTaXFBNE9QY21vWjN5U1VWUko1RlNMU2NoRU1pOEwwYkU0YWlsMEE3ZlJkbHJFUEdXTjJLcG16SGRRbVhUZjExUzhTMzVEa1RyMkxWNlJqSUVEdTZYWmpxKy9pSThzb1g5MWp6Vmg2djdLL3lHNmRqVVd1bUFwbHQiLCJtYWMiOiIxYjc2YTY2YjQ2NmNjOWRjMTQ5YjE0YWFhMGZjZGU4ODlhNTgyODQxMjYwMmJiY2JjMzYwYjNjOTMyMjMzOGU0IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 05:23:41 GMT; path=/; httponlylaravel_session=eyJpdiI6IisyN3JzTjkwMDZzaWQ2Z0k1cmt3cmc9PSIsInZhbHVlIjoiTkZsamg1SUlTaXFBNE9QY21vWjN5U1VWUko1RlNMU2NoRU1pOEwwYkU0YWlsMEE3ZlJkbHJFUEdXTjJLcG16SGRR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "TjjmOsM1L6nfxDCP22p4vY4mEWzqj6Q7zoyakFjO" "_previous" => array:1 [ "url" => "https://pingjob.com/employer/CVSCorporation/jobs?page=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-28 03:23:41GET/employer/CVSCorporation/jobs?page=5310147