×

Clinical officers call for removal of SHA officials from office

Kenya union of clinical officers  (KUCO) Chair Peter Wachira addresses clinical officers at greenpark terminal during peaceful demonstrations on 5th March 2025 [David Gichuru,Standard]

The Kenya Union of Clinical Officers (KUCO) has intensified its push for the removal of key officials at Social Health Authority (SHA), accusing them of incompetence and discriminatory practices.

The union protested, demanding the government fulfill commitments made in previous agreements while collecting signatures for a censure motion against SHA Chairperson Dr Abdi Mohamed and acting chief executive Robert Ingasira.

The motion, backed by Majority Leader Senator Aaron Cherargei, is expected to be tabled in Parliament.

It accuses SHA leadership of violating Articles 27, 43, 47, and 73 of the Constitution, which safeguard the rights to equality, health, fair administrative action, and ethical leadership.

According to the censure motion document, SHA’s refusal to empanel clinical officers has denied over 91 per cent of Kenyans access to healthcare at primary health facilities where clinical officers are the primary providers.

The motion argues that this exclusion is unconstitutional and discriminatory.

Additionally, the motion cites SHA’s failure to comply with directives from the Ministry of Health and the Council of Governors, which required them to recognise clinical officers in line with the Social Health Insurance Act. 

This marks the second time this year that the KUCO has called for industrial action, citing the failure of the government to honor the 2024 return-to-work formula, integrate clinical officers into SHA, and absorb interns and Universal Health Coverage (UHC) staff into permanent and pensionable terms.

“They have denied clinical officers the rights to access health services and shown favoritism as they implement the Social Health Laws,” said KUCO Chairperson Peter Wachira said.

The officers staged demonstrations outside Afya House in Nairobi on Wednesday before proceeding to the SHA headquarters, formerly the National Health Insurance Fund (NHIF) offices, where Health Cabinet Secretary (CS) Deborah Barasa and other health ministry officials was addressing a press briefing.

According to union boss Peterson Wachira and Secretary General George Gibore, the government has consistently sidelined clinical officers in the ongoing health sector reforms, particularly in the rollout of the SHA, a move they claim amounts to discrimination.

"The Social Health Authority board has been selectively empaneling only medical practitioners and dentists, disregarding clinical officers despite their crucial role in healthcare delivery," said George Gibore.

The strike comes barely a month after KUCO suspended an earlier industrial action for 21 days to allow negotiations with the Ministry of Health (MoH) and the Council of Governors (CoG).

With the deadline now lapsed, the union says the government has failed to meet its obligations, prompting the officers to resume protests

KUCO has also criticised the government for failing to absorb interns and UHC staff into permanent and pensionable positions. Many healthcare workers, they argue, continue to work under uncertain contract terms, affecting job security and service delivery.

Health CS Deborah Barasa acknowledged the grievances raised by the striking clinical officers but described the issue as a "human resource matter" that falls under the purview of the Ministry of Public Service.

"I am aware of the concerns raised by KUCO, and we are engaging with relevant stakeholders to resolve them. However, matters of employment and staff absorption are being handled through the appropriate channels," said CS Barasa during her press briefing.

She urged the clinical officers to call off their strike and allow further discussions with the government to find a lasting solution.

The ongoing strike by clinical officers threatens to cripple healthcare services, particularly in public hospitals and dispensaries, where they provide a majority of outpatient and specialised services.

This latest industrial action adds to a long history of strikes by clinical officers since the devolution of healthcare services, with over 100 protests recorded over the years.

Request history8.1.26PHP Version1.44sRequest Duration6MBMemory UsageGET article/{id}/{slug}Route
    • Booting (11.97ms)time
    • Application (1.43s)time
    • 1 x Application (99.17%)
      1.43s
      1 x Booting (0.83%)
      11.97ms
      11 templates were rendered
      • 1x mainsite.articlearticle.blade.php#?blade
      • 1x mainsite.partials.topsectionsubscribetopsectionsubscribe.blade.php#?blade
      • 1x common.vocalizedvocalized.blade.php#?blade
      • 1x mainsite.partials.footerfooter.blade.php#?blade
      • 1x mainsite.layouts.appapp.blade.php#?blade
      • 1x mainsite.partials.metasmetas.blade.php#?blade
      • 1x mainsite.partials.topbartopbar.blade.php#?blade
      • 1x mainsite.partials.logo_sectionlogo_section.blade.php#?blade
      • 1x mainsite.partials.menumenu.blade.php#?blade
      • 1x mainsite.partials.streamingstreaming.blade.php#?blade
      • 1x mainsite.partials.stickybottomstickybottom.blade.php#?blade
      uri
      GET article/{id}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\MainsiteController@article
      namespace
      prefix
      where
      file
      app/Http/Controllers/MainsiteController.php:610-1128
      39 statements were executed (9 duplicates)Show only duplicates673ms
      • Articles.php#513standard_digital_mainConnection Established
        Backtrace
        • app/Utils/Articles.php:513
        • app/Http/Controllers/MainsiteController.php:657
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:658
      • Articles.php#520standard_digital_main4.52msselect `id`, `site_id`, `article_category_id`, `title`, `long_title`, `thumbnail_url`, `story`, `published_at`, `premium`, `keywords`, `summary` from `articles` where `id` = '2001513256' and `published_at` <= '2025-03-30 15:51:31' and `deleted_at` is null
        Bindings
        • 0: 2001513256
        • 1: 2025-03-30 15:51:31
        Backtrace
        • app/Utils/Articles.php:520
        • app/Http/Controllers/MainsiteController.php:657
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:658
      • Articles.php#1435standard_digital_main880μsselect * from `days_quote` where `deleted_at` is null and `quote_day` = '2025-03-30'
        Bindings
        • 0: 2025-03-30
        Backtrace
        • app/Utils/Articles.php:1435
        • app/Http/Controllers/MainsiteController.php:660
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:661
      • Builder.php#20standard_digital_main1.25msselect `authors`.*, `article_authors`.`article_id` as `pivot_article_id`, `article_authors`.`author_id` as `pivot_author_id` from `authors` inner join `article_authors` on `authors`.`id` = `article_authors`.`author_id` where `article_authors`.`article_id` = 2001513256 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001513256
        Backtrace
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
      • Articles.php#147standard_digital_main800μsselect `id` from `article_categories` where `site_id` = 1 and `id` = 588 or `parent_id` = 588 and `deleted_at` is null
        Bindings
        • 0: 1
        • 1: 588
        • 2: 588
        Backtrace
        • app/Utils/Articles.php:147
        • app/Http/Controllers/MainsiteController.php:727
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:728
      • Articles.php#164standard_digital_main74.94msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `article_category_id` in (1, 588) and `site_id` = 1 and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:31' order by `published_at` desc, `list_order` asc, `parent_category_list_order` asc limit 10 offset 0
        Bindings
        • 0: 1
        • 1: 588
        • 2: 1
        • 3: 2025-03-30 15:51:31
        Backtrace
        • app/Utils/Articles.php:164
        • app/Http/Controllers/MainsiteController.php:727
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:728
      • Articles.php#164standard_digital_main1.14msselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (1, 588)
        Backtrace
        • app/Utils/Articles.php:164
        • app/Http/Controllers/MainsiteController.php:727
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:728
      • Articles.php#53standard_digital_main790μsselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `id` = 588
        Bindings
        • 0: 588
        Backtrace
        • app/Utils/Articles.php:53
        • app/Utils/Articles.php:338
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#53standard_digital_main660μsselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `id` is null
        Backtrace
        • app/Utils/Articles.php:53
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#55standard_digital_mainConnection Established
        Backtrace
        • app/Utils/Articles.php:55
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#55standard_digital_main3.85msselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `id` is null
        Backtrace
        • app/Utils/Articles.php:55
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#57standard_digital_mainConnection Established
        Backtrace
        • app/Utils/Articles.php:57
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#57standard_digital_main3.52msselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `id` is null
        Backtrace
        • app/Utils/Articles.php:57
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#60standard_digital_main1.18msselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `refer_id` is null
        Backtrace
        • app/Utils/Articles.php:60
        • app/Utils/Articles.php:343
        • app/Http/Controllers/MainsiteController.php:737
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
      • Articles.php#688standard_digital_main116msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where (`keywords` LIKE '%[\"Clinical Officers Strike\",\"Clinical Officers Demands\",\"Kuco Strike\",\"SHA Officials\"]%') and `site_id` = 1 and `published_at` <= '2025-03-30 15:51:31' and `deleted_at` is null and `id` not in ('2001513256') order by `published_at` desc limit 4 offset 0
        Bindings
        • 0: %["Clinical Officers Strike","Clinical Officers Demands","Kuco Strike","SHA Officials"]%
        • 1: 1
        • 2: 2025-03-30 15:51:31
        • 3: 2001513256
        Backtrace
        • app/Utils/Articles.php:688
        • app/Http/Controllers/MainsiteController.php:821
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:822
      • Articles.php#424standard_digital_main106msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where (`site_id` = 1 or `site_id` = 16 or `site_id` = 20) and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:31' and `published_at` >= '2025-03-30 14:51:31' order by RAND(), `published_at` desc, `homepage_list_order` asc, `list_order` asc limit 4 offset 0
        Bindings
        • 0: 1
        • 1: 16
        • 2: 20
        • 3: 2025-03-30 15:51:31
        • 4: 2025-03-30 14:51:31
        Backtrace
        • app/Utils/Articles.php:424
        • app/Http/Controllers/MainsiteController.php:825
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:826
      • Articles.php#147standard_digital_main800μsselect `id` from `article_categories` where `site_id` = 1 and `id` = 480 or `parent_id` = 480 and `deleted_at` is null
        Bindings
        • 0: 1
        • 1: 480
        • 2: 480
        Backtrace
        • app/Utils/Articles.php:147
        • app/Http/Controllers/MainsiteController.php:829
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:830
      • Articles.php#164standard_digital_main1.68msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `article_category_id` in (480, 481, 482, 719) and `site_id` = 1 and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' order by `published_at` desc, `list_order` asc, `parent_category_list_order` asc limit 4 offset 0
        Bindings
        • 0: 480
        • 1: 481
        • 2: 482
        • 3: 719
        • 4: 1
        • 5: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:164
        • app/Http/Controllers/MainsiteController.php:829
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:830
      • Articles.php#164standard_digital_main760μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (480, 482)
        Backtrace
        • app/Utils/Articles.php:164
        • app/Http/Controllers/MainsiteController.php:829
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:830
      • Articles.php#257standard_digital_main27.77msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' order by `published_at` desc limit 4 offset 0
        Bindings
        • 0: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:257
        • app/Http/Controllers/MainsiteController.php:833
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:834
      • Articles.php#257standard_digital_main620μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (263, 265, 282, 508)
        Backtrace
        • app/Utils/Articles.php:257
        • app/Http/Controllers/MainsiteController.php:833
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:834
      • Articles.php#753standard_digital_main84.23msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where (`premium` = 1 or `article_category_id` = 486) and `site_id` = '1' and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' and `homepage_list_order` is not null order by `published_at` desc, `homepage_list_order` asc, `list_order` asc limit 4 offset 0
        Bindings
        • 0: 1
        • 1: 486
        • 2: 1
        • 3: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:753
        • app/Http/Controllers/MainsiteController.php:837
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:838
      • Articles.php#753standard_digital_main820μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (7, 588)
        Backtrace
        • app/Utils/Articles.php:753
        • app/Http/Controllers/MainsiteController.php:837
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:838
      • Articles.php#819standard_digital_main16.82msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `id` < '2001513256' and `site_id` = 1 and `published_at` <= '2025-03-30 15:51:32' and `deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 2001513256
        • 1: 1
        • 2: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:819
        • app/Http/Controllers/MainsiteController.php:841
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:842
      • Articles.php#819standard_digital_main850μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (595)
        Backtrace
        • app/Utils/Articles.php:819
        • app/Http/Controllers/MainsiteController.php:841
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:842
      • Articles.php#865standard_digital_main3.67msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `id` > '2001513256' and `site_id` = 1 and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' limit 1
        Bindings
        • 0: 2001513256
        • 1: 1
        • 2: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:865
        • app/Http/Controllers/MainsiteController.php:841
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:842
      • Articles.php#865standard_digital_main700μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (588)
        Backtrace
        • app/Utils/Articles.php:865
        • app/Http/Controllers/MainsiteController.php:841
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:842
      • Articles.php#1288standard_digital_main18.02msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `published_at` <= '2025-03-30 15:51:32' and `article_category_id` = 588 and `site_id` = 1 and `id` not in ('2001513256') order by `homepage_list_order` asc, `published_at` desc limit 6 offset 0
        Bindings
        • 0: 2025-03-30 15:51:32
        • 1: 588
        • 2: 1
        • 3: 2001513256
        Backtrace
        • app/Utils/Articles.php:1288
        • app/Http/Controllers/MainsiteController.php:845
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:846
      • Articles.php#1288standard_digital_main650μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (588)
        Backtrace
        • app/Utils/Articles.php:1288
        • app/Http/Controllers/MainsiteController.php:845
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:846
      • Builder.php#20standard_digital_main26.07msselect `videos`.`id`, `videos`.`video_category_id`, `videos`.`title`, `videos`.`video_url`, `videos`.`description`, `videos`.`published_at`, `videos`.`thumbnail_url` from `videos` inner join `video_categories` on `video_categories`.`id` = `videos`.`video_category_id` where (`keywords` LIKE '%[\"Clinical Officers Strike\",\"Clinical Officers Demands\",\"Kuco Strike\",\"SHA Officials\"]%') and `videos`.`deleted_at` is null and `video_categories`.`video_type_id` = 1 order by `published_at` desc limit 3 offset 0
        Bindings
        • 0: %["Clinical Officers Strike","Clinical Officers Demands","Kuco Strike","SHA Officials"]%
        • 1: 1
        Backtrace
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
      • Articles.php#3841standard_digital_main790μsselect count(std_trend_article_id) as count, std_trend_article_id from `std_article_trends` group by `std_trend_article_id` order by `count` desc limit 20
        Backtrace
        • app/Utils/Articles.php:3841
        • app/Http/Controllers/MainsiteController.php:853
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:854
      • Articles.php#3867standard_digital_main1.33msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `id` in (2001515081, 2001515080, 2001515083, 2001515078, 2001249065, 2001514989, 2001515027, 2001515039, 2001234914, 2001514953, 2001515079, 2001514602, 2001515043, 2001255912, 2001515062, 2001500532, 2001256325, 2000195645, 2001515038, 2001457889) and `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' and `homepage_list_order` is not null order by `published_at` desc, `homepage_list_order` asc, `list_order` asc limit 5
        Bindings
        • 0: 2001515081
        • 1: 2001515080
        • 2: 2001515083
        • 3: 2001515078
        • 4: 2001249065
        • 5: 2001514989
        • 6: 2001515027
        • 7: 2001515039
        • 8: 2001234914
        • 9: 2001514953
        • 10: 2001515079
        • 11: 2001514602
        • 12: 2001515043
        • 13: 2001255912
        • 14: 2001515062
        • 15: 2001500532
        • 16: 2001256325
        • 17: 2000195645
        • 18: 2001515038
        • 19: 2001457889
        • 20: 2025-03-30 15:51:32
        Backtrace
        • app/Utils/Articles.php:3867
        • app/Http/Controllers/MainsiteController.php:853
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:854
      • Articles.php#3867standard_digital_main1.07msselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (3, 7, 263, 265, 282)
        Backtrace
        • app/Utils/Articles.php:3867
        • app/Http/Controllers/MainsiteController.php:853
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:854
      • Builder.php#20standard_digital_main1.1msselect `authors`.*, `article_authors`.`article_id` as `pivot_article_id`, `article_authors`.`author_id` as `pivot_author_id` from `authors` inner join `article_authors` on `authors`.`id` = `article_authors`.`author_id` where `article_authors`.`article_id` in (2001515038, 2001515062, 2001515080, 2001515081, 2001515083) and `authors`.`deleted_at` is null
        Backtrace
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
      • CookieTool.php#185standard_digital_main750μsselect * from `settings` where `meta_name` = 'article_age' limit 1
        Bindings
        • 0: article_age
        Backtrace
        • app/Utils/CookieTool.php:185
        • app/Http/Controllers/MainsiteController.php:870
        • 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
      • helper.php#424standard_digital_main850μsselect * from article_categories where id = '588'
        Backtrace
        • app/Library/helper.php:424
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • helper.php#424standard_digital_main600μsselect * from article_categories where id = '588'
        Backtrace
        • app/Library/helper.php:424
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • helper.php#424standard_digital_main740μsselect * from article_categories where id = '588'
        Backtrace
        • app/Library/helper.php:424
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • helper.php#424standard_digital_main700μsselect * from article_categories where id = '588'
        Backtrace
        • app/Library/helper.php:424
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Articles.php#1350standard_digital_main163msselect * from `articles` where `deleted_at` is null and `published_at` <= '2025-03-30 15:51:32' and (`keywords` like '%Clinical Officers Strike%' or `keywords` like '%Clinical Officers Demands%' or `keywords` like '%Kuco Strike%' or `keywords` like '%SHA Officials%') and (`site_id` = 1 or `site_id` = 16 or `site_id` = 20) and `id` <> '2001513256' order by `published_at` desc limit 3
        Bindings
        • 0: 2025-03-30 15:51:32
        • 1: %Clinical Officers Strike%
        • 2: %Clinical Officers Demands%
        • 3: %Kuco Strike%
        • 4: %SHA Officials%
        • 5: 1
        • 6: 16
        • 7: 20
        • 8: 2001513256
        Backtrace
        • app/Utils/Articles.php:1350
        • app/Utils/Articles.php:1674
        • view::mainsite.article:568
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Builder.php#20standard_digital_main1.3msselect `authors`.*, `article_authors`.`article_id` as `pivot_article_id`, `article_authors`.`author_id` as `pivot_author_id` from `authors` inner join `article_authors` on `authors`.`id` = `article_authors`.`author_id` where `article_authors`.`article_id` = 2001515082 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001515082
        Backtrace
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
        • vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
      • app.blade.php#825standard_digital_main1.26msselect * from `favourite_topics` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • view::mainsite.layouts.app:825
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Category
      385Category.php#?
      App\Models\Article
      39Article.php#?
      App\Models\Trending
      20Trending.php#?
      App\Topic
      16Topic.php#?
      App\Models\Author
      14Author.php#?
          _token
          B5r8GOlBo6QLXQwDMLEi9bLeu8CIDjLO6vb71C2g
          offset
          0
          _previous
          array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/article/2001513256/clinical-office...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /article/2001513256/clinical-officers-demand-ouster-of-sha-officials
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "utm_cmp_rs" => "amp-next-page" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "cf-ray" => array:1 [ 0 => "9287bd1d395ceb6a-EWR" ] "x-forwarded-for" => array:1 [ 0 => "18.119.98.100" ] "host" => array:1 [ 0 => "www.standardmedia.co.ke" ] "cf-connecting-ip" => array:1 [ 0 => "18.119.98.100" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 30 Mar 2025 12:51:32 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlBQjBvVjRpVHpJMWpkb1Rpd1puVEE9PSIsInZhbHVlIjoiL0ZOeFZnRHpUMXdtKzM1VnAxd0VDdkErNWo4TDFiTmxwT2kxWjltM25xWDdOTEVONDJYZ1BYUnVmeVVVaWMwMmlXM1VKT1JxSnFEMTFwQ3V6ZGFXL05wbXFQZkR3SHpUMzRzT3JLb0xMcjloK3dkMlpnOVhsVTk0N2dwZk5KcksiLCJtYWMiOiI1MzJiNDQ0MWM5YTVhY2ZmNWViYTZjZTljZjI5YzU0NTA4MDM2YTk3ODhiY2Y1ZThjMjhiMDMzOGZjOGU4N2JkIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 23:20:33 GMT; Max-Age=2629740; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImlBQjBvVjRpVHpJMWpkb1Rpd1puVEE9PSIsInZhbHVlIjoiL0ZOeFZnRHpUMXdtKzM1VnAxd0VDdkErNWo4TDFiTmxwT2kxWjltM25xWDdOTEVONDJYZ1BYUnVmeVVVaWMwMmlXM1VKT" 1 => "thestandardmediagroup_session=eyJpdiI6InZweXp2YUlCYUtzaE1jcVZsV3lKZ3c9PSIsInZhbHVlIjoiekZnb1Z0VnpRbEZkbUpsZVNkUERqRXpqVU9Dbmk3bDRTTVVRYXFzL2ZoWStkeHN5RStRcFBUYVMra25COTVtak52RHlaRHNnT1duZ2pGNUo5bUVMOWpDcld3QndCdVluYjY5V3RoWmVFZFRFSWg4QVFvRjlRS0ZKVDg2OUZoa2kiLCJtYWMiOiJkNjI4ODM1NDgyZGFiMDU5MjYwYzI0OGZmMGEyNzNmYWU3NThiZmQ3MmVjNjJhNzgwYzczNmZlOTYxNjkwNmI3IiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 23:20:33 GMT; Max-Age=2629740; path=/; httponly; samesite=laxthestandardmediagroup_session=eyJpdiI6InZweXp2YUlCYUtzaE1jcVZsV3lKZ3c9PSIsInZhbHVlIjoiekZnb1Z0VnpRbEZkbUpsZVNkUERqRXpqVU9Dbmk3bDRTTVVRYXFzL2ZoWStkeHN5RStRcFBUYV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlBQjBvVjRpVHpJMWpkb1Rpd1puVEE9PSIsInZhbHVlIjoiL0ZOeFZnRHpUMXdtKzM1VnAxd0VDdkErNWo4TDFiTmxwT2kxWjltM25xWDdOTEVONDJYZ1BYUnVmeVVVaWMwMmlXM1VKT1JxSnFEMTFwQ3V6ZGFXL05wbXFQZkR3SHpUMzRzT3JLb0xMcjloK3dkMlpnOVhsVTk0N2dwZk5KcksiLCJtYWMiOiI1MzJiNDQ0MWM5YTVhY2ZmNWViYTZjZTljZjI5YzU0NTA4MDM2YTk3ODhiY2Y1ZThjMjhiMDMzOGZjOGU4N2JkIiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 23:20:33 GMT; path=/XSRF-TOKEN=eyJpdiI6ImlBQjBvVjRpVHpJMWpkb1Rpd1puVEE9PSIsInZhbHVlIjoiL0ZOeFZnRHpUMXdtKzM1VnAxd0VDdkErNWo4TDFiTmxwT2kxWjltM25xWDdOTEVONDJYZ1BYUnVmeVVVaWMwMmlXM1VKT" 1 => "thestandardmediagroup_session=eyJpdiI6InZweXp2YUlCYUtzaE1jcVZsV3lKZ3c9PSIsInZhbHVlIjoiekZnb1Z0VnpRbEZkbUpsZVNkUERqRXpqVU9Dbmk3bDRTTVVRYXFzL2ZoWStkeHN5RStRcFBUYVMra25COTVtak52RHlaRHNnT1duZ2pGNUo5bUVMOWpDcld3QndCdVluYjY5V3RoWmVFZFRFSWg4QVFvRjlRS0ZKVDg2OUZoa2kiLCJtYWMiOiJkNjI4ODM1NDgyZGFiMDU5MjYwYzI0OGZmMGEyNzNmYWU3NThiZmQ3MmVjNjJhNzgwYzczNmZlOTYxNjkwNmI3IiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 23:20:33 GMT; path=/; httponlythestandardmediagroup_session=eyJpdiI6InZweXp2YUlCYUtzaE1jcVZsV3lKZ3c9PSIsInZhbHVlIjoiekZnb1Z0VnpRbEZkbUpsZVNkUERqRXpqVU9Dbmk3bDRTTVVRYXFzL2ZoWStkeHN5RStRcFBUYV" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "B5r8GOlBo6QLXQwDMLEi9bLeu8CIDjLO6vb71C2g" "offset" => 0 "_previous" => array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/article/2001513256/clinical-officers-demand-ouster-of-sha-officials?utm_cmp_rs=amp-next-page" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-30 15:51:33GET/main-staging/article/2001513256/clinical-officers-demand-ouster-of-sha-officials?utm_cmp_rs=amp-next-page1139474