×
Request history8.1.26PHP Version615msRequest Duration3MBMemory UsageGET topic/{slug}Route
    • Booting (15.49ms)time
    • Application (599ms)time
    • 1 x Application (97.48%)
      599ms
      1 x Booting (2.52%)
      15.49ms
      9 templates were rendered
      • 1x mainsite.topictopic.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 topic/{slug}
      middleware
      web
      controller
      App\Http\Controllers\MainsiteController@topic
      namespace
      prefix
      where
      file
      app/Http/Controllers/MainsiteController.php:1224-1284
      19 statements were executed (4 duplicates)Show only duplicates568ms
      • helper.php#835standard_digital_mainConnection Established
        Backtrace
        • app/Library/helper.php:835
        • 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
      • helper.php#840standard_digital_main74.7msselect * from `articles` where `keywords` like '%drug trafficking%' and `deleted_at` is null and `published_at` <= '2025-03-29 21:34:58' order by `published_at` desc limit 1
        Bindings
        • 0: %drug trafficking%
        • 1: 2025-03-29 21:34:58
        Backtrace
        • app/Library/helper.php:840
        • 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
      • helper.php#840standard_digital_main840μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (482)
        Backtrace
        • app/Library/helper.php:840
        • 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
      • 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` in (2001514111) 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
      • Articles.php#914standard_digital_main155msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%drug trafficking%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 21:34:58' order by `published_at` desc limit 1 offset 0
        Bindings
        • 0: %drug trafficking%
        • 1: 1
        • 2: 2025-03-29 21:34:58
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1254
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1255
      • Articles.php#914standard_digital_main790μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (482)
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1254
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1255
      • Articles.php#914standard_digital_main161msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%drug trafficking%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 21:34:59' order by `published_at` desc limit 3 offset 1
        Bindings
        • 0: %drug trafficking%
        • 1: 1
        • 2: 2025-03-29 21:34:59
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1258
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1259
      • Articles.php#914standard_digital_main900μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (7, 25, 588)
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1258
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1259
      • 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` in (2001512198, 2001513938, 2001513986) 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
      • Articles.php#914standard_digital_main132msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%drug trafficking%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 21:34:59' order by `published_at` desc limit 40 offset 4
        Bindings
        • 0: %drug trafficking%
        • 1: 1
        • 2: 2025-03-29 21:34:59
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1262
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1263
      • Articles.php#914standard_digital_main1.21msselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (3, 14, 24, 25, 588)
        Backtrace
        • app/Utils/Articles.php:914
        • app/Http/Controllers/MainsiteController.php:1262
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1263
      • Builder.php#20standard_digital_main1.83msselect `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 (2001500262, 2001500801, 2001501246, 2001501351, 2001503020, 2001505197, 2001507255, 2001508706, 2001509391) 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
      • Articles.php#257standard_digital_main28.3msselect `id`, `article_category_id`, `title`, `thumbnail_url`, `published_at`, `premium` from `articles` where `deleted_at` is null and `published_at` <= '2025-03-29 21:34:59' order by `published_at` desc limit 8 offset 0
        Bindings
        • 0: 2025-03-29 21:34:59
        Backtrace
        • app/Utils/Articles.php:257
        • app/Http/Controllers/MainsiteController.php:1266
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1267
      • Articles.php#257standard_digital_main1.26msselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (1, 4, 7, 14, 23, 588)
        Backtrace
        • app/Utils/Articles.php:257
        • app/Http/Controllers/MainsiteController.php:1266
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Controllers/MainsiteController.php:1267
      • MainsiteController.php#1415standard_digital_main1.01msselect * from `favourite_topics` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/MainsiteController.php:1415
        • app/Http/Controllers/MainsiteController.php:1269
        • 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
      • Builder.php#20standard_digital_main990μsselect `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` = 2001515032 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001515032
        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
      • 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` = 2001515027 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001515027
        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
      • Builder.php#20standard_digital_main970μsselect `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` = 2001515024 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001515024
        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
      • Builder.php#20standard_digital_main1.29msselect `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` = 2001515022 and `authors`.`deleted_at` is null
        Bindings
        • 0: 2001515022
        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.28msselect * 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\Author
      24Author.php#?
      App\Models\Article
      22Article.php#?
      App\Models\Category
      16Category.php#?
      App\Models\Topic
      16Topic.php#?
      App\Topic
      16Topic.php#?
          _token
          6W58srR1HEo5ee7FWiDCGeBDn1QNR5q7Vw4Ye0xS
          _previous
          array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/topic/drug-trafficking" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          offset
          0
          path_info
          /topic/drug-trafficking
          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:24 [ "cf-ray" => array:1 [ 0 => "928176e5bec22324-EWR" ] "x-forwarded-for" => array:1 [ 0 => "18.117.146.178" ] "host" => array:1 [ 0 => "www.standardmedia.co.ke" ] "cf-connecting-ip" => array:1 [ 0 => "18.117.146.178" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cookie" => array:1 [ 0 => "_ga=amp-awUCMKsuhDTMs_yrNsBzzw; XSRF-TOKEN=eyJpdiI6IlJPSEM1Q2wwaXNYcThXM0xaTTNlQVE9PSIsInZhbHVlIjoiNm9Wa0ppL1pCVUdua0VJR3pYcmRUUUllcXBEdml2eGhBRkRsaGpjeU9EMlpGeDFLQmlzRkVrbVkzb25ORWtubUs4OFN0L0ViNk1BeHU1WGpzWE5BajQ0YTVJZXJLVkVzbVBrNFEvZFRkTWVBNWhKaXRHZjBZenpmMldsVXh3T0oiLCJtYWMiOiJlZWUzZmI5YmZiMjQ4Nzg4ZTBiNzhlZTE5Y2ExYzk3ZDlkY2I1M2I5NGMxZDdkOTI0NDZmODllYjhmMmJiMDdiIiwidGFnIjoiIn0%3D; thestandardmediagroup_session=eyJpdiI6IjYrQkYzTHBVamFlenI5UFQvbVBOUkE9PSIsInZhbHVlIjoiS29xems3YWtDVEZ1NGVzWTFLL3BPNUE4VWZsVnhPREhWYi9PcXV4WE9yc1ZINmVzS0YwYmFpV1A3UGk0SnZBV2ZCbGh6ditZNjRoa3pCMjZsQVVTTVh5VEk5RmF1L3hlWnp5bEN3dnJoSEs5NGFQdkdOV2d1b2k1c3c1YnB6OVoiLCJtYWMiOiI3YzNmNDQxZGEwNGYxOWUzN2NjYWUzNjc1YWJiMDkzYzI2ZTBjNTEzNmJmYzMzN2ZiMzlhMmQwMzRiYTY3ZmFhIiwidGFnIjoiIn0%3D; story_no=eyJpdiI6IjRvWlY0Y2dEaldQVXZpRUdvb2t0cWc9PSIsInZhbHVlIjoiTXE4UitxOVR6SmxGaVYyVFNPMXo3cW9oWTMxRjByR0lidFF5RDdYYXh6Rk1YTHBQUG1vZWpUV0hwUC9IekhrZiIsIm1hYyI6ImZkOGFlYzAyZGFlNzk0NDVjNDgzZDAzOTEzNDFhN2I1NTYwYmJjMWM1MzhjN2Y5OTYxZmIzODA5YThkMTllOTUiLCJ0YWciOiIifQ%3D%3D; story_no_insider=eyJpdiI6Imw4d3hBWmMzSTRrdE1YSjFvWUpiQWc9PSIsInZhbHVlIjoiQ3d4dGlqek1odENjdGxEV1JXTXlueEc0R0tUQ0JSZHovanB6NVhRR2JoSGpsbkwrbGRUZUVrQ2NzL0xVZWxKWiIsIm1hYyI6ImFhODViZjgxNzlhYWI1MDM1NGFhZjZkOTc2ZDVjODljN2EzMTFhNjRjZjc1NjhlMjc2NjlhYTYwMDQyYTM2YjIiLCJ0YWciOiIifQ%3D%3D_ga=amp-awUCMKsuhDTMs_yrNsBzzw; XSRF-TOKEN=eyJpdiI6IlJPSEM1Q2wwaXNYcThXM0xaTTNlQVE9PSIsInZhbHVlIjoiNm9Wa0ppL1pCVUdua0VJR3pYcmRUUUllcXBEdml2eGhBRkRsaGpjeU9EMlpGe" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] ]
          request_cookies
          0 of 0
          array:5 [ "_ga" => null "XSRF-TOKEN" => "6W58srR1HEo5ee7FWiDCGeBDn1QNR5q7Vw4Ye0xS" "thestandardmediagroup_session" => "nbO80twztKIYDD4eS4a1ydvMqFoHgbx1zh7biwiu" "story_no" => "3" "story_no_insider" => "2" ]
          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 => "Sat, 29 Mar 2025 18:34:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNnR1ZicEhJTFo3cjAxMXBRSTNvYkE9PSIsInZhbHVlIjoiQjRheElqb0hJSmxUT1BvQ2xzdnBEYjg3TEtKd2dUdkVrNCs3RTFSZjkyZU9YZGFrR2krR2JuNmFPKzh2SlNNbUxzMEJTczlzY2FuUnRRWG0xZWF5TkZWYWhzbjQ2amVXeWtBU0gvUkJubE93c2ZZUmhjdXNpSm5GV2hwakh2K3QiLCJtYWMiOiJhZjk2ZjU0YmRhODIzYTBiYWJhZmZjOWI4MTBlMjAxYzE2OWZmOTFhMDU1YzYwZGIxOGIxZmQzYmQzY2U4N2RmIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 05:03:59 GMT; Max-Age=2629740; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjNnR1ZicEhJTFo3cjAxMXBRSTNvYkE9PSIsInZhbHVlIjoiQjRheElqb0hJSmxUT1BvQ2xzdnBEYjg3TEtKd2dUdkVrNCs3RTFSZjkyZU9YZGFrR2krR2JuNmFPKzh2SlNNbUxzMEJTc" 1 => "thestandardmediagroup_session=eyJpdiI6Iml0c1A2bWMvVktVZTZRckVrV1NtbGc9PSIsInZhbHVlIjoibDR3Ly91UjNKMkVGeFBuSkZTQWI5dFBIK0dBWjJ6SFNZMDdJTForR1BOTVVsV2xJVEZ3MkVNZ0hDemNKVUc5b0RRTzlvSkJVN2ZOa1VPb3dyTkN5dE0wNTRYbEU3Y1pYT1VRUCtKdG9DR25zaFJ0eFRRcS9rOWNUT1pka1NLQnMiLCJtYWMiOiJhYWM2ZGRkYTEyM2IyZDBmMTA4ZTU2MjM5ZjRmNmY1ZDMyOTQ4YjRiMzU3MDhhYmM4NDJiZmM2MzhiMWQxYTYxIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 05:03:59 GMT; Max-Age=2629740; path=/; httponly; samesite=laxthestandardmediagroup_session=eyJpdiI6Iml0c1A2bWMvVktVZTZRckVrV1NtbGc9PSIsInZhbHVlIjoibDR3Ly91UjNKMkVGeFBuSkZTQWI5dFBIK0dBWjJ6SFNZMDdJTForR1BOTVVsV2xJVEZ3MkVNZ0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNnR1ZicEhJTFo3cjAxMXBRSTNvYkE9PSIsInZhbHVlIjoiQjRheElqb0hJSmxUT1BvQ2xzdnBEYjg3TEtKd2dUdkVrNCs3RTFSZjkyZU9YZGFrR2krR2JuNmFPKzh2SlNNbUxzMEJTczlzY2FuUnRRWG0xZWF5TkZWYWhzbjQ2amVXeWtBU0gvUkJubE93c2ZZUmhjdXNpSm5GV2hwakh2K3QiLCJtYWMiOiJhZjk2ZjU0YmRhODIzYTBiYWJhZmZjOWI4MTBlMjAxYzE2OWZmOTFhMDU1YzYwZGIxOGIxZmQzYmQzY2U4N2RmIiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 05:03:59 GMT; path=/XSRF-TOKEN=eyJpdiI6IjNnR1ZicEhJTFo3cjAxMXBRSTNvYkE9PSIsInZhbHVlIjoiQjRheElqb0hJSmxUT1BvQ2xzdnBEYjg3TEtKd2dUdkVrNCs3RTFSZjkyZU9YZGFrR2krR2JuNmFPKzh2SlNNbUxzMEJTc" 1 => "thestandardmediagroup_session=eyJpdiI6Iml0c1A2bWMvVktVZTZRckVrV1NtbGc9PSIsInZhbHVlIjoibDR3Ly91UjNKMkVGeFBuSkZTQWI5dFBIK0dBWjJ6SFNZMDdJTForR1BOTVVsV2xJVEZ3MkVNZ0hDemNKVUc5b0RRTzlvSkJVN2ZOa1VPb3dyTkN5dE0wNTRYbEU3Y1pYT1VRUCtKdG9DR25zaFJ0eFRRcS9rOWNUT1pka1NLQnMiLCJtYWMiOiJhYWM2ZGRkYTEyM2IyZDBmMTA4ZTU2MjM5ZjRmNmY1ZDMyOTQ4YjRiMzU3MDhhYmM4NDJiZmM2MzhiMWQxYTYxIiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 05:03:59 GMT; path=/; httponlythestandardmediagroup_session=eyJpdiI6Iml0c1A2bWMvVktVZTZRckVrV1NtbGc9PSIsInZhbHVlIjoibDR3Ly91UjNKMkVGeFBuSkZTQWI5dFBIK0dBWjJ6SFNZMDdJTForR1BOTVVsV2xJVEZ3MkVNZ0" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "6W58srR1HEo5ee7FWiDCGeBDn1QNR5q7Vw4Ye0xS" "_previous" => array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/topic/drug-trafficking" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "offset" => 0 ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-29 21:34:59GET/main-staging/topic/drug-trafficking91994