×

M23 seize key city amid mounting fears of DR Congo breakup

Armed Forces of the Democratic Republic of the Congo (FARDC) in Bukavu on February 14, 2025. [AFP]

Columns of M23 fighters allied with Rwandan troops on Sunday entered the centre of another key city in eastern Democratic Republic of Congo as the African Union highlighted growing fears that the strife-torn country could break up.

The armed group reached outlying districts of Bukavu, capital of South Kivu province, on Friday, shortly after taking control of its airport about thirty kilometers (18 miles) away.

The fall of the city of one million people, which was barely defended by the Congolese armed forces (FARDC), gives the M23 total control of Lake Kivu, following its capture of Goma, capital of the neighboring province of North Kivu, at the end of January.

Growing international calls have been made for Rwanda to end its military backing for M23. It denies that its troops are in DRC.

As they entered the centre of Bukavu, M23 fighters were applauded by some residents gathered on the streets or huddled on balconies, AFP journalists noted.

Near the border post linking the town with neighbouring Rwanda, some chanted: "You're the ones we've been waiting for, we need change in this country, we want work."

Some called on the troops to march on Kinshasa, the country's capital. The bulk of the Congolese armed forces abandoned Bukavu on Friday, leaving behind weapons that were collected by civilians and bandits.

There was extensive looting on Saturday and most residents took refuge in their homes for safety.

In a statement on Saturday, M23 instructed the Bukavu population to organize "into vigilance committees to ensure security". The group also demanded "the immediate withdrawal" of Burundian soldiers who support the Congolese army in the province.

Some gunfire could still be heard Sunday, especially near the town's military base.

"M23 fighters are chasing some soldiers who were still hanging around in the camp and some civilians who were taking part in the looting," said one resident reached by phone.

With fears that the offensive could ignite a regional war, the international community has multiplied calls for a de-escalation and ceasefire, so far in vain.

"We don't want a balkanisation of eastern DRC," the African Union's Peace and Security Commissioner Bankole Adeoye told reporters at a summit in Addis Ababa.

Without mentioning Rwanda, he added: "We are calling for the immediate removal of M23 and their supporters from all towns and cities including Goma airport."

UN chief Antonio Guterres, speaking Saturday at the opening of the AU summit, demanded that the DRC's "territorial integrity" be respected and a regional war avoided.

The French foreign ministry called for an immediate withdrawal of Rwandan troops, while Britain on Sunday warned that the Rwandan-backed offensive risked sparking "a wider regional conflict."

The DRC claims that some 4,000 Rwandan soldiers are in the east of the country.

The conflict with M23 has lasted more than three years, with Kinshasa accusing Kigali of wanting to control the mining and trade of minerals used in batteries and electronic equipment, and also of trying to appropriate land for agriculture.

Rwanda denies the charges, and says its security is threatened by armed groups in the region, notably the Democratic Forces for the Liberation of Rwanda (FDLR), created by former Hutu leaders linked to the genocide of the Tutsi in Rwanda.

Request history8.1.26PHP Version1.17sRequest Duration3MBMemory UsageGET {category}/article/{id}/{slug}Route
    • Booting (9.48ms)time
    • Application (1.16s)time
    • 1 x Application (99.19%)
      1.16s
      1 x Booting (0.81%)
      9.48ms
      11 templates were rendered
      • 1x mainsite.articlearticle.blade.php#?blade
      • 1x mainsite.partials.topsectionsubscribetopsectionsubscribe.blade.php#?blade
      • 1x common.poolpool.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 {category}/article/{id}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\MainsiteController@article
      namespace
      prefix
      where
      file
      app/Http/Controllers/MainsiteController.php:610-1128
      36 statements were executed (7 duplicates)Show only duplicates447ms
      • 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.04msselect `id`, `site_id`, `article_category_id`, `title`, `long_title`, `thumbnail_url`, `story`, `published_at`, `premium`, `keywords`, `summary` from `articles` where `id` = '2001511917' and `published_at` <= '2025-03-13 12:48:36' and `deleted_at` is null
        Bindings
        • 0: 2001511917
        • 1: 2025-03-13 12:48:36
        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_main850μsselect * from `days_quote` where `deleted_at` is null and `quote_day` = '2025-03-13'
        Bindings
        • 0: 2025-03-13
        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.37msselect `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` = 2001511917 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001511917
        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_main780μsselect `id` from `article_categories` where `site_id` = 1 and `id` = 5 or `parent_id` = 5 and `deleted_at` is null
        Bindings
        • 0: 1
        • 1: 5
        • 2: 5
        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_main58.88msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `article_category_id` in (5, 23, 24, 25, 26) and `site_id` = 1 and `deleted_at` is null and `published_at` <= '2025-03-13 12:48:36' order by `published_at` desc, `list_order` asc, `parent_category_list_order` asc limit 10 offset 0
        Bindings
        • 0: 5
        • 1: 23
        • 2: 24
        • 3: 25
        • 4: 26
        • 5: 1
        • 6: 2025-03-13 12:48:36
        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_main960μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (5, 23, 24, 25, 26)
        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_main1.27msselect `id`, `name`, `short_name`, `parent_id`, `site_id` from `article_categories` where `id` = 5
        Bindings
        • 0: 5
        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_main930μ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_main4.4msselect `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.71msselect `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.22msselect `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_main96.35msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where (`keywords` LIKE '%[\"M23 Fighters\",\"DRC Conflict\",\"UN Chief Antonio Guterres\"]%') and `site_id` = 1 and `published_at` <= '2025-03-13 12:48:36' and `deleted_at` is null and `id` not in ('2001511917') order by `published_at` desc limit 4 offset 0
        Bindings
        • 0: %["M23 Fighters","DRC Conflict","UN Chief Antonio Guterres"]%
        • 1: 1
        • 2: 2025-03-13 12:48:36
        • 3: 2001511917
        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_main78.76msselect `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-13 12:48:36' and `published_at` >= '2025-03-13 11:48:36' 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-13 12:48:36
        • 4: 2025-03-13 11:48:36
        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#424standard_digital_main770μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (5, 23, 24, 41)
        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_main1.09msselect `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_main850μsselect `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-13 12:48:36' 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-13 12:48:36
        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_main650μ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#753standard_digital_main790μsselect `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-13 12:48:36' 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-13 12:48:36
        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_main990μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (46, 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.52msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `id` < '2001511917' and `site_id` = 1 and `published_at` <= '2025-03-13 12:48:36' and `deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 2001511917
        • 1: 1
        • 2: 2025-03-13 12:48:36
        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_main750μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (1)
        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_main4.08msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `id` > '2001511917' and `site_id` = 1 and `deleted_at` is null and `published_at` <= '2025-03-13 12:48:36' limit 1
        Bindings
        • 0: 2001511917
        • 1: 1
        • 2: 2025-03-13 12:48:36
        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_main690μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (723)
        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_main4.95msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `published_at` <= '2025-03-13 12:48:36' and `article_category_id` = 5 and `site_id` = 1 and `id` not in ('2001511917') order by `homepage_list_order` asc, `published_at` desc limit 6 offset 0
        Bindings
        • 0: 2025-03-13 12:48:36
        • 1: 5
        • 2: 1
        • 3: 2001511917
        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_main720μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (5)
        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_main28.11msselect `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 '%[\"M23 Fighters\",\"DRC Conflict\",\"UN Chief Antonio Guterres\"]%') and `videos`.`deleted_at` is null and `video_categories`.`video_type_id` = 1 order by `published_at` desc limit 3 offset 0
        Bindings
        • 0: %["M23 Fighters","DRC Conflict","UN Chief Antonio Guterres"]%
        • 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#3749standard_digital_main1.09msselect 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:3749
        • 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#3775standard_digital_main910μsselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `id` in (2001513615, 2001513711, 2001513687, 2001513693, 2001513697, 2001513695, 2001513680, 2001513694, 2001513714, 2001513700, 2001513717, 2001453041, 2001513676, 2001513708, 2001361763, 2001513595, 2001513643, 2000198221, 2001513673, 2001513645) and `deleted_at` is null and `published_at` <= '2025-03-13 12:48:36' and `homepage_list_order` is not null order by `published_at` desc, `homepage_list_order` asc, `list_order` asc limit 5
        Bindings
        • 0: 2001513615
        • 1: 2001513711
        • 2: 2001513687
        • 3: 2001513693
        • 4: 2001513697
        • 5: 2001513695
        • 6: 2001513680
        • 7: 2001513694
        • 8: 2001513714
        • 9: 2001513700
        • 10: 2001513717
        • 11: 2001453041
        • 12: 2001513676
        • 13: 2001513708
        • 14: 2001361763
        • 15: 2001513595
        • 16: 2001513643
        • 17: 2000198221
        • 18: 2001513673
        • 19: 2001513645
        • 20: 2025-03-13 12:48:36
        Backtrace
        • app/Utils/Articles.php:3775
        • 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#3775standard_digital_main850μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (3, 268, 588)
        Backtrace
        • app/Utils/Articles.php:3775
        • 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
      • CookieTool.php#185standard_digital_main970μ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_main1.08msselect * from article_categories where id = '5'
        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_main730μsselect * from article_categories where id = '5'
        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_main770μsselect * from article_categories where id = '5'
        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_main640μsselect * from article_categories where id = '5'
        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_main125msselect * from `articles` where `deleted_at` is null and `published_at` <= '2025-03-13 12:48:37' and (`keywords` like '%M23 Fighters%' or `keywords` like '%DRC Conflict%' or `keywords` like '%UN Chief Antonio Guterres%') and (`site_id` = 1 or `site_id` = 16 or `site_id` = 20) and `id` <> '2001511917' order by `published_at` desc limit 3
        Bindings
        • 0: 2025-03-13 12:48:37
        • 1: %M23 Fighters%
        • 2: %DRC Conflict%
        • 3: %UN Chief Antonio Guterres%
        • 4: 1
        • 5: 16
        • 6: 20
        • 7: 2001511917
        Backtrace
        • app/Utils/Articles.php:1350
        • app/Utils/Articles.php:1672
        • view::mainsite.article:577
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • app.blade.php#825standard_digital_main840μsselect * 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
      389Category.php#?
      App\Models\Article
      39Article.php#?
      App\Models\Trending
      20Trending.php#?
      App\Topic
      16Topic.php#?
      App\Models\Author
      14Author.php#?
          _token
          zy9W5L0nGJW81a26uramF5DjJIZQx8XQhHcEbqtA
          offset
          0
          _previous
          array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/world/article/2001511917/m23-seize...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /world/article/2001511917/m23-seize-key-city-amid-mounting-fears-of-dr-congo-breakup
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "cf-ray" => array:1 [ 0 => "91fa9dd879e22238-EWR" ] "x-forwarded-for" => array:1 [ 0 => "52.14.138.123" ] "host" => array:1 [ 0 => "www.standardmedia.co.ke" ] "cf-connecting-ip" => array:1 [ 0 => "52.14.138.123" ] "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 => "Thu, 13 Mar 2025 09:48:37 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhMR0lvUld0SElIZDhNUkJMZ3M0Ync9PSIsInZhbHVlIjoiei9YR0c3TjE4c3RESU1RRkRCQ215MGlQU3hTZllPU29ERjBWdjFWVEdQbXpLQVVHYkFoaW0xcENROEswUFZlTzcvZ1E0MDJzNXJxdTNQOVI4OVBIMmdsVGRodmZFVGptTjRpdC9LajFYZXRpYnN0Wm55SVJlK0hZbG5mTEJDVWUiLCJtYWMiOiJjZDJhMTZjN2UzMjlhZGVmODhlOTdhNGUxYzdjMmQ0MWI2NjI5OTk0YTMwMTFhMjg5NjdjMDI1NTU3YTgxMzM2IiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 20:17:37 GMT; Max-Age=2629740; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjhMR0lvUld0SElIZDhNUkJMZ3M0Ync9PSIsInZhbHVlIjoiei9YR0c3TjE4c3RESU1RRkRCQ215MGlQU3hTZllPU29ERjBWdjFWVEdQbXpLQVVHYkFoaW0xcENROEswUFZlTzcvZ1E0M" 1 => "thestandardmediagroup_session=eyJpdiI6InNGdkQ0dVljV09ZTFNtUFkrcUpWSXc9PSIsInZhbHVlIjoiOHp6T0FhbEtuSDlMNFF5SlJIcDRnUmxlMTZUZHFQZmNvVVYxUEo2bGVPMG5FMlpuRHRrRW94d2twL25oWVVhMnczODZmaGNxRnRGazlWdnNjeGZ4SEVBcWprUFl3bENXL0ZkNmh6TTNSdVhNMkZxMUNWM25VQk8xMUdRcFRNVEYiLCJtYWMiOiI0NTc0YmU3ZDI1YTQzNTdiMWI3ZmRmYTUxY2Q4OGU2OTU3ZjdjYzhiMzhkZDUyODZhYTk4ZTY3N2E1MTNlM2JkIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 20:17:37 GMT; Max-Age=2629740; path=/; httponly; samesite=laxthestandardmediagroup_session=eyJpdiI6InNGdkQ0dVljV09ZTFNtUFkrcUpWSXc9PSIsInZhbHVlIjoiOHp6T0FhbEtuSDlMNFF5SlJIcDRnUmxlMTZUZHFQZmNvVVYxUEo2bGVPMG5FMlpuRHRrRW94d2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhMR0lvUld0SElIZDhNUkJMZ3M0Ync9PSIsInZhbHVlIjoiei9YR0c3TjE4c3RESU1RRkRCQ215MGlQU3hTZllPU29ERjBWdjFWVEdQbXpLQVVHYkFoaW0xcENROEswUFZlTzcvZ1E0MDJzNXJxdTNQOVI4OVBIMmdsVGRodmZFVGptTjRpdC9LajFYZXRpYnN0Wm55SVJlK0hZbG5mTEJDVWUiLCJtYWMiOiJjZDJhMTZjN2UzMjlhZGVmODhlOTdhNGUxYzdjMmQ0MWI2NjI5OTk0YTMwMTFhMjg5NjdjMDI1NTU3YTgxMzM2IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 20:17:37 GMT; path=/XSRF-TOKEN=eyJpdiI6IjhMR0lvUld0SElIZDhNUkJMZ3M0Ync9PSIsInZhbHVlIjoiei9YR0c3TjE4c3RESU1RRkRCQ215MGlQU3hTZllPU29ERjBWdjFWVEdQbXpLQVVHYkFoaW0xcENROEswUFZlTzcvZ1E0M" 1 => "thestandardmediagroup_session=eyJpdiI6InNGdkQ0dVljV09ZTFNtUFkrcUpWSXc9PSIsInZhbHVlIjoiOHp6T0FhbEtuSDlMNFF5SlJIcDRnUmxlMTZUZHFQZmNvVVYxUEo2bGVPMG5FMlpuRHRrRW94d2twL25oWVVhMnczODZmaGNxRnRGazlWdnNjeGZ4SEVBcWprUFl3bENXL0ZkNmh6TTNSdVhNMkZxMUNWM25VQk8xMUdRcFRNVEYiLCJtYWMiOiI0NTc0YmU3ZDI1YTQzNTdiMWI3ZmRmYTUxY2Q4OGU2OTU3ZjdjYzhiMzhkZDUyODZhYTk4ZTY3N2E1MTNlM2JkIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 20:17:37 GMT; path=/; httponlythestandardmediagroup_session=eyJpdiI6InNGdkQ0dVljV09ZTFNtUFkrcUpWSXc9PSIsInZhbHVlIjoiOHp6T0FhbEtuSDlMNFF5SlJIcDRnUmxlMTZUZHFQZmNvVVYxUEo2bGVPMG5FMlpuRHRrRW94d2" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "zy9W5L0nGJW81a26uramF5DjJIZQx8XQhHcEbqtA" "offset" => 0 "_previous" => array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/world/article/2001511917/m23-seize-key-city-amid-mounting-fears-of-dr-congo-breakup" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 12:48:37GET/main-staging/world/article/2001511917/m23-seize-key-city-amid-mounting-fears-of-dr-congo-breakup1136478