The Story of the Messiah

A series of reflections based on Handel’s Messiah, written and presented by David Winters, with readings by Julia Fisher. First broadcast on Premier Christian Radio in December 1999/January 2000, in the lead-up to the new Millennium The Hallelujah Chorus - and Handel’s Messiah, in which it is appears - is one of the most well known pieces of classical music in history. But not everyone might realise that all the words sung in the Messiah are taken from Scripture...

Request history8.3.12PHP Version153msRequest Duration3MBMemory UsageGET {brand}Route
    • Booting (51.56ms)time
    • Application (102ms)time
    • 1 x Application (66.37%)
      102ms
      1 x Booting (33.61%)
      51.56ms
      39 templates were rendered
      • 1x templates.brands.showshow.blade.php#?blade
      • 1x components.sections.header-brandheader-brand.blade.php#?blade
      • 1x components.sections.sub-menu-brandsub-menu-brand.blade.php#?blade
      • 1x components.sections.sub-menu-genericsub-menu-generic.blade.php#?blade
      • 1x components.sections.header-with-contentheader-with-content.blade.php#?blade
      • 1x components.sections.header-topheader-top.blade.php#?blade
      • 19x components.iconicon.blade.php#?blade
      • 1x components.recommendations.index-bespokeindex-bespoke.blade.php#?blade
      • 1x components.promotional-blockspromotional-blocks.blade.php#?blade
      • 1x components.sections.footerfooter.blade.php#?blade
      • 2x components.form.inputinput.blade.php#?blade
      • 2x components.form.input-groupinput-group.blade.php#?blade
      • 1x components.layouts.mastermaster.blade.php#?blade
      • 1x components.faviconfavicon.blade.php#?blade
      • 1x components.social-metasocial-meta.blade.php#?blade
      • 1x components.modals.searchsearch.blade.php#?blade
      • 1x components.modals.generic-1generic-1.blade.php#?blade
      • 1x components.toast-controllertoast-controller.blade.php#?blade
      • 1x components.modals.model-show-thank-youmodel-show-thank-you.blade.php#?blade
      uri
      GET {brand}
      middleware
      web
      controller
      App\Http\Controllers\BrandController@show
      namespace
      prefix
      where
      as
      brands.show
      file
      app/Http/Controllers/BrandController.php:32-35
      25 statements were executed (14 duplicates)Show only duplicates29.56ms
      • RedirectMiddleware.php#23premier980μsselect * from `redirects` where `is_regex` = 1 and `redirects`.`deleted_at` is null
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Middleware/RedirectMiddleware.php:23
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:797
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:776
      • RedirectMiddleware.php#53premier590μsselect * from `redirects` where `is_regex` = 0 and `match` = '/the-story-of-the-messiah' and `is_active` = 1 and `redirects`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        • 1: /the-story-of-the-messiah
        • 2: 1
        Backtrace
        • app/Http/Middleware/RedirectMiddleware.php:53
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:797
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:776
      • DatabaseSessionHandler.php#97premier560μsselect * from `sessions` where `id` = 'MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI' limit 1
        Bindings
        • 0: MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • ContentFamilyTrait.php#42premier1.09msselect * from `brands` where `slug` = 'the-story-of-the-messiah' and `is_active` = 1 and `brands`.`deleted_at` is null limit 1
        Bindings
        • 0: the-story-of-the-messiah
        • 1: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:947
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • PromotionalBlockCacheMiddleware.php#24premier720μsselect * from `promotional_blocks` where (`display_from` is null or `display_from` < '2025-02-20 19:13:40') and (`display_to` is null or `display_to` > '2025-02-20 19:13:40')
        Bindings
        • 0: 2025-02-20 19:13:40
        • 1: 2025-02-20 19:13:40
        Backtrace
        • app/Http/Middleware/PromotionalBlockCacheMiddleware.php:24
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:408
        • app/Http/Middleware/PromotionalBlockCacheMiddleware.php:23
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • header-brand.blade.php#20premier1.06msselect `presenters`.*, `brand_presenter`.`brand_id` as `pivot_brand_id`, `brand_presenter`.`presenter_id` as `pivot_presenter_id` from `presenters` inner join `brand_presenter` on `presenters`.`id` = `brand_presenter`.`presenter_id` where `brand_presenter`.`brand_id` = 106 and `is_active` = 1 and `presenters`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • view::components.sections.header-brand:20
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • ContentFamilyTrait.php#18premier1.34msselect * from `brand_pages` where `brand_pages`.`brand_id` = 106 and `brand_pages`.`brand_id` is not null and ((not exists (select * from `brands` where `brand_pages`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `brand_pages`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `brand_pages`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:104
        • view::components.sections.sub-menu-brand:29
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier8.72msselect * from `audio_series` where `audio_series`.`brand_id` = 106 and `audio_series`.`brand_id` is not null and ((not exists (select * from `brands` where `audio_series`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `audio_series`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `audio_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:105
        • view::components.sections.sub-menu-brand:29
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier980μsselect * from `article_series` where `article_series`.`brand_id` = 106 and `article_series`.`brand_id` is not null and ((not exists (select * from `brands` where `article_series`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `article_series`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `article_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:106
        • view::components.sections.sub-menu-brand:29
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier920μsselect * from `podcasts` where `podcasts`.`brand_id` = 106 and `podcasts`.`brand_id` is not null and ((not exists (select * from `brands` where `podcasts`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `podcasts`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `podcasts`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:107
        • view::components.sections.sub-menu-brand:29
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AudioSeries.php#89premier1.21msselect * from `brands` where `brands`.`id` = 106 and `brands`.`deleted_at` is null limit 1
        Bindings
        • 0: 106
        Backtrace
        • app/Models/AudioSeries.php:89
        • view::components.sections.sub-menu-brand:32
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • ContentFamilyTrait.php#18premier800μsselect * from `brand_pages` where `brand_pages`.`brand_id` = 106 and `brand_pages`.`brand_id` is not null and ((not exists (select * from `brands` where `brand_pages`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `brand_pages`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `brand_pages`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:104
        • view::components.sections.sub-menu-brand:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier880μsselect * from `audio_series` where `audio_series`.`brand_id` = 106 and `audio_series`.`brand_id` is not null and ((not exists (select * from `brands` where `audio_series`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `audio_series`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `audio_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:105
        • view::components.sections.sub-menu-brand:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier830μsselect * from `article_series` where `article_series`.`brand_id` = 106 and `article_series`.`brand_id` is not null and ((not exists (select * from `brands` where `article_series`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `article_series`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `article_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:106
        • view::components.sections.sub-menu-brand:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • ContentFamilyTrait.php#18premier1.06msselect * from `podcasts` where `podcasts`.`brand_id` = 106 and `podcasts`.`brand_id` is not null and ((not exists (select * from `brands` where `podcasts`.`brand_id` = `brands`.`id` and `brands`.`deleted_at` is null)) or (exists (select * from `brands` where `podcasts`.`brand_id` = `brands`.`id` and `is_active` = 1 and `brands`.`deleted_at` is null))) and `is_active` = 1 and `podcasts`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        • 2: 1
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:18
        • app/Models/Brand.php:107
        • view::components.sections.sub-menu-brand:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Setting.php#20premier780μsselect * from `settings` where `setting_key` = 'web_donation_link' limit 1
        Bindings
        • 0: web_donation_link
        Backtrace
        • app/Models/Setting.php:20
        • app/Helpers/Settings.php:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Setting.php#20premier470μsselect * from `settings` where `setting_key` = 'web_donation_link' limit 1
        Bindings
        • 0: web_donation_link
        Backtrace
        • app/Models/Setting.php:20
        • app/Helpers/Settings.php:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Setting.php#20premier720μsselect * from `settings` where `setting_key` = 'web_donation_link' limit 1
        Bindings
        • 0: web_donation_link
        Backtrace
        • app/Models/Setting.php:20
        • app/Helpers/Settings.php:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Brand.php#77premier630μsselect * from `audio_series` where `audio_series`.`brand_id` = 106 and `audio_series`.`brand_id` is not null and `is_active` = 1 and `audio_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • app/Models/Brand.php:77
        • view::templates.brands.show:26
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Brand.php#79premier1.64msselect * from `audio_items` where `audio_items`.`audio_series_id` = 30 and `audio_items`.`audio_series_id` is not null and `published_at` <= '2025-02-20 19:13:40' and `audio_items`.`deleted_at` is null order by `published_at` desc, `published_at` desc limit 6
        Bindings
        • 0: 30
        • 1: 2025-02-20 19:13:40
        Backtrace
        • app/Models/Brand.php:79
        • view::templates.brands.show:26
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Brand.php#81premier570μsselect * from `article_series` where `article_series`.`brand_id` = 106 and `article_series`.`brand_id` is not null and `is_active` = 1 and `article_series`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • app/Models/Brand.php:81
        • view::templates.brands.show:26
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Brand.php#85premier460μsselect * from `podcasts` where `podcasts`.`brand_id` = 106 and `podcasts`.`brand_id` is not null and `is_active` = 1 and `podcasts`.`deleted_at` is null
        Bindings
        • 0: 106
        • 1: 1
        Backtrace
        • app/Models/Brand.php:85
        • view::templates.brands.show:26
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • Setting.php#20premier650μsselect * from `settings` where `setting_key` = 'web_donation_link' limit 1
        Bindings
        • 0: web_donation_link
        Backtrace
        • app/Models/Setting.php:20
        • app/Helpers/Settings.php:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • DatabaseSessionHandler.php#97premier530μsselect * from `sessions` where `id` = 'MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI' limit 1
        Bindings
        • 0: MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:238
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • DatabaseSessionHandler.php#158premier1.37msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiRGp4Mm9BSkZDSHdiRWo5RTZHemxDQUlNQzVSd2gyTDJwMUpYeUZUUCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NTY6Imh0dHBzOi8vcHJlbWllci5hbXBlcmF0aXZlLnNpdGUvdGhlLXN0b3J5LW9mLXRoZS1tZXNzaWFoIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1740078820, '', '18.222.35.177', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI')
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiRGp4Mm9BSkZDSHdiRWo5RTZHemxDQUlNQzVSd2gyTDJwMUpYeUZUUCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NTY6Imh0dHBzOi8vcHJlbWllci5hbXBlcmF0aXZlLnNpdGUvdGhlLXN0b3J5LW9mLXRoZS1tZXNzaWFoIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==
        • 1: 1740078820
        • 2: 
        • 3: 18.222.35.177
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: MOIOL8xnJhCNq6pS8jdUUCFWEiAtXoDqboRq9bsI
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:238
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      App\Models\Setting
      4Setting.php#?
      App\Models\AudioSeries
      3AudioSeries.php#?
      App\Models\Brand
      2Brand.php#?
          _token
          Djx2oAJFCHwbEj9E6GzlCAIMC5Rwh2L2p1JXyFTP
          _previous
          array:1 [ "url" => "https://premier.amperative.site/the-story-of-the-messiah" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /the-story-of-the-messiah
          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:15 [ "host" => array:1 [ 0 => "premier.amperative.site" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          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, 20 Feb 2025 19:13:40 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJVTEpWTDdsVHVTVEVMbCswNzA2T2c9PSIsInZhbHVlIjoidnh4c09VY0J0bFYvRHZ4WnBqaUNtZkgrRUM3UFk4Tk5zYVEyTkxNdDdYTGtJM0lBZmV0eTU5YmhYQTNsTk5PeGM2NWpMSFZGT3VHK2hZcERrWVRnaTV3Y2VoTUROVXJwVmhoTFFDcjZQZnBoendEejRLMmYxL3ZGTUtLUVlXbk8iLCJtYWMiOiJiNDU4MmI4YTQwZjY4MDI4ZDE0ZmU0ZWM3ZDMyNWNiZTRlMjkxMGQzYzEzYmUwYzdlNDM2YjljOGE2NTVmMzc2IiwidGFnIjoiIn0%3D; expires=Thu, 20 Feb 2025 21:13:40 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImJVTEpWTDdsVHVTVEVMbCswNzA2T2c9PSIsInZhbHVlIjoidnh4c09VY0J0bFYvRHZ4WnBqaUNtZkgrRUM3UFk4Tk5zYVEyTkxNdDdYTGtJM0lBZmV0eTU5YmhYQTNsTk5PeGM2NWpMS" 1 => "premier_plus_session=eyJpdiI6IkFyV2VUNzg2d0ZIdk16eXRFOStiYnc9PSIsInZhbHVlIjoiR2MydzZnUU9FcmdFa0kxTXRMZGUwYmw1aHg1dG1tTk0zYmVsVzFJSGR1VC9YZ202azlzclRrZVp4aWJjV2kwYkpEd1dTNWVJWWtwcDBPRTNJZDNMSVFESVdZQVBybzBVOTdoVUxOeWZWamZxRzkxWDdtZHhlZ3IyeGtvMmZEdU4iLCJtYWMiOiI0YzBkZmY1ZmZmMmNhZjE3MTQyZDA3MDU1ZjkyNDhiMWM2YWVmNzk3Njk1N2NlM2U3ZmRmNTY5Y2YwYjg4YmMyIiwidGFnIjoiIn0%3D; expires=Thu, 20 Feb 2025 21:13:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxpremier_plus_session=eyJpdiI6IkFyV2VUNzg2d0ZIdk16eXRFOStiYnc9PSIsInZhbHVlIjoiR2MydzZnUU9FcmdFa0kxTXRMZGUwYmw1aHg1dG1tTk0zYmVsVzFJSGR1VC9YZ202azlzclRrZVp4aWJjV2k" 2 => "animated-logo-watched=eyJpdiI6IkdTdlFpRUJtRy9tcjVpTEpsa3p5TGc9PSIsInZhbHVlIjoiaGI5ZzZXNkNoQVlRU3VWS0hBZnhOeVg4V3lTa1oySE1KcjlvRWFNZ0lkc2kyUmVUb3hPcW5sMGxSVm5WZ2JreCIsIm1hYyI6IjVmZTYzNTE5ZGM0MzYzYWQzMWE4NDRhZTgzYTRmYjEzNDdmYzhkN2YwYmJhMzQ4YWJjMGMyYTE4MTVjODZlZWYiLCJ0YWciOiIifQ%3D%3D; path=/; httponly; samesite=laxanimated-logo-watched=eyJpdiI6IkdTdlFpRUJtRy9tcjVpTEpsa3p5TGc9PSIsInZhbHVlIjoiaGI5ZzZXNkNoQVlRU3VWS0hBZnhOeVg4V3lTa1oySE1KcjlvRWFNZ0lkc2kyUmVUb3hPcW5sMGxSVm5WZ2" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJVTEpWTDdsVHVTVEVMbCswNzA2T2c9PSIsInZhbHVlIjoidnh4c09VY0J0bFYvRHZ4WnBqaUNtZkgrRUM3UFk4Tk5zYVEyTkxNdDdYTGtJM0lBZmV0eTU5YmhYQTNsTk5PeGM2NWpMSFZGT3VHK2hZcERrWVRnaTV3Y2VoTUROVXJwVmhoTFFDcjZQZnBoendEejRLMmYxL3ZGTUtLUVlXbk8iLCJtYWMiOiJiNDU4MmI4YTQwZjY4MDI4ZDE0ZmU0ZWM3ZDMyNWNiZTRlMjkxMGQzYzEzYmUwYzdlNDM2YjljOGE2NTVmMzc2IiwidGFnIjoiIn0%3D; expires=Thu, 20-Feb-2025 21:13:40 GMT; path=/XSRF-TOKEN=eyJpdiI6ImJVTEpWTDdsVHVTVEVMbCswNzA2T2c9PSIsInZhbHVlIjoidnh4c09VY0J0bFYvRHZ4WnBqaUNtZkgrRUM3UFk4Tk5zYVEyTkxNdDdYTGtJM0lBZmV0eTU5YmhYQTNsTk5PeGM2NWpMS" 1 => "premier_plus_session=eyJpdiI6IkFyV2VUNzg2d0ZIdk16eXRFOStiYnc9PSIsInZhbHVlIjoiR2MydzZnUU9FcmdFa0kxTXRMZGUwYmw1aHg1dG1tTk0zYmVsVzFJSGR1VC9YZ202azlzclRrZVp4aWJjV2kwYkpEd1dTNWVJWWtwcDBPRTNJZDNMSVFESVdZQVBybzBVOTdoVUxOeWZWamZxRzkxWDdtZHhlZ3IyeGtvMmZEdU4iLCJtYWMiOiI0YzBkZmY1ZmZmMmNhZjE3MTQyZDA3MDU1ZjkyNDhiMWM2YWVmNzk3Njk1N2NlM2U3ZmRmNTY5Y2YwYjg4YmMyIiwidGFnIjoiIn0%3D; expires=Thu, 20-Feb-2025 21:13:40 GMT; path=/; httponlypremier_plus_session=eyJpdiI6IkFyV2VUNzg2d0ZIdk16eXRFOStiYnc9PSIsInZhbHVlIjoiR2MydzZnUU9FcmdFa0kxTXRMZGUwYmw1aHg1dG1tTk0zYmVsVzFJSGR1VC9YZ202azlzclRrZVp4aWJjV2k" 2 => "animated-logo-watched=eyJpdiI6IkdTdlFpRUJtRy9tcjVpTEpsa3p5TGc9PSIsInZhbHVlIjoiaGI5ZzZXNkNoQVlRU3VWS0hBZnhOeVg4V3lTa1oySE1KcjlvRWFNZ0lkc2kyUmVUb3hPcW5sMGxSVm5WZ2JreCIsIm1hYyI6IjVmZTYzNTE5ZGM0MzYzYWQzMWE4NDRhZTgzYTRmYjEzNDdmYzhkN2YwYmJhMzQ4YWJjMGMyYTE4MTVjODZlZWYiLCJ0YWciOiIifQ%3D%3D; path=/; httponlyanimated-logo-watched=eyJpdiI6IkdTdlFpRUJtRy9tcjVpTEpsa3p5TGc9PSIsInZhbHVlIjoiaGI5ZzZXNkNoQVlRU3VWS0hBZnhOeVg4V3lTa1oySE1KcjlvRWFNZ0lkc2kyUmVUb3hPcW5sMGxSVm5WZ2" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "Djx2oAJFCHwbEj9E6GzlCAIMC5Rwh2L2p1JXyFTP" "_previous" => array:1 [ "url" => "https://premier.amperative.site/the-story-of-the-messiah" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-20 19:13:40GET/the-story-of-the-messiah39259