Request history8.3.12PHP Version187msRequest Duration6MBMemory UsageGET podcasts/{podcast}/episodes/{episode}Route
    • Booting (40.8ms)time
    • Application (147ms)time
    • 1 x Application (78.22%)
      147ms
      1 x Booting (21.77%)
      40.80ms
      62 templates were rendered
      • 1x templates.podcast-episodes.showshow.blade.php#?blade
      • 1x livewire.section-podcast-playersection-podcast-player.blade.php#?blade
      • 1x components.sections.header-playerheader-player.blade.php#?blade
      • 1x components.sections.header-topheader-top.blade.php#?blade
      • 35x components.iconicon.blade.php#?blade
      • 1x components.player.tracktrack.blade.php#?blade
      • 1x components.modals.modal-confirmationmodal-confirmation.blade.php#?blade
      • 3x components.modals.generic-1generic-1.blade.php#?blade
      • 1x components.sharethissharethis.blade.php#?blade
      • 3x components.cards.episodeepisode.blade.php#?blade
      • 1x components.modals.model-show-signupmodel-show-signup.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.toast-controllertoast-controller.blade.php#?blade
      • 1x components.modals.model-show-thank-youmodel-show-thank-you.blade.php#?blade
      uri
      GET podcasts/{podcast}/episodes/{episode}
      middleware
      web
      scope_bindings
      true
      controller
      App\Http\Controllers\PodcastEpisodesController@show
      namespace
      prefix
      where
      as
      podcasts.episodes.show
      file
      app/Http/Controllers/PodcastEpisodesController.php:22-38
      26 statements were executed (16 duplicates)Show only duplicates53.39ms
      • RedirectMiddleware.php#23premier680μ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#53premier660μsselect * from `redirects` where `is_regex` = 0 and `match` = '/podcasts/elevation-with-steven-furtick/episodes/shut-up-and-shine-holly-furtick' and `is_active` = 1 and `redirects`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        • 1: /podcasts/elevation-with-steven-furtick/episodes/shut-up-and-shine-holly-furtick
        • 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#97premier600μsselect * from `sessions` where `id` = '61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx' limit 1
        Bindings
        • 0: 61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx
        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#42premier760μsselect * from `podcasts` where `slug` = 'elevation-with-steven-furtick' and `is_active` = 1 and `podcasts`.`deleted_at` is null limit 1
        Bindings
        • 0: elevation-with-steven-furtick
        • 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
      • ContentFamilyTrait.php#59premier21.47msselect * from `podcast_episodes` where `podcast_episodes`.`podcast_id` = 39 and `podcast_episodes`.`podcast_id` is not null and `slug` = 'shut-up-and-shine-holly-furtick' and `podcast_episodes`.`deleted_at` is null order by `published_at` desc limit 1
        Bindings
        • 0: 39
        • 1: shut-up-and-shine-holly-furtick
        Backtrace
        • app/Models/Traits/ContentFamilyTrait.php:59
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:56
        • 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#24premier680μsselect * from `promotional_blocks` where (`display_from` is null or `display_from` < '2025-02-25 15:59:38') and (`display_to` is null or `display_to` > '2025-02-25 15:59:38')
        Bindings
        • 0: 2025-02-25 15:59:38
        • 1: 2025-02-25 15:59:38
        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
      • PodcastEpisodesController.php#24premier580μsselect exists(select * from `brands` where `brands`.`id` is null and `brands`.`deleted_at` is null) as `exists`
        Backtrace
        • app/Http/Controllers/PodcastEpisodesController.php:24
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • PodcastEpisode.php#181premier840μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 9935 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 9935
        Backtrace
        • app/Models/PodcastEpisode.php:181
        • app/Http/Livewire/SectionPodcastPlayer.php:104
        • app/Http/Livewire/SectionPodcastPlayer.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • PodcastEpisode.php#88premier580μsselect * from `podcasts` where `podcasts`.`id` = 39 and `podcasts`.`deleted_at` is null limit 1
        Bindings
        • 0: 39
        Backtrace
        • app/Models/PodcastEpisode.php:88
        • app/Models/PodcastEpisode.php:181
        • app/Http/Livewire/SectionPodcastPlayer.php:104
        • app/Http/Livewire/SectionPodcastPlayer.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • Podcast.php#216premier600μsselect exists(select * from `music_genres` inner join `musicables` on `music_genres`.`id` = `musicables`.`music_genre_id` where `musicables`.`musicable_id` = 39 and `musicables`.`musicable_type` = 'App\Models\Podcast' and `music_genres`.`deleted_at` is null) as `exists`
        Bindings
        • 0: 39
        • 1: App\Models\Podcast
        Backtrace
        • app/Models/Podcast.php:216
        • app/Models/PodcastEpisode.php:181
        • app/Http/Livewire/SectionPodcastPlayer.php:104
        • app/Http/Livewire/SectionPodcastPlayer.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • SectionPodcastPlayer.php#108premier540μsselect * from `listenable_progress_items` where `listenable_progress_items`.`listenable_type` = 'App\Models\PodcastEpisode' and `listenable_progress_items`.`listenable_id` = 9935 and `listenable_progress_items`.`listenable_id` is not null and `user_id` is null limit 1
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 9935
        Backtrace
        • app/Http/Livewire/SectionPodcastPlayer.php:108
        • app/Http/Livewire/SectionPodcastPlayer.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • SectionPodcastPlayer.php#168premier9.83msselect * from `podcast_episodes` where `podcast_id` = 39 and `published_at` < '2020-10-05 01:00:00' and `podcast_episodes`.`deleted_at` is null order by `published_at` desc limit 1
        Bindings
        • 0: 39
        • 1: 2020-10-05 01:00:00
        Backtrace
        • app/Http/Livewire/SectionPodcastPlayer.php:168
        • app/Http/Livewire/SectionPodcastPlayer.php:45
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • SectionPodcastPlayer.php#178premier8.61msselect * from `podcast_episodes` where `podcast_id` = 39 and `published_at` > '2020-10-05 01:00:00' and `podcast_episodes`.`deleted_at` is null order by `published_at` asc limit 3
        Bindings
        • 0: 39
        • 1: 2020-10-05 01:00:00
        Backtrace
        • app/Http/Livewire/SectionPodcastPlayer.php:178
        • app/Http/Livewire/SectionPodcastPlayer.php:46
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • PodcastEpisode.php#181premier660μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 9935 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 9935
        Backtrace
        • app/Models/PodcastEpisode.php:181
        • view::livewire.section-podcast-player:4
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Podcast.php#216premier580μsselect exists(select * from `music_genres` inner join `musicables` on `music_genres`.`id` = `musicables`.`music_genre_id` where `musicables`.`musicable_id` = 39 and `musicables`.`musicable_type` = 'App\Models\Podcast' and `music_genres`.`deleted_at` is null) as `exists`
        Bindings
        • 0: 39
        • 1: App\Models\Podcast
        Backtrace
        • app/Models/Podcast.php:216
        • app/Models/PodcastEpisode.php:181
        • view::livewire.section-podcast-player:4
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
      • Setting.php#20premier510μ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/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Setting.php#20premier450μ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/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Setting.php#20premier500μ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/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • PodcastEpisode.php#181premier500μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 9935 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 9935
        Backtrace
        • app/Models/PodcastEpisode.php:181
        • app/Http/Livewire/SectionPodcastPlayer.php:132
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • Podcast.php#216premier580μsselect exists(select * from `music_genres` inner join `musicables` on `music_genres`.`id` = `musicables`.`music_genre_id` where `musicables`.`musicable_id` = 39 and `musicables`.`musicable_type` = 'App\Models\Podcast' and `music_genres`.`deleted_at` is null) as `exists`
        Bindings
        • 0: 39
        • 1: App\Models\Podcast
        Backtrace
        • app/Models/Podcast.php:216
        • app/Models/PodcastEpisode.php:181
        • app/Http/Livewire/SectionPodcastPlayer.php:132
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • PodcastEpisode.php#88premier460μsselect * from `podcasts` where `podcasts`.`id` = 39 and `podcasts`.`deleted_at` is null limit 1
        Bindings
        • 0: 39
        Backtrace
        • app/Models/PodcastEpisode.php:88
        • app/Models/Traits/ThumbnailImage.php:26
        • app/Models/Traits/ThumbnailImage.php:66
        • view::livewire.section-podcast-player:168
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • PodcastEpisode.php#88premier440μsselect * from `podcasts` where `podcasts`.`id` = 39 and `podcasts`.`deleted_at` is null limit 1
        Bindings
        • 0: 39
        Backtrace
        • app/Models/PodcastEpisode.php:88
        • app/Models/Traits/ThumbnailImage.php:26
        • app/Models/Traits/ThumbnailImage.php:66
        • view::livewire.section-podcast-player:168
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • PodcastEpisode.php#88premier380μsselect * from `podcasts` where `podcasts`.`id` = 39 and `podcasts`.`deleted_at` is null limit 1
        Bindings
        • 0: 39
        Backtrace
        • app/Models/PodcastEpisode.php:88
        • app/Models/Traits/ThumbnailImage.php:26
        • app/Models/Traits/ThumbnailImage.php:66
        • view::livewire.section-podcast-player:168
        • vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
      • Setting.php#20premier540μ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#97premier410μsselect * from `sessions` where `id` = '61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx' limit 1
        Bindings
        • 0: 61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx
        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#158premier950μsinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiNE5kalY5dFhsaXpFQkRESHZ3c3lxT0RUZlc3ZW5BWkVuTHVYOU9WZyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MTExOiJodHRwczovL3ByZW1pZXIuYW1wZXJhdGl2ZS5zaXRlL3BvZGNhc3RzL2VsZXZhdGlvbi13aXRoLXN0ZXZlbi1mdXJ0aWNrL2VwaXNvZGVzL3NodXQtdXAtYW5kLXNoaW5lLWhvbGx5LWZ1cnRpY2siO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1740499178, '', '18.222.140.52', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx')
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiNE5kalY5dFhsaXpFQkRESHZ3c3lxT0RUZlc3ZW5BWkVuTHVYOU9WZyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MTExOiJodHRwczovL3ByZW1pZXIuYW1wZXJhdGl2ZS5zaXRlL3BvZGNhc3RzL2VsZXZhdGlvbi13aXRoLXN0ZXZlbi1mdXJ0aWNrL2VwaXNvZGVzL3NodXQtdXAtYW5kLXNoaW5lLWhvbGx5LWZ1cnRpY2siO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
        • 1: 1740499178
        • 2: 
        • 3: 18.222.140.52
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: 61bzjKkSarg7ciZIv3ZtM2S4XTVCjsSKm07aKsQx
        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\Podcast
      5Podcast.php#?
      App\Models\PodcastEpisode
      5PodcastEpisode.php#?
      App\Models\Setting
      4Setting.php#?
      section-podcast-player #sKg5WegMCNh0uujxYiL5
      array:5 [ "data" => array:10 [ "podcast" => App\Models\Podcast {#2061 #connection: "mysq...
          _token
          4NdjV9tXlizEBDDHvwsyqODTfW7enAZEnLuX9OVg
          _previous
          array:1 [ "url" => "https://premier.amperative.site/podcasts/elevation-with-steven-furtick/episode...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /podcasts/elevation-with-steven-furtick/episodes/shut-up-and-shine-holly-furtick
          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:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Tue, 25 Feb 2025 15:59:38 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZKbDRtTXVKcFJNUExvTU4zVXdlRGc9PSIsInZhbHVlIjoiQ2NlL1BJOHU3MjJuY0gwM2ZFZnR2aG0rc0xIWXhid3V6b1NvdTkxdTUzeE84NlZHb1FUTEc3ZDVMemc3NWpCeU1kNXBtTStjb3paWnJxVkYwZ28zM2kvM2JzOXY2eWhUQzJPYURZclhtb1ZmVnFGaXdtdjJuZ1NKR3AzVXVZTlciLCJtYWMiOiI0ZmFkNDk0MTU0ZGNhY2ZlYWZmM2RkYWEyODE2YThjMTA5MmQ1MGZkNzJkODRkMjE0MzVhMDVlODUzNTEyZDNjIiwidGFnIjoiIn0%3D; expires=Tue, 25 Feb 2025 17:59:38 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImZKbDRtTXVKcFJNUExvTU4zVXdlRGc9PSIsInZhbHVlIjoiQ2NlL1BJOHU3MjJuY0gwM2ZFZnR2aG0rc0xIWXhid3V6b1NvdTkxdTUzeE84NlZHb1FUTEc3ZDVMemc3NWpCeU1kNXBtT" 1 => "premier_plus_session=eyJpdiI6ImlpZFhwYVZzNGJ2UCs3STBvdUZEemc9PSIsInZhbHVlIjoiUGwyV2NlUXI4QkRTb1owWTJZby9VVGFSWkU3aEtpZWdqUks1RGRQb3lRcmRqeG9FM2EwUmxsUlA0UmNxZUZ1dGlSd09ZdnFKWVJYYkc1cjRkUHdJYlc1NitNQ3FYOWFUR2Y1Y1d0MVBia1NCWFJERHBWYWFtNXdxZkpNb241RU8iLCJtYWMiOiI2NTY0MzI5NTcxNGI2NjlkNzU0MmIwN2NmZTA5MDFiNjQ5MDM5NGIxODhjNTliOTM1YzZiNWEyNTUyNjJiMDEwIiwidGFnIjoiIn0%3D; expires=Tue, 25 Feb 2025 17:59:38 GMT; Max-Age=7200; path=/; httponly; samesite=laxpremier_plus_session=eyJpdiI6ImlpZFhwYVZzNGJ2UCs3STBvdUZEemc9PSIsInZhbHVlIjoiUGwyV2NlUXI4QkRTb1owWTJZby9VVGFSWkU3aEtpZWdqUks1RGRQb3lRcmRqeG9FM2EwUmxsUlA0UmNxZUZ" 2 => "animated-logo-watched=eyJpdiI6Ilo1dStQT1BVZnMrTHBVRGM5Umh6R1E9PSIsInZhbHVlIjoiRjNoVVd4OXNqbXY4ZjZuSFNNcjhOUit1VDBHU20wVXFWaFRLMURUM0V0NVN3b3ovdmpxeWRsc0lKNU10dmd3UiIsIm1hYyI6IjM2OGJjYWVmMmE3NWRmYzI2YzdmOWEwZTg4YmY1ZmZhY2Q3ZGU0NzMyNDdkNTExMTdmNTVmYmFiN2RkMWM0MGYiLCJ0YWciOiIifQ%3D%3D; path=/; httponly; samesite=laxanimated-logo-watched=eyJpdiI6Ilo1dStQT1BVZnMrTHBVRGM5Umh6R1E9PSIsInZhbHVlIjoiRjNoVVd4OXNqbXY4ZjZuSFNNcjhOUit1VDBHU20wVXFWaFRLMURUM0V0NVN3b3ovdmpxeWRsc0lKNU10dm" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZKbDRtTXVKcFJNUExvTU4zVXdlRGc9PSIsInZhbHVlIjoiQ2NlL1BJOHU3MjJuY0gwM2ZFZnR2aG0rc0xIWXhid3V6b1NvdTkxdTUzeE84NlZHb1FUTEc3ZDVMemc3NWpCeU1kNXBtTStjb3paWnJxVkYwZ28zM2kvM2JzOXY2eWhUQzJPYURZclhtb1ZmVnFGaXdtdjJuZ1NKR3AzVXVZTlciLCJtYWMiOiI0ZmFkNDk0MTU0ZGNhY2ZlYWZmM2RkYWEyODE2YThjMTA5MmQ1MGZkNzJkODRkMjE0MzVhMDVlODUzNTEyZDNjIiwidGFnIjoiIn0%3D; expires=Tue, 25-Feb-2025 17:59:38 GMT; path=/XSRF-TOKEN=eyJpdiI6ImZKbDRtTXVKcFJNUExvTU4zVXdlRGc9PSIsInZhbHVlIjoiQ2NlL1BJOHU3MjJuY0gwM2ZFZnR2aG0rc0xIWXhid3V6b1NvdTkxdTUzeE84NlZHb1FUTEc3ZDVMemc3NWpCeU1kNXBtT" 1 => "premier_plus_session=eyJpdiI6ImlpZFhwYVZzNGJ2UCs3STBvdUZEemc9PSIsInZhbHVlIjoiUGwyV2NlUXI4QkRTb1owWTJZby9VVGFSWkU3aEtpZWdqUks1RGRQb3lRcmRqeG9FM2EwUmxsUlA0UmNxZUZ1dGlSd09ZdnFKWVJYYkc1cjRkUHdJYlc1NitNQ3FYOWFUR2Y1Y1d0MVBia1NCWFJERHBWYWFtNXdxZkpNb241RU8iLCJtYWMiOiI2NTY0MzI5NTcxNGI2NjlkNzU0MmIwN2NmZTA5MDFiNjQ5MDM5NGIxODhjNTliOTM1YzZiNWEyNTUyNjJiMDEwIiwidGFnIjoiIn0%3D; expires=Tue, 25-Feb-2025 17:59:38 GMT; path=/; httponlypremier_plus_session=eyJpdiI6ImlpZFhwYVZzNGJ2UCs3STBvdUZEemc9PSIsInZhbHVlIjoiUGwyV2NlUXI4QkRTb1owWTJZby9VVGFSWkU3aEtpZWdqUks1RGRQb3lRcmRqeG9FM2EwUmxsUlA0UmNxZUZ" 2 => "animated-logo-watched=eyJpdiI6Ilo1dStQT1BVZnMrTHBVRGM5Umh6R1E9PSIsInZhbHVlIjoiRjNoVVd4OXNqbXY4ZjZuSFNNcjhOUit1VDBHU20wVXFWaFRLMURUM0V0NVN3b3ovdmpxeWRsc0lKNU10dmd3UiIsIm1hYyI6IjM2OGJjYWVmMmE3NWRmYzI2YzdmOWEwZTg4YmY1ZmZhY2Q3ZGU0NzMyNDdkNTExMTdmNTVmYmFiN2RkMWM0MGYiLCJ0YWciOiIifQ%3D%3D; path=/; httponlyanimated-logo-watched=eyJpdiI6Ilo1dStQT1BVZnMrTHBVRGM5Umh6R1E9PSIsInZhbHVlIjoiRjNoVVd4OXNqbXY4ZjZuSFNNcjhOUit1VDBHU20wVXFWaFRLMURUM0V0NVN3b3ovdmpxeWRsc0lKNU10dm" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "4NdjV9tXlizEBDDHvwsyqODTfW7enAZEnLuX9OVg" "_previous" => array:1 [ "url" => "https://premier.amperative.site/podcasts/elevation-with-steven-furtick/episodes/shut-up-and-shine-holly-furtick" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-25 15:59:38GET/podcasts/elevation-with-steven-furtick/episodes/shut-up-and-shine-holly-furtick6226141