×
Request history8.1.26PHP Version407msRequest Duration5MBMemory UsageGET topic/{slug}Route
    • Booting (12.72ms)time
    • Application (394ms)time
    • 1 x Application (96.87%)
      394ms
      1 x Booting (3.13%)
      12.72ms
      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
      11 statements were executed (4 duplicates)Show only duplicates352ms
      • 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_main71.6msselect * from `articles` where `keywords` like '%milk production%' and `deleted_at` is null and `published_at` <= '2025-03-29 08:39:59' order by `published_at` desc limit 1
        Bindings
        • 0: %milk production%
        • 1: 2025-03-29 08:39:59
        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_main800μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (588)
        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 (2001514405) 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_main86.17msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%milk production%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 08:40:00' order by `published_at` desc limit 1 offset 0
        Bindings
        • 0: %milk production%
        • 1: 1
        • 2: 2025-03-29 08:40:00
        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_main700μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (588)
        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_main88.5msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%milk production%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 08:40:00' order by `published_at` desc limit 3 offset 1
        Bindings
        • 0: %milk production%
        • 1: 1
        • 2: 2025-03-29 08:40:00
        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_main860μsselect `id`, `name`, `parent_id` from `article_categories` where `article_categories`.`id` in (7, 369)
        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_main940μ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` in (2001506939, 2001510758) 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_main99.63msselect `id`, `site_id`, `article_category_id`, `title`, `thumbnail_url`, `story`, `published_at`, `premium` from `articles` where `keywords` like '%milk production%' and `deleted_at` is null and `site_id` = 1 and `published_at` <= '2025-03-29 08:40:00' order by `published_at` desc limit 40 offset 4
        Bindings
        • 0: %milk production%
        • 1: 1
        • 2: 2025-03-29 08:40:00
        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
      • MainsiteController.php#1415standard_digital_main960μsselect * 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
      • app.blade.php#825standard_digital_main890μ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\Topic
      16Topic.php#?
      App\Topic
      16Topic.php#?
      App\Models\Author
      12Author.php#?
      App\Models\Article
      4Article.php#?
      App\Models\Category
      4Category.php#?
          _token
          VhOWyfyFs2wsV6dN5SvTX8o5y34nxNB69JjfGI0r
          offset
          0
          _previous
          array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/topic/milk-production" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /topic/milk-production
          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 => "927d07ab5bb322da-EWR" ] "x-forwarded-for" => array:1 [ 0 => "3.141.244.160" ] "host" => array:1 [ 0 => "www.standardmedia.co.ke" ] "cf-connecting-ip" => array:1 [ 0 => "3.141.244.160" ] "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 => "XSRF-TOKEN=eyJpdiI6IlpvYmthakxjazZOaFMvV0MyNlNEZWc9PSIsInZhbHVlIjoibUxMbEV2czdscHJ1cEZMRmQ5aVZPM1I3NUZCZHl6d1llOS8wYnlvRkdvb2xJeDJIR0ZINmRlTVlEQi8zQUdUdXlhZENaSDB1THJGK29lby85WjhoemJja2J2T1QzeEZRNnVJMWxsOTAxY1A5Nm15TTk4MkJMWDYyYkhCRy9EcmEiLCJtYWMiOiI5ZjQ2MDFiNDk4NzY0MDhhOTkzMDdhODA2ZmFmZWQ1NzMwZWRmOTI3NGU2ZThiN2QyZTc3NjViYjQ4YjFhMGEyIiwidGFnIjoiIn0%3D; thestandardmediagroup_session=eyJpdiI6IkxTM0MvYWxZTmk5ZGpuMnpoYmZBN2c9PSIsInZhbHVlIjoiUDlydE5zVnhlbFZmcXorN25iWmJrdEVERXJxWlhXRnR4alo0S0FFd0RrQjFBRnp5eEhWV3NSTlo0K2Q3R0dFZEFZMldLbm9qSEd4c3p6S1pWdUVrdzFXU0QzenVrNW9jNUdtb2FtWmlYcXZNd1NjVGpZRzdmaWJ6b1N3dllCM3IiLCJtYWMiOiJlNjk1N2EyYjFkMWI0ZmQyMzYzMjM3YTA0ZTgzOGNhMTM0MDk3ZTUyZjc4YjAxMTg1NDY1NzE0OWIzMmE1ZjUzIiwidGFnIjoiIn0%3D; _gid=GA1.3.686576700.1743226798; _gat_UA-9511843-1=1; _ga_L7FB4EWJ0B=GS1.1.1743226798.1.0.1743226798.60.0.0; _ga=GA1.1.amp-jmihH7h74Jx3fmZmCRZBOg; ___nrbic=%7B%22isNewUser%22%3Atrue%2C%22previousVisit%22%3A1743226798%2C%22lastBeat%22%3A1743226798%2C%22currentVisitStarted%22%3A1743226798%2C%22sessionId%22%3A%2229ab1007-ca4f-498d-9d72-0b3feca0b865%22%2C%22sessionVars%22%3A%5B%5D%2C%22visitedInThisSession%22%3Atrue%2C%22pagesViewed%22%3A1%2C%22landingPage%22%3A%22https%3A//www.standardmedia.co.ke/counties/article/2001509376/how-two-top-students-forged-friendship-and-academic-excellence%22%2C%22referrer%22%3A%22%22%2C%22lpti%22%3A%222025-01-10T17%3A22%3A26+03%3A00%22%7D; ___nrbi=%7B%22firstVisit%22%3A1743226798%2C%22userId%22%3A%22b1ee9fa3-be24-4097-9fb9-6265f944e6e2%22%2C%22userVars%22%3A%5B%5D%2C%22futurePreviousVisit%22%3A1743226798%2C%22timesVisited%22%3A1%7D; compass_uid=b1ee9fa3-be24-4097-9fb9-6265f944e6e2XSRF-TOKEN=eyJpdiI6IlpvYmthakxjazZOaFMvV0MyNlNEZWc9PSIsInZhbHVlIjoibUxMbEV2czdscHJ1cEZMRmQ5aVZPM1I3NUZCZHl6d1llOS8wYnlvRkdvb2xJeDJIR0ZINmRlTVlEQi8zQUdUdXlhZENaS" ] "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:9 [ "XSRF-TOKEN" => "VhOWyfyFs2wsV6dN5SvTX8o5y34nxNB69JjfGI0r" "thestandardmediagroup_session" => "qA19cxtWnhSP2fAwJLsQKW9tLyzCQshiSmewnAzv" "_gid" => null "_gat_UA-9511843-1" => null "_ga_L7FB4EWJ0B" => null "_ga" => null "___nrbic" => null "___nrbi" => null "compass_uid" => null ]
          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 05:40:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlcwT2ZpR2JXeDhPWWRQN3JMVVc3clE9PSIsInZhbHVlIjoiSGNZckNBM1hFUzk1NEhLVFF2b2JQa0FmQUdNWmNoZFAzMHJ0N0tBcnNHMXBpWFNwRlU0VUV6ejJiNWlvSVQ5aU45VUx0QVd5cHZzbmNEcE5iRXdrNU9ETGRjWWFJWXBMRk11M0gvU3FlamY4bGdlbEJZZzNob2xKeDhWV2FLWVAiLCJtYWMiOiJkODgyZjMyNDQxMDBmZTk2YjRjZDNmOGEzNjU4YzA2YjVmNTJkOGUzZWU1Mjk2MmQ0ZDQzZGQ1ZjE3MDgwNTAyIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 16:09:00 GMT; Max-Age=2629740; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlcwT2ZpR2JXeDhPWWRQN3JMVVc3clE9PSIsInZhbHVlIjoiSGNZckNBM1hFUzk1NEhLVFF2b2JQa0FmQUdNWmNoZFAzMHJ0N0tBcnNHMXBpWFNwRlU0VUV6ejJiNWlvSVQ5aU45VUx0Q" 1 => "thestandardmediagroup_session=eyJpdiI6IkZRd0ZpRGgxajI0eUUwNTVkQkdKbXc9PSIsInZhbHVlIjoia05GSUdmaXpEOGgxVUZKYnN6VDNYYkszUEFpMWV3V1VnMXBieE9OMzExSXJlZUNXM1pGQnN3eGlTZ2x3V1hudFRSUmJ3eXViOXc1WmFIYWd1cnNXcktwNzJnUy9tNHczQ21ERnlzek44cG9NS3Y2UklIUm1DNGhyZTBzMWdDZ1YiLCJtYWMiOiIwNzhhYWFmNGM5ZTg2MzVlMDFmNmRmODVhMTJiYjVhYWM0NTg3MTRhYjgzNjA0NTFjYjY2M2M5Mzc2ZGNlOGMyIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 16:09:00 GMT; Max-Age=2629740; path=/; httponly; samesite=laxthestandardmediagroup_session=eyJpdiI6IkZRd0ZpRGgxajI0eUUwNTVkQkdKbXc9PSIsInZhbHVlIjoia05GSUdmaXpEOGgxVUZKYnN6VDNYYkszUEFpMWV3V1VnMXBieE9OMzExSXJlZUNXM1pGQnN3eG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlcwT2ZpR2JXeDhPWWRQN3JMVVc3clE9PSIsInZhbHVlIjoiSGNZckNBM1hFUzk1NEhLVFF2b2JQa0FmQUdNWmNoZFAzMHJ0N0tBcnNHMXBpWFNwRlU0VUV6ejJiNWlvSVQ5aU45VUx0QVd5cHZzbmNEcE5iRXdrNU9ETGRjWWFJWXBMRk11M0gvU3FlamY4bGdlbEJZZzNob2xKeDhWV2FLWVAiLCJtYWMiOiJkODgyZjMyNDQxMDBmZTk2YjRjZDNmOGEzNjU4YzA2YjVmNTJkOGUzZWU1Mjk2MmQ0ZDQzZGQ1ZjE3MDgwNTAyIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 16:09:00 GMT; path=/XSRF-TOKEN=eyJpdiI6IlcwT2ZpR2JXeDhPWWRQN3JMVVc3clE9PSIsInZhbHVlIjoiSGNZckNBM1hFUzk1NEhLVFF2b2JQa0FmQUdNWmNoZFAzMHJ0N0tBcnNHMXBpWFNwRlU0VUV6ejJiNWlvSVQ5aU45VUx0Q" 1 => "thestandardmediagroup_session=eyJpdiI6IkZRd0ZpRGgxajI0eUUwNTVkQkdKbXc9PSIsInZhbHVlIjoia05GSUdmaXpEOGgxVUZKYnN6VDNYYkszUEFpMWV3V1VnMXBieE9OMzExSXJlZUNXM1pGQnN3eGlTZ2x3V1hudFRSUmJ3eXViOXc1WmFIYWd1cnNXcktwNzJnUy9tNHczQ21ERnlzek44cG9NS3Y2UklIUm1DNGhyZTBzMWdDZ1YiLCJtYWMiOiIwNzhhYWFmNGM5ZTg2MzVlMDFmNmRmODVhMTJiYjVhYWM0NTg3MTRhYjgzNjA0NTFjYjY2M2M5Mzc2ZGNlOGMyIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 16:09:00 GMT; path=/; httponlythestandardmediagroup_session=eyJpdiI6IkZRd0ZpRGgxajI0eUUwNTVkQkdKbXc9PSIsInZhbHVlIjoia05GSUdmaXpEOGgxVUZKYnN6VDNYYkszUEFpMWV3V1VnMXBieE9OMzExSXJlZUNXM1pGQnN3eG" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "VhOWyfyFs2wsV6dN5SvTX8o5y34nxNB69JjfGI0r" "offset" => 0 "_previous" => array:1 [ "url" => "http://www.standardmedia.co.ke/main-staging/topic/milk-production" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-29 08:40:00GET/main-staging/topic/milk-production91152