Request history8.3.12PHP Version139msRequest Duration6MBMemory UsageGET podcasts/{podcast}/episodes/{episode}Route
    • Booting (21.84ms)time
    • Application (118ms)time
    • 1 x Application (84.33%)
      118ms
      1 x Booting (15.66%)
      21.84ms
      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
      25 statements were executed (16 duplicates)Show only duplicates38.92ms
      • RedirectMiddleware.php#23premier600μ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#53premier490μsselect * from `redirects` where `is_regex` = 0 and `match` = '/podcasts/elevation-with-steven-furtick/episodes/the-exchange-zone' and `is_active` = 1 and `redirects`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        • 1: /podcasts/elevation-with-steven-furtick/episodes/the-exchange-zone
        • 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#97premier430μsselect * from `sessions` where `id` = 'EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7' limit 1
        Bindings
        • 0: EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7
        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#42premier570μ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#59premier11.58msselect * from `podcast_episodes` where `podcast_episodes`.`podcast_id` = 39 and `podcast_episodes`.`podcast_id` is not null and `slug` = 'the-exchange-zone' and `podcast_episodes`.`deleted_at` is null order by `published_at` desc limit 1
        Bindings
        • 0: 39
        • 1: the-exchange-zone
        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
      • PodcastEpisodesController.php#24premier510μ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#181premier740μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 10023 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 10023
        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#88premier630μ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#216premier640μ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#108premier370μsselect * from `listenable_progress_items` where `listenable_progress_items`.`listenable_type` = 'App\Models\PodcastEpisode' and `listenable_progress_items`.`listenable_id` = 10023 and `listenable_progress_items`.`listenable_id` is not null and `user_id` is null limit 1
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 10023
        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#168premier8.15msselect * from `podcast_episodes` where `podcast_id` = 39 and `published_at` < '2018-12-17 00:00:00' and `podcast_episodes`.`deleted_at` is null order by `published_at` desc limit 1
        Bindings
        • 0: 39
        • 1: 2018-12-17 00: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#178premier7.78msselect * from `podcast_episodes` where `podcast_id` = 39 and `published_at` > '2018-12-17 00:00:00' and `podcast_episodes`.`deleted_at` is null order by `published_at` asc limit 3
        Bindings
        • 0: 39
        • 1: 2018-12-17 00: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#181premier530μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 10023 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 10023
        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#216premier420μ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#20premier440μ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#20premier370μ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#20premier380μ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#181premier460μsselect exists(select * from `musicables` where `musicables`.`musicable_type` = 'App\Models\PodcastEpisode' and `musicables`.`musicable_id` = 10023 and `musicables`.`musicable_id` is not null) as `exists`
        Bindings
        • 0: App\Models\PodcastEpisode
        • 1: 10023
        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#88premier530μ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#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#88premier360μ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#20premier620μ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#97premier440μsselect * from `sessions` where `id` = 'EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7' limit 1
        Bindings
        • 0: EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7
        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#158premier840μsinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiSTNpQ2M1aWpwZzc1N3VVclhvbXpja1JLanlMbnN6cHlmb1ZubTBSayI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6OTc6Imh0dHBzOi8vcHJlbWllci5hbXBlcmF0aXZlLnNpdGUvcG9kY2FzdHMvZWxldmF0aW9uLXdpdGgtc3RldmVuLWZ1cnRpY2svZXBpc29kZXMvdGhlLWV4Y2hhbmdlLXpvbmUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1740499182, '', '18.191.166.195', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7')
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiSTNpQ2M1aWpwZzc1N3VVclhvbXpja1JLanlMbnN6cHlmb1ZubTBSayI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6OTc6Imh0dHBzOi8vcHJlbWllci5hbXBlcmF0aXZlLnNpdGUvcG9kY2FzdHMvZWxldmF0aW9uLXdpdGgtc3RldmVuLWZ1cnRpY2svZXBpc29kZXMvdGhlLWV4Y2hhbmdlLXpvbmUiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
        • 1: 1740499182
        • 2: 
        • 3: 18.191.166.195
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: EIIPZXeMk3L5Kyd02mSG3anZZGFQVlbqMEaCCWT7
        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 #HD5Y7dNOIjymUKDsaF5O
      array:5 [ "data" => array:10 [ "podcast" => App\Models\Podcast {#2061 #connection: "mysq...
          _token
          I3iCc5ijpg757uUrXomzckRKjyLnszpyfoVnm0Rk
          _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/the-exchange-zone
          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:42 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=eyJpdiI6IjlvMzNwRDZtVmV3WFVEdGZ2b1NZbUE9PSIsInZhbHVlIjoieWE0YzUzbHZhOE1IQ003cGdJbjUwMnR0Y2xLOUpWNk5GbklwU0hscTVTVnRDQnNTY3B5N25mYm9TR2R0N3B2WmJaV0RscHI2NXdsbWc0ZEJDL09ZRnlLWUFnck5RZllySkR4MHVnMWV3aTdyS2FiK2d3aDl1WlFpckpyTEdIeHciLCJtYWMiOiIwMGMxOTRhZWU0ODQ5MjQ1OWUyNzY4ZTYwMjkyYTVhNmRkYjljNGI0YjUwODk5MGExNzk0MjljNTU3NDRlZDFlIiwidGFnIjoiIn0%3D; expires=Tue, 25 Feb 2025 17:59:42 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjlvMzNwRDZtVmV3WFVEdGZ2b1NZbUE9PSIsInZhbHVlIjoieWE0YzUzbHZhOE1IQ003cGdJbjUwMnR0Y2xLOUpWNk5GbklwU0hscTVTVnRDQnNTY3B5N25mYm9TR2R0N3B2WmJaV0Rsc" 1 => "premier_plus_session=eyJpdiI6IjR6U3RYSS95U1RxdksrY3FydEpsaUE9PSIsInZhbHVlIjoiKzhYdjhVaW1YL0Y0c2Z5ZEc0VVZaYVdlT09sOGY5MG5zcmtLOVhCcGtCUVhoRGFlL1RvWEEyYlpMWDZhZ2hSd3hvdjlpTTYvNmUvdGRpVHZ0M0ZxSTVYdENZT3lUcjFnNWw0L2pGcVhJSWltWXB0TlZSYTlqc1NJWGxmMFpKRmQiLCJtYWMiOiI3NDlkMmRmMTRhZTMxNTZkZThjYTcyOWFjOTRhZGE2NDZhMGE4NTkyNzllZDliMDcwMzIyODAyN2QzNjNiZTZiIiwidGFnIjoiIn0%3D; expires=Tue, 25 Feb 2025 17:59:42 GMT; Max-Age=7200; path=/; httponly; samesite=laxpremier_plus_session=eyJpdiI6IjR6U3RYSS95U1RxdksrY3FydEpsaUE9PSIsInZhbHVlIjoiKzhYdjhVaW1YL0Y0c2Z5ZEc0VVZaYVdlT09sOGY5MG5zcmtLOVhCcGtCUVhoRGFlL1RvWEEyYlpMWDZhZ2h" 2 => "animated-logo-watched=eyJpdiI6IjM5alQ5a1J3UGtYRGcvWW1IZFIvRVE9PSIsInZhbHVlIjoiT1N6N3pETXNVb2xkNUY0MVpGZW1zQ1d1Wndiall1b0VpVEZ6LzRDTC9zNXdGdFIrMHppTXVLdlZRaW01YlN1ZyIsIm1hYyI6IjQ4MmZhMjIxNzU0YzQxOGFjNTU4ZjE0NGQyYTE5MDEzMTVkZWUwNjc4Y2E3YWU5ZmVmNTI2NDgxYTY4MWUwYmMiLCJ0YWciOiIifQ%3D%3D; path=/; httponly; samesite=laxanimated-logo-watched=eyJpdiI6IjM5alQ5a1J3UGtYRGcvWW1IZFIvRVE9PSIsInZhbHVlIjoiT1N6N3pETXNVb2xkNUY0MVpGZW1zQ1d1Wndiall1b0VpVEZ6LzRDTC9zNXdGdFIrMHppTXVLdlZRaW01Yl" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IjlvMzNwRDZtVmV3WFVEdGZ2b1NZbUE9PSIsInZhbHVlIjoieWE0YzUzbHZhOE1IQ003cGdJbjUwMnR0Y2xLOUpWNk5GbklwU0hscTVTVnRDQnNTY3B5N25mYm9TR2R0N3B2WmJaV0RscHI2NXdsbWc0ZEJDL09ZRnlLWUFnck5RZllySkR4MHVnMWV3aTdyS2FiK2d3aDl1WlFpckpyTEdIeHciLCJtYWMiOiIwMGMxOTRhZWU0ODQ5MjQ1OWUyNzY4ZTYwMjkyYTVhNmRkYjljNGI0YjUwODk5MGExNzk0MjljNTU3NDRlZDFlIiwidGFnIjoiIn0%3D; expires=Tue, 25-Feb-2025 17:59:42 GMT; path=/XSRF-TOKEN=eyJpdiI6IjlvMzNwRDZtVmV3WFVEdGZ2b1NZbUE9PSIsInZhbHVlIjoieWE0YzUzbHZhOE1IQ003cGdJbjUwMnR0Y2xLOUpWNk5GbklwU0hscTVTVnRDQnNTY3B5N25mYm9TR2R0N3B2WmJaV0Rsc" 1 => "premier_plus_session=eyJpdiI6IjR6U3RYSS95U1RxdksrY3FydEpsaUE9PSIsInZhbHVlIjoiKzhYdjhVaW1YL0Y0c2Z5ZEc0VVZaYVdlT09sOGY5MG5zcmtLOVhCcGtCUVhoRGFlL1RvWEEyYlpMWDZhZ2hSd3hvdjlpTTYvNmUvdGRpVHZ0M0ZxSTVYdENZT3lUcjFnNWw0L2pGcVhJSWltWXB0TlZSYTlqc1NJWGxmMFpKRmQiLCJtYWMiOiI3NDlkMmRmMTRhZTMxNTZkZThjYTcyOWFjOTRhZGE2NDZhMGE4NTkyNzllZDliMDcwMzIyODAyN2QzNjNiZTZiIiwidGFnIjoiIn0%3D; expires=Tue, 25-Feb-2025 17:59:42 GMT; path=/; httponlypremier_plus_session=eyJpdiI6IjR6U3RYSS95U1RxdksrY3FydEpsaUE9PSIsInZhbHVlIjoiKzhYdjhVaW1YL0Y0c2Z5ZEc0VVZaYVdlT09sOGY5MG5zcmtLOVhCcGtCUVhoRGFlL1RvWEEyYlpMWDZhZ2h" 2 => "animated-logo-watched=eyJpdiI6IjM5alQ5a1J3UGtYRGcvWW1IZFIvRVE9PSIsInZhbHVlIjoiT1N6N3pETXNVb2xkNUY0MVpGZW1zQ1d1Wndiall1b0VpVEZ6LzRDTC9zNXdGdFIrMHppTXVLdlZRaW01YlN1ZyIsIm1hYyI6IjQ4MmZhMjIxNzU0YzQxOGFjNTU4ZjE0NGQyYTE5MDEzMTVkZWUwNjc4Y2E3YWU5ZmVmNTI2NDgxYTY4MWUwYmMiLCJ0YWciOiIifQ%3D%3D; path=/; httponlyanimated-logo-watched=eyJpdiI6IjM5alQ5a1J3UGtYRGcvWW1IZFIvRVE9PSIsInZhbHVlIjoiT1N6N3pETXNVb2xkNUY0MVpGZW1zQ1d1Wndiall1b0VpVEZ6LzRDTC9zNXdGdFIrMHppTXVLdlZRaW01Yl" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "I3iCc5ijpg757uUrXomzckRKjyLnszpyfoVnm0Rk" "_previous" => array:1 [ "url" => "https://premier.amperative.site/podcasts/elevation-with-steven-furtick/episodes/the-exchange-zone" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-25 15:59:42GET/podcasts/elevation-with-steven-furtick/episodes/the-exchange-zone6225141