Search Jobs

Filter from the left sidebar to find your desired job

Filter Jobs

Keywords

Job Type

Category

Country

State

Location

Clear Filter
Found 106 jobs based on your current search
AWS Connect Engineer

Posted 2 weeks ago Deadline : March 20, 2025 2 weeks ago

$70.00 / Hourly Experience Level : Medium

T Rowe Price Group Inc Contract Owings Mills, Maryland, United States

AWS Data Engineer

Posted 2 weeks ago Deadline : March 18, 2025 2 weeks ago

$70.00 / Hourly Experience Level : Medium

Salesforce.com Contract San Francisco, California, United States

AWS DevOps Engineer

Posted 3 weeks ago Deadline : March 13, 2025 3 weeks ago

$75.00 / Hourly Experience Level : Medium

Huntington National Bank Contract Columbus, Ohio, United States

AWS Tech Lead

Posted 1 month ago Deadline : February 19, 2025 1 month ago

$65.00 / Hourly Experience Level : Medium

Delta Air Lines Inc Contract Atlanta, Georgia, United States

Application Virtualization Engineer

Posted 1 month ago Deadline : February 14, 2025 1 month ago

$86.00 / Hourly Experience Level : Medium

Intuit Inc Contract Mountain View, California, United States

AWS Cloud Architect

Posted 2 months ago Deadline : February 7, 2025 2 months ago

$125.00 / Hourly Experience Level : Medium

JetBlue Airways Corporation Contract Queens, New York, United States

AWS Cloud Appstream Architect

Posted 2 months ago Deadline : January 29, 2025 2 months ago

Experience Level : Medium

Globe Life and Accident Insurance Contract McKinney , Texas, United States

AWS Cloud Engineer

Posted 3 months ago Deadline : January 7, 2025 3 months ago

$90.00 / Hourly Experience Level : Medium

Welbilt Contract New Port Richey , Florida, United States

AWS Infrastructure Engineer

Posted 3 months ago Deadline : January 3, 2025 3 months ago

Experience Level : Medium

Credit One Bank Contract Las Vegas, Nevada, United States

AWS Developer

Posted 3 months ago Deadline : December 16, 2024 3 months ago

$80.00 / Hourly Experience Level : Medium

Verizon Communications Inc Contract Basking Ridge, New Jersey, United States

Request history8.1.32PHP Version4.18sRequest Duration987MBMemory UsageGET jobsRoute
    • Booting (2.17s)time
    • Application (2.01s)time
    • 1 x Booting (51.83%)
      2.17s
      1 x Application (48.17%)
      2.01s
      4 templates were rendered
      • frontend.jobsjobs.blade.php#?blade
      • admin.flash_msgflash_msg.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET jobs
      middleware
      web
      controller
      App\Http\Controllers\JobController@jobsListing
      namespace
      prefix
      where
      as
      jobs_listing
      file
      app/Http/Controllers/JobController.php:855-920
      563 statements were executed, 63 have been excluded (444 duplicates)Show only duplicatesclientfyi_final1.11s
      • # Query soft and hard limit for Debugbar are reached. Only the first 100 queries show details. Queries after the first 500 are ignored. Limits can be raised in the config (debugbar.options.db.soft/hard_limit).
      • JobController.php#860clientfyi_final910μsselect * from `categories` order by `category_name` asc
        Backtrace
        • app/Http/Controllers/JobController.php:860
        • 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#861clientfyi_final430μsselect * from `countries`
        Backtrace
        • app/Http/Controllers/JobController.php:861
        • 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
      • User.php#78clientfyi_final126msselect `id`, `company` from `users` where `user_type` in ('employer', 'agent') order by `id` desc
        Bindings
        • 0: employer
        • 1: agent
        Backtrace
        • app/Models/User.php:78
        • app/Http/Controllers/JobController.php:908
        • 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
      • JobController.php#911clientfyi_final860μsselect count(*) as aggregate from `jobs` where `status` = 1 and `category_id` = '168'
        Bindings
        • 0: 1
        • 1: 168
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • 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#911clientfyi_final1.23msselect * from `jobs` where `status` = 1 and `category_id` = '168' order by `updated_at` desc limit 10 offset 0
        Bindings
        • 0: 1
        • 1: 168
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • 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#911clientfyi_final660μsselect * from `users` where `users`.`id` in (1595, 2900, 5506, 6218, 14322, 29879, 33573, 49021, 51733, 74495)
        Backtrace
        • app/Http/Controllers/JobController.php:911
        • 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
      • Category.php#25clientfyi_final20.92msselect * from `jobs` where `jobs`.`category_id` = 4 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 4
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final610μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.01msselect * from `jobs` where `jobs`.`category_id` = 174 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 174
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final390μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final800μsselect * from `jobs` where `jobs`.`category_id` = 170 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 170
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final400μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final610μsselect * from `jobs` where `jobs`.`category_id` = 198 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 198
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final390μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.53msselect * from `jobs` where `jobs`.`category_id` = 89 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 89
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final370μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final790μsselect * from `jobs` where `jobs`.`category_id` = 188 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 188
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final420μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final620μsselect * from `jobs` where `jobs`.`category_id` = 85 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 85
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final340μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.29msselect * from `jobs` where `jobs`.`category_id` = 86 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 86
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final340μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final850μsselect * from `jobs` where `jobs`.`category_id` = 167 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 167
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final330μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.05msselect * from `jobs` where `jobs`.`category_id` = 168 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 168
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final390μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.11msselect * from `jobs` where `jobs`.`category_id` = 169 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 169
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final380μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.85msselect * from `jobs` where `jobs`.`category_id` = 81 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 81
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final390μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.14msselect * from `jobs` where `jobs`.`category_id` = 87 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 87
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final360μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final510μsselect * from `jobs` where `jobs`.`category_id` = 176 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 176
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final350μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final560μsselect * from `jobs` where `jobs`.`category_id` = 131 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 131
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.41msselect * from `jobs` where `jobs`.`category_id` = 88 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 88
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final15.58msselect * from `jobs` where `jobs`.`category_id` = 29 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 29
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final530μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final5.48msselect * from `jobs` where `jobs`.`category_id` = 189 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 189
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final350μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.55msselect * from `jobs` where `jobs`.`category_id` = 47 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 47
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final340μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final530μsselect * from `jobs` where `jobs`.`category_id` = 91 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 91
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final310μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final900μsselect * from `jobs` where `jobs`.`category_id` = 93 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 93
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final270μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final520μsselect * from `jobs` where `jobs`.`category_id` = 94 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 94
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final280μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.05msselect * from `jobs` where `jobs`.`category_id` = 177 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 177
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final290μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.02msselect * from `jobs` where `jobs`.`category_id` = 96 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 96
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final300μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final930μsselect * from `jobs` where `jobs`.`category_id` = 178 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 178
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final8.17msselect * from `jobs` where `jobs`.`category_id` = 39 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 39
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final430μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final4.67msselect * from `jobs` where `jobs`.`category_id` = 40 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 40
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final370μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.19msselect * from `jobs` where `jobs`.`category_id` = 211 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 211
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final330μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.32msselect * from `jobs` where `jobs`.`category_id` = 99 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 99
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final370μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.15msselect * from `jobs` where `jobs`.`category_id` = 67 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 67
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final300μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.8msselect * from `jobs` where `jobs`.`category_id` = 100 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 100
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final290μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final480μsselect * from `jobs` where `jobs`.`category_id` = 200 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 200
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final260μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final5.31msselect * from `jobs` where `jobs`.`category_id` = 36 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 36
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final460μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.42msselect * from `jobs` where `jobs`.`category_id` = 101 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 101
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final380μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final800μsselect * from `jobs` where `jobs`.`category_id` = 163 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 163
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.46msselect * from `jobs` where `jobs`.`category_id` = 102 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 102
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final280μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final1.74msselect * from `jobs` where `jobs`.`category_id` = 103 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 103
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final300μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final2.08msselect * from `jobs` where `jobs`.`category_id` = 190 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 190
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final330μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final3.74msselect * from `jobs` where `jobs`.`category_id` = 161 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 161
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final360μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final780μsselect * from `jobs` where `jobs`.`category_id` = 82 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 82
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final330μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final980μsselect * from `jobs` where `jobs`.`category_id` = 179 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 179
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final300μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final660μsselect * from `jobs` where `jobs`.`category_id` = 180 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 180
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final570μsselect * from `jobs` where `jobs`.`category_id` = 105 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 105
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final320μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final640μsselect * from `jobs` where `jobs`.`category_id` = 106 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final290μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final670μsselect * from `jobs` where `jobs`.`category_id` = 191 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 191
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final290μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final430μsselect * from `jobs` where `jobs`.`category_id` = 202 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 202
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final270μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • Category.php#25clientfyi_final970μsselect * from `jobs` where `jobs`.`category_id` = 164 and `jobs`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 164
        • 1: 1
        Backtrace
        • app/Models/Category.php:25
        • view::frontend.jobs:70
        • 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
      • GlobalFunctions.php#156clientfyi_final430μsselect * from `options` where (`option_key` = 'category_count_cached') limit 1
        Bindings
        • 0: category_count_cached
        Backtrace
        • app/Helper/GlobalFunctions.php:156
        • view::frontend.jobs:70
        • 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
      • clientfyi_final930μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.1msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.45msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final520μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.98msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final590μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final290μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.7msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.52msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final32.29msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final480μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.2msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final870μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final610μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final840μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final620μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.02msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final790μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.21msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final650μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.31msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final530μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final780μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.57msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.34msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.56msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.15msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final660μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final890μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final8.75msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.7msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final510μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final9.07msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.56msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.21msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.1msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final290μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.52msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final280μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.28msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final260μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.81msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final500μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final270μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.14msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final280μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final730μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final270μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.47msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.52msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final280μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.59msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final8.77msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.77msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final680μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final270μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final12.65msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final620μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final830μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.27msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.15msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.78msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.7msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final12.94msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final920μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.41msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.9msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final280μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.89msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.71msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.78msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.49msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.02msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.56msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final770μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final940μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final260μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final990μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.74msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final12.08msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final570μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.89msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.28msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.91msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final450μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.94msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.36msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.12msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.15msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.57msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.61msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final980μsupdate `options` set `option_value` = ? where `id` = ?
      • clientfyi_final770μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.04msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.09msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.94msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final7.72msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final660μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.24msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final900μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.48msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.19msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.66msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5.29msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.3msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final870μsselect * from `categories` where `job_count` >= ? order by `job_count` desc
      • clientfyi_final84.98msSELECT 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
      • clientfyi_final41.12msSELECT 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
      • clientfyi_final27.9msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final540μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final17.98msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final520μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final15.36msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final11.39msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final500μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final13.12msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final520μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final12.93msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final550μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final9.09msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final8.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final7.55msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.05msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.96msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.25msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.54msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5.31msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final6.56msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final500μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.79msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5.13msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final470μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.87msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final480μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.7msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final480μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5.13msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final470μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.67msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final450μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.9msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final470μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.52msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.48msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.78msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final450μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.49msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final480μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.13msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final550μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.92msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final4.14msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final430μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.91msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.24msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.54msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.31msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.3msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.17msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.68msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final3.02msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.86msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.68msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.16msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.87msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.95msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.07msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.06msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.2msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.85msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.9msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.86msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.99msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.95msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.9msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.83msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.86msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.96msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.85msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final700μsupdate `options` set `option_value` = ? where `id` = ?
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.97msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.87msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.64msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.62msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.58msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final320μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.62msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.62msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.53msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final290μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.61msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.39msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.43msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.37msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final310μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.36msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final350μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.36msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.4msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.56msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.72msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.49msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.48msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.84msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final460μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.62msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.49msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.3msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.63msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final710μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.59msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.27msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.33msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.19msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.34msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.03msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.42msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.31msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.13msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.08msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.19msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.15msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final480μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.17msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.06msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final420μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final930μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final940μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final900μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final370μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final900μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final960μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final960μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final390μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final850μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final870μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final360μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.02msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final380μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final860μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • ... 63 additional queries are executed but now shown because of Debugbar query limits. Limits can be raised in the config (debugbar.options.db.soft/hard_limit)
      App\Models\Job
      50084Job.php#?
      App\Models\Category
      276Category.php#?
      App\Models\Option
      276Option.php#?
      App\Models\User
      10User.php#?
      App\Models\Country
      3Country.php#?
          _token
          6tXd61uOQwbHMYv4HCoM6CHQKzjXLpyQUJfmWTzn
          _previous
          array:1 [ "url" => "https://pingjob.com/jobs?category=168" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "category" => "168" ]
          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.222.240.84" ] "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 => "92c91f29ea0eff5b-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "18.222.240.84" ] "x-real-ip" => array:1 [ 0 => "108.162.216.83" ] "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, 07 Apr 2025 11:18:02 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjUrMzJZcWZBaGlDQ1RncFZQRTZ2UkE9PSIsInZhbHVlIjoiR3V4RTFpWmo2UENQUjBvUFhuME9GUzFUWkpKMFl0a3ZuRURPUkh1bzVrN2kzSTRBWXhvSU9FQ2d4M0luMmYvcjBkaHUxQmhQcGN4RkVEdHdCUXdRektwT2dkRHhFRzBTZitPY0hrT20vS1d1cVc1YTVNbVA1RUUrQTdRK2c4ZEYiLCJtYWMiOiI2MWZhOGU1YTQzOGQyNTBiN2I4YjEzNjhiMDVkYjk1OGU4Y2U2OGJlMzZmOTQ0OTgzYTM3ZTM1NTlhZjk1ZGUyIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 13:18:04 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjUrMzJZcWZBaGlDQ1RncFZQRTZ2UkE9PSIsInZhbHVlIjoiR3V4RTFpWmo2UENQUjBvUFhuME9GUzFUWkpKMFl0a3ZuRURPUkh1bzVrN2kzSTRBWXhvSU9FQ2d4M0luMmYvcjBkaHUxQ" 1 => "laravel_session=eyJpdiI6IllzcVJ1Qjh3OTBveU9yWTVWQkoxL2c9PSIsInZhbHVlIjoidEQ5TmI3VnJDSkRDb3Y2a0NXWFcwQm1PZjVmcDVsdFIvYTVFNWUvK3lqMVFEUUV2L05PNHFHYytiRmhVYVdjMTlNN3d4K1l0VDJWeDdiVVJMQWg5Wjd6ZmRKeG5FOEFvS1V6THJWdElLTmRLN0l4ZDR1aFZ6YzNHNm9ldUNMcWkiLCJtYWMiOiIxOGU1MzZjMjM1ZTk1YmUxZjhiZmUzMDYyMDc2OTk3MDUzOWZhZjViNjlmMDJlNWMwM2ExNWQ3YmJlM2IxOGUxIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 13:18:04 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IllzcVJ1Qjh3OTBveU9yWTVWQkoxL2c9PSIsInZhbHVlIjoidEQ5TmI3VnJDSkRDb3Y2a0NXWFcwQm1PZjVmcDVsdFIvYTVFNWUvK3lqMVFEUUV2L05PNHFHYytiRmhVYVdjMTlN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjUrMzJZcWZBaGlDQ1RncFZQRTZ2UkE9PSIsInZhbHVlIjoiR3V4RTFpWmo2UENQUjBvUFhuME9GUzFUWkpKMFl0a3ZuRURPUkh1bzVrN2kzSTRBWXhvSU9FQ2d4M0luMmYvcjBkaHUxQmhQcGN4RkVEdHdCUXdRektwT2dkRHhFRzBTZitPY0hrT20vS1d1cVc1YTVNbVA1RUUrQTdRK2c4ZEYiLCJtYWMiOiI2MWZhOGU1YTQzOGQyNTBiN2I4YjEzNjhiMDVkYjk1OGU4Y2U2OGJlMzZmOTQ0OTgzYTM3ZTM1NTlhZjk1ZGUyIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 13:18:04 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjUrMzJZcWZBaGlDQ1RncFZQRTZ2UkE9PSIsInZhbHVlIjoiR3V4RTFpWmo2UENQUjBvUFhuME9GUzFUWkpKMFl0a3ZuRURPUkh1bzVrN2kzSTRBWXhvSU9FQ2d4M0luMmYvcjBkaHUxQ" 1 => "laravel_session=eyJpdiI6IllzcVJ1Qjh3OTBveU9yWTVWQkoxL2c9PSIsInZhbHVlIjoidEQ5TmI3VnJDSkRDb3Y2a0NXWFcwQm1PZjVmcDVsdFIvYTVFNWUvK3lqMVFEUUV2L05PNHFHYytiRmhVYVdjMTlNN3d4K1l0VDJWeDdiVVJMQWg5Wjd6ZmRKeG5FOEFvS1V6THJWdElLTmRLN0l4ZDR1aFZ6YzNHNm9ldUNMcWkiLCJtYWMiOiIxOGU1MzZjMjM1ZTk1YmUxZjhiZmUzMDYyMDc2OTk3MDUzOWZhZjViNjlmMDJlNWMwM2ExNWQ3YmJlM2IxOGUxIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 13:18:04 GMT; path=/; httponlylaravel_session=eyJpdiI6IllzcVJ1Qjh3OTBveU9yWTVWQkoxL2c9PSIsInZhbHVlIjoidEQ5TmI3VnJDSkRDb3Y2a0NXWFcwQm1PZjVmcDVsdFIvYTVFNWUvK3lqMVFEUUV2L05PNHFHYytiRmhVYVdjMTlN" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "6tXd61uOQwbHMYv4HCoM6CHQKzjXLpyQUJfmWTzn" "_previous" => array:1 [ "url" => "https://pingjob.com/jobs?category=168" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 11:18:04GET/jobs?category=168456350649