Search Jobs

Filter from the left sidebar to find your desired job

Filter Jobs

Keywords

Job Type

Category

Country

State

Location

Clear Filter
Found 62 jobs based on your current search
MicroStrategy Administrator

Posted 1 year ago Deadline : March 19, 2024 1 year ago

Experience Level : Medium

Bain & Company Full Time Atlanta, Georgia, United States

MicroStrategy Analyst

Posted 3 years ago Deadline : November 29, 2021 3 years ago

$90.00 / Hourly

Care First Blue Cross Blue Shield Contract Reston, Virginia, United States

MicroStrategy Developer

Posted 4 years ago Deadline : December 25, 2020 4 years ago

$95.00 / Hourly

J C Penney Corporation Inc Contract Plano , Texas, United States

Microstrategy Developer

Posted 4 years ago Deadline : October 30, 2020 4 years ago

$90.00 / Hourly

Barclays Capital Contract Whippany, New Jersey, United States

MicroStrategy Administrator

Posted 4 years ago Deadline : August 22, 2020 4 years ago

$65.00 / Hourly

Constellation Brands Inc Contract Canandaigua, New York, United States

Microstrategy Developer

Posted 4 years ago Deadline : July 21, 2020 4 years ago

$85.00 / Hourly

State Compensation Insurance Fund Contract Pleasanton, California, United States

Microstrategy Developer

Posted 4 years ago Deadline : June 25, 2020 4 years ago

$85.00 / Hourly

FreddieMac Contract McLean, Virginia, United States

Microstrategy Admin

Posted 4 years ago Deadline : June 25, 2020 4 years ago

$70.00 / Hourly

Medical University of South Carolina Contract Charleston , South Carolina, United States

MicroStrategy Developer

Posted 4 years ago Deadline : June 25, 2020 4 years ago

$35.00 / Hourly

Concentra Corporation Contract Dallas , Texas, United States

MicroStrategy Developer

Posted 5 years ago Deadline : March 20, 2020 5 years ago

$80.00 / Hourly

Campbell Soup Company Contract Norwalk, Connecticut, United States

Request history8.1.32PHP Version3.91sRequest Duration987MBMemory UsageGET jobsRoute
    • Booting (1.9s)time
    • Application (2.01s)time
    • 1 x Application (51.45%)
      2.01s
      1 x Booting (48.55%)
      1.90s
      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
      562 statements were executed, 62 have been excluded (443 duplicates)Show only duplicatesclientfyi_final1.1s
      • # 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_final1.09msselect * 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_final420μ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_final81.18msselect `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_final1.08msselect count(*) as aggregate from `jobs` where `status` = 1 and `category_id` = '116'
        Bindings
        • 0: 1
        • 1: 116
        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_final880μsselect * from `jobs` where `status` = 1 and `category_id` = '116' order by `updated_at` desc limit 10 offset 0
        Bindings
        • 0: 1
        • 1: 116
        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_final640μsselect * from `users` where `users`.`id` in (942, 1325, 2973, 10957, 11261, 16766, 16768, 16810, 50873, 57488)
        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_final18.22msselect * 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_final720μ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
      • GlobalFunctions.php#158clientfyi_final870μsupdate `options` set `option_value` = 1744024682 where `id` = 96
        Bindings
        • 0: 1744024682
        • 1: 96
        Backtrace
        • app/Helper/GlobalFunctions.php:158
        • 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.93msselect * 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_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_final680μ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_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_final450μ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_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_final2.06msselect * 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_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_final630μ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_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_final530μ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_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.2msselect * 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_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_final700μ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_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.74msselect * 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_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_final3.19msselect * 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_final500μ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.38msselect * 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_final440μ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.08msselect * 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_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_final470μ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_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_final750μ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_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_final1.7msselect * 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_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_final16.1msselect * 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_final620μ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.34msselect * 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_final500μ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_final4msselect * 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_final450μ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_final590μ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_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.07msselect * 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_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_final580μ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_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_final3msselect * 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_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_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_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_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_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_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_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_final4.4msselect * 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_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.05msselect * 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_final450μ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.03msselect * 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_final410μ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.33msselect * 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_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.99msselect * 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_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_final630μ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_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_final5.22msselect * 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_final440μ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.21msselect * 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_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_final740μ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_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_final1.24msselect * 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_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_final1.76msselect * 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_final1.99msselect * 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_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_final3.86msselect * 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_final410μ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_final750μ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_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_final950μ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_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_final620μ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_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_final490μ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_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_final650μ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_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_final760μ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_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_final660μ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_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.2msselect * 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
      • clientfyi_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.18msselect * 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_final2.32msselect * 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.64msselect * 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_final580μ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_final4.71msselect * 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_final660μ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_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.66msselect * 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_final36.58msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final670μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.46msselect * 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_final900μ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_final680μ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_final1msselect * 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_final740μsselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final490μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.39msselect * 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_final860μ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.46msselect * 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_final780μ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_final5.02msselect * 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_final540μ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_final750μ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_final2.46msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final490μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.55msselect * 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.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_final2.11msselect * 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_final440μ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_final450μ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_final410μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final10.64msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final630μ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_final460μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final600μ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_final12.38msselect * 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_final1.89msselect * 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.65msselect * 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_final5.68msselect * 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_final1.86msselect * 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.88msselect * 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_final5.3msselect * 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_final770μ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_final1.66msselect * 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_final2.23msselect * 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_final920μ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_final1.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_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.81msselect * 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_final10.71msselect * 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.41msselect * 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_final840μ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_final15.88msselect * 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_final770μ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.43msselect * 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.73msselect * 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_final8.36msselect * 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_final400μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final15.5msselect * 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_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_final3.54msselect * 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_final340μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final2.19msselect * 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.94msselect * 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_final4.09msselect * 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.47msselect * 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_final5.25msselect * 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_final2.57msselect * 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.65msselect * 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.01msselect * 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.18msselect * 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_final990μ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_final8.19msselect * 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_final13.37msselect * 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_final4.81msselect * 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_final6.65msselect * 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.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_final3.62msselect * 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.32msselect * 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.03msselect * 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.08msselect * 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.43msselect * 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.37msselect * 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_final560μsselect * 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.57msselect * 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_final800μ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_final2.87msselect * 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_final6.1msselect * 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_final280μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final600μ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.05msselect * 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_final3.24msselect * 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.57msselect * 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_final4.59msselect * 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.91msselect * 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.05msselect * from `categories` where `job_count` >= ? order by `job_count` desc
      • clientfyi_final63.03msSELECT 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_final43.38msSELECT 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_final31.26msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final680μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final20.01msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final510μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final17.67msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final560μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final14.6msselect * 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_final15.11msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final530μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final17.37msselect * 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_final11.28msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final510μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final12.12msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final600μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final9.81msselect * 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_final7.72msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final640μ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_final590μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final8.83msselect * 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_final7.18msselect * 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_final6.82msselect * 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_final6.74msselect * from `jobs` where `jobs`.`category_id` = ? and `jobs`.`category_id` is not null and `status` = ?
      • clientfyi_final560μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final5.27msselect * 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.9msselect * 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_final4.63msselect * 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_final4.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_final4.19msselect * 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_final4.62msselect * 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.3msselect * 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_final4.29msselect * 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_final3.93msselect * 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_final3.82msselect * 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.11msselect * 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.43msselect * 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_final4.14msselect * 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.67msselect * 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_final3.93msselect * 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_final3.76msselect * 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.35msselect * 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_final3.66msselect * 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_final3.22msselect * 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_final3.44msselect * 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_final3.22msselect * 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.69msselect * 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.34msselect * 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.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_final3.04msselect * 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.13msselect * 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.93msselect * 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.03msselect * 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.31msselect * 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.16msselect * 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.48msselect * 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.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_final2.04msselect * 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.77msselect * 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.01msselect * 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.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.16msselect * 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_final330μ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_final300μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.81msselect * 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_final2msselect * 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.97msselect * 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.85msselect * 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.73msselect * 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.91msselect * 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.64msselect * 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.69msselect * 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.54msselect * 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.68msselect * 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.56msselect * 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.63msselect * 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.43msselect * 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.5msselect * 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.43msselect * 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_final320μ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_final310μ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_final310μ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_final440μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final1.32msselect * 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.52msselect * 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.42msselect * 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.5msselect * 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.5msselect * 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.38msselect * 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.2msselect * 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.27msselect * 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.46msselect * 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.41msselect * 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.2msselect * 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.33msselect * 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.09msselect * 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.2msselect * 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.2msselect * 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.37msselect * 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.24msselect * 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.08msselect * 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.11msselect * 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.05msselect * 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.01msselect * 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.01msselect * 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.11msselect * 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_final960μ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_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_final890μ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_final930μ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_final1.06msselect * 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_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_final830μ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_final370μ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_final310μ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_final330μsselect * from `options` where (`option_key` = ?) limit 1
      • clientfyi_final800μ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
      • ... 62 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
          a8eP4UyO1Oc3L6lb36JKTqUCU7i7ZnKIO2mzWBts
          _previous
          array:1 [ "url" => "https://pingjob.com/jobs?category=116" ]
          _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" => "116" ]
          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 => "92c91f29ea11ff5b-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.82" ] "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=eyJpdiI6InBkSWFyYSs4bzd3VkM1UGRrUUxTdGc9PSIsInZhbHVlIjoiL1VmSEMvV2FNTTRETGFJWisrQkgxeThQY2RRSDlKN3NHTFNqdHplZDk0bXI5bVBNWnNTS3dZejJreVpGN2FqRFFsU2t1OWhNSm00MVQ4MUFsejU2V2ZFYWVqczl6MjJMSXZBYmRSU0U2QzVtdStlTENySVExcWtQVDhjK1IrNW8iLCJtYWMiOiJlN2YxN2QxMWRkOGI1MGUwMjJiNjA2ZGUwMDRlMzg3ODllZjJjMDg4YWRhNjY4NzkzZGQxMmJmNDdlNDU1NjJiIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 13:18:03 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InBkSWFyYSs4bzd3VkM1UGRrUUxTdGc9PSIsInZhbHVlIjoiL1VmSEMvV2FNTTRETGFJWisrQkgxeThQY2RRSDlKN3NHTFNqdHplZDk0bXI5bVBNWnNTS3dZejJreVpGN2FqRFFsU2t1O" 1 => "laravel_session=eyJpdiI6IlUxSk13SjdpOEoxL0hJbU5RbTJaNWc9PSIsInZhbHVlIjoiNjJKNmJEcGhPU0pqVlNBM1ZFZkxROEdzeWdBUWZuajFQYVRCNUZNOSt6WEJsSjBKdHdtTHRIWnRPUWpTbjhHQnhoUHpvWmhZdFBsY1lYM0FRVFU3L20xWksrWEROdDRoNnEzMEFOWk8va2J6dzJuV3Y0Y3duWXBlK1Q1YTdGYUkiLCJtYWMiOiI0NjUxZWMyOGRlY2E2ZmFiOWUwMzU3YTYzZDU3MzdjYzBkYTM5OGI5OTA2Y2NkMTRiNDIzMjJiMGE0NmJiNGIyIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 13:18:03 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlUxSk13SjdpOEoxL0hJbU5RbTJaNWc9PSIsInZhbHVlIjoiNjJKNmJEcGhPU0pqVlNBM1ZFZkxROEdzeWdBUWZuajFQYVRCNUZNOSt6WEJsSjBKdHdtTHRIWnRPUWpTbjhHQnho" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InBkSWFyYSs4bzd3VkM1UGRrUUxTdGc9PSIsInZhbHVlIjoiL1VmSEMvV2FNTTRETGFJWisrQkgxeThQY2RRSDlKN3NHTFNqdHplZDk0bXI5bVBNWnNTS3dZejJreVpGN2FqRFFsU2t1OWhNSm00MVQ4MUFsejU2V2ZFYWVqczl6MjJMSXZBYmRSU0U2QzVtdStlTENySVExcWtQVDhjK1IrNW8iLCJtYWMiOiJlN2YxN2QxMWRkOGI1MGUwMjJiNjA2ZGUwMDRlMzg3ODllZjJjMDg4YWRhNjY4NzkzZGQxMmJmNDdlNDU1NjJiIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 13:18:03 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InBkSWFyYSs4bzd3VkM1UGRrUUxTdGc9PSIsInZhbHVlIjoiL1VmSEMvV2FNTTRETGFJWisrQkgxeThQY2RRSDlKN3NHTFNqdHplZDk0bXI5bVBNWnNTS3dZejJreVpGN2FqRFFsU2t1O" 1 => "laravel_session=eyJpdiI6IlUxSk13SjdpOEoxL0hJbU5RbTJaNWc9PSIsInZhbHVlIjoiNjJKNmJEcGhPU0pqVlNBM1ZFZkxROEdzeWdBUWZuajFQYVRCNUZNOSt6WEJsSjBKdHdtTHRIWnRPUWpTbjhHQnhoUHpvWmhZdFBsY1lYM0FRVFU3L20xWksrWEROdDRoNnEzMEFOWk8va2J6dzJuV3Y0Y3duWXBlK1Q1YTdGYUkiLCJtYWMiOiI0NjUxZWMyOGRlY2E2ZmFiOWUwMzU3YTYzZDU3MzdjYzBkYTM5OGI5OTA2Y2NkMTRiNDIzMjJiMGE0NmJiNGIyIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 13:18:03 GMT; path=/; httponlylaravel_session=eyJpdiI6IlUxSk13SjdpOEoxL0hJbU5RbTJaNWc9PSIsInZhbHVlIjoiNjJKNmJEcGhPU0pqVlNBM1ZFZkxROEdzeWdBUWZuajFQYVRCNUZNOSt6WEJsSjBKdHdtTHRIWnRPUWpTbjhHQnho" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "a8eP4UyO1Oc3L6lb36JKTqUCU7i7ZnKIO2mzWBts" "_previous" => array:1 [ "url" => "https://pingjob.com/jobs?category=116" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 11:18:03GET/jobs?category=116456250649