RECOGNIZING THE SIGNS

Ryan Reynolds sitting with his mother during an interview

SYMPTOMS TO
LOOK FOR

Hallucinations and delusions related to Parkinson's may present differently in each person. These symptoms can progress over time, and some individuals may no longer understand that what they perceive or believe is not real. Knowing what signs to look for can help you and your care partners raise concerns with your doctor earlier, so you can begin to manage symptoms. Remember, hallucinations and delusions are a treatable part of Parkinson's disease (PD).

Hallucinations

Seeing, hearing, or experiencing things that others don’t Hover on icon for more Tap on icon for more

Seeing things
Smelling things
Sense of presence
Hearing things
Tasting things
Feeling things

Delusions

Believing things that are not true Hover on icon for more Tap on icon for more

Thinking someone is trying to harm, steal from, or deceive you
Believing that your loved one is being unfaithful
Thinking a song or TV show is speaking to you directly

WHAT DO HALLUCINATIONS
 AND DELUSIONS LOOK AND SOUND LIKE?

Hear Ryan and his mother, Tammy, share some of the specific hallucinations and delusions that Ryan’s father experienced and the impact these had on their family.

Click to play the "What Are the SIgns?" video
En Español

Recognizing the challenges and changes

Hallucinations and delusions can add to the challenges of living with Parkinson's and tend to progress over time. Tell your doctor if you or a loved one is having these symptoms as soon as they appear. This way, your doctor can determine the best course of action and if treatment can help.

Learn how families are talking about living with PD-related hallucinations and delusions.

Changes at home

Hallucinations and delusions may increase the need for additional assistance and support at home

Emotional challenges

Both the person with PD and their care partner may experience emotional distress

Social isolation

Hallucinations and delusions may cause people with PD to withdraw and their care partners to feel isolated

On people with PD

  • Greater number of falls and fractures
  • Increase in hospital admissions
  • Increase in nursing home placements

On caregivers of people with PD

  • Greater number experience depression
  • Increased risk for chronic illness
  • Often feel isolated from others

The Impact of PD-related Hallucinations and Delusions

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/2f/4c/404c2f): failed to open stream: operation failed (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/2f/4c/404c2f): failed to open stream: operation failed

Exception

ErrorException

  1.         if (\function_exists('gzcompress')) {
  2.             $file 'compress.zlib://'.$file;
  3.             stream_context_set_option($context'zlib''level'3);
  4.         }
  5.         if (false === file_put_contents($fileserialize($data), 0$context)) {
  6.             return false;
  7.         }
  8.         if (!$profileIndexed) {
  9.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 161)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritdoc}
Kernel->terminate(object(Request), object(Response)) in public/index.php (line 35)
  1.     $kernel = new CacheKernel($kernel);
  2. }
  3. $request Request::createFromGlobals();
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 22:07:59 request Matched route "app_catchall_index".
{
    "route": "app_catchall_index",
    "route_parameters": {
        "_route": "app_catchall_index",
        "slug": "what-are-the-signs",
        "_controller": "App\\Controller\\CatchAllController::index"
    },
    "request_uri": "http://moretoparkinsons-uat.azurewebsites.net/what-are-the-signs",
    "method": "GET"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:07:59 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 22:07:59 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 22:07:59 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 22:07:59 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US (0.097s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US (0.097s)
{
    "api": "DELIVERY",
    "duration": 0.09711289405822754,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/Z7giC8jD2UFUmQwSWQOM6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"16142830664595370692\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782081923.643295,VS0,VS0,VE66\r\nAccept-Ranges: bytes\r\nAge: 1337090\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740070-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 41b70bc9-c024-4415-bd71-efb4bfd6561b\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1298\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"Z7giC8jD2UFUmQwSWQOM6\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:58.785Z\",\"updatedAt\":\"2025-02-25T16:38:13.872Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":13,\"revision\":6,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerPageSeoMetadata\"}},\"locale\":\"en-US\"},\"fields\":{\"homepageTitleTag\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageDescriptionTag\":\"Parkinson's-related Hallucinations and Delusions, Hallucinations and Delusions\",\"homepageOgTitle\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageOgDescription\":\"Parkinson's-related Hallucinations and Delusions\",\"homepageTwitterTitle\":\"Parkinson's-related Hallucinations and Delusions | More to Parkinson's\",\"homepageTwitterDescription\":\"Parkinson's-related Hallucinations and Delusions\",\"whoIsRiskTitleTag\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskDescriptionTag\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whoIsRiskOgTitle\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskOgDescription\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whoIsRiskTwitterTitle\":\"Who Is At Risk? | More to Parkinson's\",\"whoIsRiskTwitterDescription\":\"Learn about the 2 major types of Parkinson's disease symptoms, motor symptoms and nonmotor symptoms and who might be at risk.\",\"whatAreSignsTitleTag\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsDescriptionTag\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"whatAreSignsOgTitle\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsOgDescription\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"whatAreSignsTwitterTitle\":\"What Are the Signs? | More to Parkinson's\",\"whatAreSignsTwitterDescription\":\"Discover the warning signs of Parkinson's disease–related hallucinations and delusions, and watch a video about their personal impact.\",\"personalStoriesTitleTag\":\"Personal Stories | More to Parkinson's\",\"personalStoriesDescriptionTag\":\"Watch personal stories of Ryan Reynolds and others who have been affected by Parkinson's-related hallucinations and delusions.\",\"personalStoriesOgTitle\":\"Personal Stories | More to Parkinson's\",\"personalStoriesOgDescription\":\"Watch personal stories of people who have been affected by Parkinson's disease–related hallucinations and delusions, as they speak with a neurologist.\",\"personalStoriesTwitterTitle\":\"Personal Stories | More to Parkinson's\",\"personalStoriesTwitterDescription\":\"Watch personal stories of people who have been affected by Parkinson's disease–related hallucinations and delusions, as they speak with a neurologist.\",\"talkingAboutTitleTag\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutDescriptionTag\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"talkingAboutOgTitle\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutOgDescription\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"talkingAboutTwitterTitle\":\"Talking About Symptoms | More to Parkinson's\",\"talkingAboutTwitterDescription\":\"Ryan Reynolds and his mother, Tammy, share the lessons they've learned about talking to a loved one about PD-related hallucinations and delusions.\",\"nextStepsTitleTag\":\"Next Steps | More to Parkinson's\",\"nextStepsDescriptionTag\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"nextStepsOgTitle\":\"Next Steps | More to Parkinson's\",\"nextStepsOgDescription\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"nextStepsTwitterTitle\":\"Next Steps | More to Parkinson's\",\"nextStepsTwitterDescription\":\"Find resources for Parkinson's disease, including a four-question symptom screener, a specialist locator, and support groups. Additionally, register for upcoming PD events.\",\"unsubscribeTitleTag\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeDescriptionTag\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"unsubscribeOgTitle\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeOgDescription\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"unsubscribeTwitterTitle\":\"Unsubscribe | More to Parkinson's\",\"unsubscribeTwitterDescription\":\"Unsubscribe from MoreToParkinsons.com news and updates.\",\"notFound404TitleTag\":\"Page Not Found | More to Parkinson's\",\"notFound404DescriptionTag\":\"MoreToParkinsons.com page not found.\",\"notFound404OgTitle\":\"Page Not Found | More to Parkinson's\",\"notFound404OgDescription\":\"MoreToParkinsons.com page not found.\",\"notFound404TwitterTitle\":\"Page Not Found | More to Parkinson's\",\"notFound404TwitterDescription\":\"MoreToParkinsons.com page not found.\",\"allConsumerOgImage\":\"https://images.ctfassets.net/hac178phwz3f/2twKLwlm5zsOUjmTcpMpFB/3afd86a9958817049a3fe06ea4a75f76/ryan-with-mom-on-couch.jpg\",\"allConsumerTwitterImage\":\"https://images.ctfassets.net/hac178phwz3f/2twKLwlm5zsOUjmTcpMpFB/3afd86a9958817049a3fe06ea4a75f76/ryan-with-mom-on-couch.jpg\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015941858291625977,
    "request": "GET /spaces/xbztif0ye43x HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 165\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: master\r\nCF-Environment-Uuid: 87c69dcc-837f-4927-86c5-8b2aed0fc253\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:id\r\nETag: \"17126695029986494933\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 708224\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740073-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 6b52a864-4743-42ea-91ee-b3b09b1080d6\r\n\r\n{\"sys\":{\"type\":\"Space\",\"id\":\"xbztif0ye43x\"},\"name\":\"New MTP space\",\"locales\":[{\"code\":\"en-US\",\"default\":true,\"name\":\"English (United States)\",\"fallbackCode\":null}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01583099365234375,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/locales HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 218\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/locales\r\nETag: \"7144313416658342140\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1778635388.310457,VS0,VS0,VE1\r\nAccept-Ranges: bytes\r\nAge: 128050\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 55331b57-43f2-4bc9-ba1b-cf9c968f00e3\r\n\r\n{\"sys\":{\"type\":\"Array\"},\"total\":1,\"skip\":0,\"limit\":1000,\"items\":[{\"code\":\"en-US\",\"name\":\"English (United States)\",\"default\":true,\"fallbackCode\":null,\"sys\":{\"id\":\"1Bp62fVNj2pvIqlkUhfIQh\",\"type\":\"Locale\",\"version\":1}}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata (0.017s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016727924346923828,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"16184383556608829241\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 626747\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740043-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 7bea021a-8494-4e1c-b5f3-43545645d5a0\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 882\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerPageSeoMetadata\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:13.263Z\",\"updatedAt\":\"2025-01-30T18:26:13.263Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"homepageTitleTag\",\"name\":\"Consumer - Page SEO Metadata\",\"description\":\"\",\"fields\":[{\"id\":\"homepageTitleTag\",\"name\":\"Homepage - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageDescriptionTag\",\"name\":\"Homepage - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageOgTitle\",\"name\":\"Homepage - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageOgDescription\",\"name\":\"Homepage - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageTwitterTitle\",\"name\":\"Homepage - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homepageTwitterDescription\",\"name\":\"Homepage - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTitleTag\",\"name\":\"Who Is Risk - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskDescriptionTag\",\"name\":\"Who Is Risk - Description Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskOgTitle\",\"name\":\"Who Is Risk - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskOgDescription\",\"name\":\"Who Is Risk - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTwitterTitle\",\"name\":\"Who Is Risk - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskTwitterDescription\",\"name\":\"Who Is Risk - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTitleTag\",\"name\":\"What are Signs - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsDescriptionTag\",\"name\":\"What are Signs - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsOgTitle\",\"name\":\"What are Signs - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsOgDescription\",\"name\":\"What are Signs - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTwitterTitle\",\"name\":\"What are Signs - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsTwitterDescription\",\"name\":\"What are Signs - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTitleTag\",\"name\":\"Personal Stories - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesDescriptionTag\",\"name\":\"Personal Stories - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesOgTitle\",\"name\":\"Personal Stories - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesOgDescription\",\"name\":\"Personal Stories - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTwitterTitle\",\"name\":\"Personal Stories - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesTwitterDescription\",\"name\":\"Personal Stories - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTitleTag\",\"name\":\"Talking About - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutDescriptionTag\",\"name\":\"Talking About - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutOgTitle\",\"name\":\"Talking About - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutOgDescription\",\"name\":\"Talking About - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTwitterTitle\",\"name\":\"Talking About - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutTwitterDescription\",\"name\":\"Talking About - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTitleTag\",\"name\":\"Next Steps - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsDescriptionTag\",\"name\":\"Next Steps - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsOgTitle\",\"name\":\"Next Steps - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsOgDescription\",\"name\":\"Next Steps - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTwitterTitle\",\"name\":\"Next Steps - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsTwitterDescription\",\"name\":\"Next Steps - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTitleTag\",\"name\":\"Unsubscribe - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeDescriptionTag\",\"name\":\"Unsubscribe - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeOgTitle\",\"name\":\"Unsubscribe - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeOgDescription\",\"name\":\"Unsubscribe - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTwitterTitle\",\"name\":\"Unsubscribe - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeTwitterDescription\",\"name\":\"Unsubscribe - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TitleTag\",\"name\":\"Not Found 404 - Title Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404DescriptionTag\",\"name\":\"Not Found 404 - Description Tag\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404OgTitle\",\"name\":\"Not Found 404 - OG Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404OgDescription\",\"name\":\"Not Found 404 - OG Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TwitterTitle\",\"name\":\"Not Found 404 - Twitter Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"notFound404TwitterDescription\",\"name\":\"Not Found 404 - Twitter Description\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"allConsumerOgImage\",\"name\":\"ALL Consumer - OG Image\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"allConsumerTwitterImage\",\"name\":\"All Consumer - Twitter Image\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015604019165039062,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/0Ic2bm2aeLUg2fJAYDtAg?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"2586922128623154496\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1777551089.563779,VS0,VS0,VE0\r\nAccept-Ranges: bytes\r\nAge: 905725\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740077-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 157cfd7f-07e0-457d-92d1-63ccab012339\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 443\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"0Ic2bm2aeLUg2fJAYDtAg\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:59.664Z\",\"updatedAt\":\"2025-01-30T18:43:59.664Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerPageSeoMetadata2\"}},\"locale\":\"en-US\"},\"fields\":{\"homepageCanonicalUrl\":\"https://www.moretoparkinsons.com/\",\"whoIsRiskCanonicalUrl\":\"https://www.moretoparkinsons.com/who-is-at-risk\",\"whatAreSignsCanonicalUrl\":\"https://www.moretoparkinsons.com/what-are-the-signs\",\"talkingAboutCanonicalUrl\":\"https://www.moretoparkinsons.com/talking-about-symptoms\",\"personalStoriesCanonicalUrl\":\"https://www.moretoparkinsons.com/personal-stories\",\"nextStepsCanonicalUrl\":\"https://www.moretoparkinsons.com/next-steps\",\"unsubscribeCanonicalUrl\":\"https://www.moretoparkinsons.com/unsubscribe/\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01561880111694336,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerPageSeoMetadata2 HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"11095011028167899766\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 799558\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: b8a00edf-2832-48d6-9f9c-635d8ddb7dba\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 458\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerPageSeoMetadata2\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:14.124Z\",\"updatedAt\":\"2025-01-30T18:26:14.124Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"homepageCanonicalUrl\",\"name\":\"Consumer - Page SEO Metadata 2\",\"description\":\"\",\"fields\":[{\"id\":\"homepageCanonicalUrl\",\"name\":\"Homepage - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whoIsRiskCanonicalUrl\",\"name\":\"Who Is Risk - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"whatAreSignsCanonicalUrl\",\"name\":\"What are Signs - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"talkingAboutCanonicalUrl\",\"name\":\"Talking About - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"personalStoriesCanonicalUrl\",\"name\":\"Personal Stories - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"nextStepsCanonicalUrl\",\"name\":\"Next Steps - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unsubscribeCanonicalUrl\",\"name\":\"Unsubscribe - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"page404CanonicalUrl\",\"name\":\"Page 404 - Canonical url\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US (0.018s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.017895936965942383,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/3Ni50NIqoexGpa70nIxMJU?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"2929884055035375432\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782934585.332536,VS0,VS0,VE63\r\nAccept-Ranges: bytes\r\nAge: 2326035\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740088-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 35cbd6f0-fcd0-4fe8-a108-e97d80a7df3b\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1069\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3Ni50NIqoexGpa70nIxMJU\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:43.461Z\",\"updatedAt\":\"2025-01-30T18:43:43.461Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerInterstitials\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"YOU’RE ABOUT TO LEAVE MORETOPARKINSONS.COM\",\"redirectTextTreatmentOption\":\"You will be redirected to a product website with information on a potential treatment option.\",\"redirectTextThirdParty\":\"You will be redirected to a third-party website that will give you more information on a PD event and how you can register.\",\"redirectTextEventRegister\":\"You will be redirected to a third-party website that will give you more information on a PD event and how you can register.\",\"redirectTextHcpSrearch\":\"You are now leaving MoreToParkinsons.com to visit a website that is not owned or operated by Acadia Pharmaceuticals Inc. Links to all outside sites are provided as resources only. Acadia Pharmaceuticals Inc. does not accept responsibility or liability for the content or services of other websites.\",\"wantToContinue\":\"Do you want to continue?\",\"buttonStay\":\"Stay\",\"buttonContinue\":\"Continue\",\"closeIconWhite\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"13KHLMIxGifpqLrgV3isoe\"}},\"closeIconAlt\":\"Click to close pop-up\",\"termsAndConditions\":\"Terms and Conditions\",\"healthcareProviderLocatorService\":\"Acadia Pharmaceuticals Inc. is providing this healthcare provider locator service to assist patients and caregivers find a healthcare provider in their area. No fees have been received by or paid to any healthcare providers for inclusion in this specialist locator directory. Inclusion of a healthcare provider in this directory does not represent an endorsement by or a recommendation from Acadia Pharmaceuticals Inc., nor does it imply that the healthcare provider on the list will determine that Nuplazid is right for you. You are ultimately responsible for the selection of a healthcare professional. This locator tool is just one resource of information available to you.\",\"buttonClose\":\"Close\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016306161880493164,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerInterstitials HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"5353247031469068411\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717245\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740030-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 92a12c5a-84d1-4eb8-afc5-d3ec4e7cc15c\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 572\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerInterstitials\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:58.168Z\",\"updatedAt\":\"2025-01-30T18:25:58.168Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"Consumer - Interstitials\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextTreatmentOption\",\"name\":\"Redirect Text - Treatment Option\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextThirdParty\",\"name\":\"Redirect Text - Third Party\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextEventRegister\",\"name\":\"Redirect Text - Event Register\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextHcpSrearch\",\"name\":\"Redirect Text - HCP Srearch\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"wantToContinue\",\"name\":\"Want to Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonStay\",\"name\":\"Button - Stay\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinue\",\"name\":\"Button - Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIconWhite\",\"name\":\"Close Icon - White\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"termsAndConditions\",\"name\":\"Terms and Conditions\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"healthcareProviderLocatorService\",\"name\":\"Healthcare Provider Locator Service\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonClose\",\"name\":\"Button - Close\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01615285873413086,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/13KHLMIxGifpqLrgV3isoe?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 677\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"16288215569457028501\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 799557\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 2, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 86f5810e-151f-4ef3-81e4-a6ac2ca2f489\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"13KHLMIxGifpqLrgV3isoe\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.618Z\",\"updatedAt\":\"2025-01-30T18:35:56.618Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close-white\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/13KHLMIxGifpqLrgV3isoe/15990732916e3d5a467750da9918ae32/Close-Window-White-Icon.svg\",\"details\":{\"size\":266,\"image\":{\"width\":36,\"height\":36}},\"fileName\":\"Close-Window-White-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015506982803344727,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/IcooN9zM3YwZ0Uegsn0bW?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"17459805204411913900\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 1337088\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 84a5511f-119a-4187-b7b1-9afb77fdd9cf\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 811\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"IcooN9zM3YwZ0Uegsn0bW\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:49.245Z\",\"updatedAt\":\"2025-01-30T18:43:49.245Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"hcpInterstitials\"}},\"locale\":\"en-US\"},\"fields\":{\"title\":\"YOU’RE ABOUT TO LEAVE MORETOPARKINSONS.COM/HCP\",\"redirectTextTreatmentOption\":\"You will be redirected to a product website with information on <br> a potential treatment option.\",\"wantToContinue\":\"Do you want to continue?\",\"buttonStay\":\"Stay\",\"buttonContinue\":\"Continue\",\"buttonContinueHref\":\"https://www.NuplazidHCP.com/\",\"hrefNuplazidExpertPerspectives\":\"https://nuplazidhcp.com/expert-perspectives\",\"closeIconWhite\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"13KHLMIxGifpqLrgV3isoe\"}},\"closeIconTurquoise\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"34Awa0CbMJqm99fLc8OEhw\"}},\"closeIconAlt\":\"Click to close pop-up\",\"titleAreYouHcp\":\"Are you a healthcare professional? \",\"mainTextAreYouHcp\":\"This information is intended for US healthcare professionals only.\",\"buttonHealthcareProvider\":\"I am a healthcare provider\",\"buttonPatient\":\"I am a patient/care partner\",\"buttonHrefPatient\":\"/\",\"saspapText\":\"You will be redirected to a third-party website that will give you more information on the SASPAP validated screener.\",\"socialIconsText\":\"You will be redirected to a third-party social media website.\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.01581287384033203,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/hcpInterstitials HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"14846288832792757459\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 348008\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 1e0de6d1-6332-435e-8617-8cb5f97c78e1\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 625\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"hcpInterstitials\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:04.853Z\",\"updatedAt\":\"2025-01-30T18:26:04.853Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"title\",\"name\":\"HCP - Interstitials\",\"description\":\"\",\"fields\":[{\"id\":\"title\",\"name\":\"Title\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"redirectTextTreatmentOption\",\"name\":\"Redirect Text - Treatment Option\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"wantToContinue\",\"name\":\"Want to Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonStay\",\"name\":\"Button - Stay\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinue\",\"name\":\"Button - Continue\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonContinueHref\",\"name\":\"Button - Continue Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hrefNuplazidExpertPerspectives\",\"name\":\"Href - Nuplazid Expert Perspectives\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIconWhite\",\"name\":\"Close Icon - White\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconTurquoise\",\"name\":\"Close Icon - Turquoise\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titleAreYouHcp\",\"name\":\"Title - Are You HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"mainTextAreYouHcp\",\"name\":\"Main Text - Are You HCP\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonHealthcareProvider\",\"name\":\"Button - HealthcareProvider\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonPatient\",\"name\":\"Button - Patient\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"buttonHrefPatient\",\"name\":\"Button href - Patient\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"saspapText\",\"name\":\"saspapText\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialIconsText\",\"name\":\"socialIconsText\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US (0.027s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US (0.027s)
{
    "api": "DELIVERY",
    "duration": 0.026771068572998047,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/34Awa0CbMJqm99fLc8OEhw?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 679\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"18334266292582083561\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782739102.965473,VS0,VS0,VE57\r\nAccept-Ranges: bytes\r\nAge: 626767\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: df76e2a0-d022-42ad-a665-1626abec45c7\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"34Awa0CbMJqm99fLc8OEhw\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:57.617Z\",\"updatedAt\":\"2025-01-30T18:35:57.617Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close-turquoise\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/34Awa0CbMJqm99fLc8OEhw/6d5b5f642ccd9293a3aa0c9629351e1f/Close-Window-Blue-Icon.svg\",\"details\":{\"size\":270,\"image\":{\"width\":36,\"height\":36}},\"fileName\":\"Close-Window-Blue-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015699148178100586,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/2obgsdxvB5LdXJ9VbHEnZ4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"7067986913219091767\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1780920191.509032,VS0,VS0,VE45\r\nAccept-Ranges: bytes\r\nAge: 119837\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: d640a32c-6383-4eab-87e4-ef05aab4a432\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 915\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2obgsdxvB5LdXJ9VbHEnZ4\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:43.117Z\",\"updatedAt\":\"2025-01-30T18:43:43.117Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerHeader\"}},\"locale\":\"en-US\"},\"fields\":{\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3GBsrGylkOUE28AB0DYhFh\"}},\"logoAlt\":\"Click to visit the More To Parkinson's homepage\",\"logoHref\":\"/\",\"linkTextForHealthcareProviders\":\"For Healthcare Providers\",\"linkHrefForHealthcareProviders\":\"/hcp\",\"linkTextSignUp\":\"Sign up for information\",\"linkHrefSignUp\":\"/next-steps#sign-up\",\"linkTextLearn\":\"Learn about a treatment option\",\"linkHrefLearn\":\"https://www.nuplazid.com/\",\"navLinkTextWhoIsAtRisk\":\"Who Is at Risk?\",\"navLinkHrefWhoIsAtRisk\":\"/who-is-at-risk\",\"navLinkTextWhatAreTheSigns\":\"What Are the Signs?\",\"navLinkHrefWhatAreTheSigns\":\"/what-are-the-signs\",\"navLinkTextTalkingAboutSymptoms\":\"Talking About Symptoms\",\"navLinkHrefTalkingAboutSymptoms\":\"/talking-about-symptoms\",\"navLinkTextPersonalStories\":\"Personal Stories\",\"navLinkHrefPersonalStories\":\"/personal-stories\",\"navLinkTextNextSteps\":\"Next Steps\",\"navLinkHrefNextSteps\":\"/next-steps\",\"navDropdownTextDirectSupportLinks\":\"Quick Links\",\"downIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"0b1Dt2Jxwu6po1BtKz2LE\"}},\"navLinkTextTalkToMyLovedOnes\":\"How do I talk to my loved ones?\",\"navLinkHrefTalkToMyLovedOnes\":\"/next-steps#download-the-guide\",\"navLinkTextTalkToMyDoctor\":\"How do I talk to my doctor?\",\"navLinkHrefTalkToMyDoctor\":\"/next-steps#start-a-conversation\",\"navLinkTextFindASpecialist\":\"How do I find a specialist?\",\"navLinkHrefFindASpecialist\":\"/next-steps#locate-a-specialist\",\"hamburgerMenuIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"2uSxhtDALpfXRvMrL2MJMy\"}},\"hamburgerMenuIconAlt\":\"Menu\",\"closeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"8hXzN51HmsLHnMvh0tR3l\"}},\"closeIconAlt\":\"Close\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.0159149169921875,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerHeader HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"17169934223389963485\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 569257\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 2c88a8d2-96fd-47f5-a2d9-8122cd156e81\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 813\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerHeader\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:57.665Z\",\"updatedAt\":\"2025-01-30T18:25:57.665Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"logoAlt\",\"name\":\"Consumer - Header\",\"description\":\"\",\"fields\":[{\"id\":\"logo\",\"name\":\"Logo\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"logoAlt\",\"name\":\"Logo Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logoHref\",\"name\":\"Logo Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextForHealthcareProviders\",\"name\":\"Link Text - For Healthcare Providers\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefForHealthcareProviders\",\"name\":\"Link href - For Healthcare Providers\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextSignUp\",\"name\":\"Link Text - Sign Up\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefSignUp\",\"name\":\"Link href - Sign Up\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextLearn\",\"name\":\"Link Text - Learn\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefLearn\",\"name\":\"Link Href - Learn\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextWhoIsAtRisk\",\"name\":\"Nav Link Text - Who is at Risk\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefWhoIsAtRisk\",\"name\":\"Nav Link href - Who is at Risk\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextWhatAreTheSigns\",\"name\":\"Nav Link Text - What are the Signs\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefWhatAreTheSigns\",\"name\":\"Nav Link href - What are the Signs\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextTalkingAboutSymptoms\",\"name\":\"Nav Link Text - Talking About Symptoms\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkingAboutSymptoms\",\"name\":\"Nav Link href - Talking About Symptoms\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextPersonalStories\",\"name\":\"Nav Link Text - Personal Stories\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefPersonalStories\",\"name\":\"Nav Link href - Personal Stories\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextNextSteps\",\"name\":\"Nav Link Text - Next Steps\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefNextSteps\",\"name\":\"Nav Link href - Next Steps\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navDropdownTextDirectSupportLinks\",\"name\":\"Nav Dropdown Text - Direct Support Links\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"downIcon\",\"name\":\"Down Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"navLinkTextTalkToMyLovedOnes\",\"name\":\"Nav Link Text - talk to my loved ones\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkToMyLovedOnes\",\"name\":\"Nav Link href - talk to my loved ones\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextTalkToMyDoctor\",\"name\":\"Nav Link Text - talk to my doctor\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefTalkToMyDoctor\",\"name\":\"Nav Link href - talk to my doctor\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkTextFindASpecialist\",\"name\":\"Nav Link Text - find a specialist\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"navLinkHrefFindASpecialist\",\"name\":\"Nav Link href - find a specialist\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hamburgerMenuIcon\",\"name\":\"Hamburger Menu Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"hamburgerMenuIconAlt\",\"name\":\"Hamburger Menu Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"closeIcon\",\"name\":\"Close Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015832185745239258,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3GBsrGylkOUE28AB0DYhFh?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 685\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"10509642602804976143\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717246\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740089-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: da5fdfc1-a9ee-4b87-8281-fc53ae9341c2\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3GBsrGylkOUE28AB0DYhFh\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:14.119Z\",\"updatedAt\":\"2025-01-30T18:36:14.119Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"MTP Logo R V RGB\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3GBsrGylkOUE28AB0DYhFh/41b40cb46173775a179c3a1ccf1ff450/More-to-Parkinsons-Logo.svg\",\"details\":{\"size\":16085,\"image\":{\"width\":251,\"height\":54}},\"fileName\":\"More-to-Parkinsons-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US (0.017s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016798019409179688,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/0b1Dt2Jxwu6po1BtKz2LE?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 653\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"17072570391852364320\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717246\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 6e648a8b-1495-47ba-813d-a7ada12c1f88\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"0b1Dt2Jxwu6po1BtKz2LE\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:55.823Z\",\"updatedAt\":\"2025-01-30T18:35:55.823Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"chevron-down\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/0b1Dt2Jxwu6po1BtKz2LE/c07628a7d15e49df7070c16edb78af63/chevron-down.svg\",\"details\":{\"size\":208,\"image\":{\"width\":14,\"height\":8}},\"fileName\":\"chevron-down.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US (0.016s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.016348838806152344,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2uSxhtDALpfXRvMrL2MJMy?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 662\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"16211101896138527493\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 93333\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 1ca97c01-a612-440b-a1fe-b9f0a7a393ad\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2uSxhtDALpfXRvMrL2MJMy\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.363Z\",\"updatedAt\":\"2025-01-30T18:35:56.363Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"hamburger-menu\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/2uSxhtDALpfXRvMrL2MJMy/47bc7c6e84fc9492171aead47e69de11/hamburger-menu.svg\",\"details\":{\"size\":280,\"image\":{\"width\":36,\"height\":20}},\"fileName\":\"hamburger-menu.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US (0.017s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016648054122924805,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/8hXzN51HmsLHnMvh0tR3l?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 633\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"12603615007128218081\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717205\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: b099672d-c55c-4f1c-b516-d51ad8f964c2\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"8hXzN51HmsLHnMvh0tR3l\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:56.086Z\",\"updatedAt\":\"2025-01-30T18:35:56.086Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/8hXzN51HmsLHnMvh0tR3l/7b28602d2c1bf641bd97c6e66e564d7c/close.svg\",\"details\":{\"size\":261,\"image\":{\"width\":36,\"height\":29}},\"fileName\":\"close.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1WpHl5YNESBMpHYB9B5tUD?locale=en-US (0.170s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1WpHl5YNESBMpHYB9B5tUD?locale=en-US (0.170s)
{
    "api": "DELIVERY",
    "duration": 0.16995477676391602,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1WpHl5YNESBMpHYB9B5tUD?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 994\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"16111590116546971182\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 0deb99d3-e4a5-4b6f-9561-7ec7f9df577a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1WpHl5YNESBMpHYB9B5tUD\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:44.477Z\",\"updatedAt\":\"2025-02-03T21:08:41.897Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":3,\"revision\":2,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignsHero\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"RECOGNIZING \",\"titlePart2\":\"THE SIGNS\",\"titlePart3\":\" \",\"advocatingFromExperience\":\" \",\"heroImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"2twKLwlm5zsOUjmTcpMpFB\"}},\"heroImageAlt\":\"Ryan Reynolds sitting with his mother during an interview\",\"quoteText\":\"It wasn't until we were adults that my brothers and I understood the impact of hallucinations and delusions on our father's Parkinson’s. I wish we had known sooner—it would have made a difference for our family.\",\"quoteImageAlt\":\"Quote\"}}\n",
    "exception": "N;"
}
INFO 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsHero (0.158s)
DEBUG 22:08:00 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsHero (0.158s)
{
    "api": "DELIVERY",
    "duration": 0.15830397605895996,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsHero HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"6778241556640536148\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740045-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: d5a857c6-1170-4097-8c57-dda05404cd15\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 467\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignsHero\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:58.976Z\",\"updatedAt\":\"2025-01-30T18:25:58.976Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Signs - hero\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart3\",\"name\":\"Title Part 3\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"advocatingFromExperience\",\"name\":\"Advocating From Experience\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"heroImage\",\"name\":\"Hero Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"heroImageAlt\",\"name\":\"Hero Image Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"learnTheSigns\",\"name\":\"Learn the Signs\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"quoteText\",\"name\":\"Quote Text\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"quoteImage\",\"name\":\"Quote Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"quoteImageAlt\",\"name\":\"Quote Image Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2twKLwlm5zsOUjmTcpMpFB?locale=en-US (0.092s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2twKLwlm5zsOUjmTcpMpFB?locale=en-US (0.092s)
{
    "api": "DELIVERY",
    "duration": 0.09224486351013184,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2twKLwlm5zsOUjmTcpMpFB?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 720\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"13223621693913215359\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:00 GMT\r\nX-Served-By: cache-ewr-kewr1740051-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 0213a4f4-4470-42f5-a939-e4ca4a96cfc2\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2twKLwlm5zsOUjmTcpMpFB\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:05.755Z\",\"updatedAt\":\"2025-01-30T18:36:05.755Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ryan-with-mom-on-couch\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/2twKLwlm5zsOUjmTcpMpFB/cff96bcc8bf021aa17522fbb458203fe/What-Are-The-Signs_Hero-Image.jpg\",\"details\":{\"size\":181237,\"image\":{\"width\":1520,\"height\":500}},\"fileName\":\"What-Are-The-Signs_Hero-Image.jpg\",\"contentType\":\"image/jpeg\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/37fDFUj0suSDNDLCDKsJ7N?locale=en-US (0.180s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/37fDFUj0suSDNDLCDKsJ7N?locale=en-US (0.180s)
{
    "api": "DELIVERY",
    "duration": 0.1795661449432373,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/37fDFUj0suSDNDLCDKsJ7N?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"16086529050552533548\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740048-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 65ff4cb8-6f12-4696-8480-be021a9b4fdf\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1274\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"37fDFUj0suSDNDLCDKsJ7N\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:38.211Z\",\"updatedAt\":\"2025-01-30T18:43:38.211Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignsRecognizingSymptoms\"}},\"locale\":\"en-US\"},\"fields\":{\"imageChecklist\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"66xR5s6HsLKg0kGb9Rrazh\"}},\"imageChecklistAlt\":\"Checklist\",\"titlePart1\":\"SYMPTOMS TO\",\"titlePart2\":\"LOOK FOR\",\"introParagraph\":\"Hallucinations and delusions related to Parkinson's may present differently in each person. These symptoms can progress over time, and some individuals may no longer understand that what they perceive or believe is not real. Knowing what signs to look for can help you and your care partners raise concerns with your doctor earlier, so you can begin to manage symptoms. Remember, hallucinations and delusions are a treatable part of Parkinson's disease (PD).\",\"headerHallucinations\":\"Hallucinations\",\"hallucinationsSymptoms\":\"Seeing, hearing, or experiencing things that others don’t\",\"hoverOnIcon\":\"Hover on icon for more\",\"tapOnIcon\":\"Tap on icon for more\",\"hallucinationsSymptomSeeingThings\":\"Seeing things\",\"visionIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"4DyVHa6Joz53NAs9kiUKuk\"}},\"visionAlt\":\"Vision\",\"hallucinationsSymptomSmellingThings\":\"Smelling things\",\"smellIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"9RCQHf5br6tfbU9vKDetu\"}},\"smellAlt\":\"Smell\",\"hallucinationsSymptomSenseOfPresence\":\"Sense of presence\",\"presenceIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"Zbn1THVQqZrHoF8lPSZIv\"}},\"presenceAlt\":\"Presence\",\"hallucinationsSymptomHearingThings\":\"Hearing things\",\"hearingIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"6boiJSRVaQj7YLJQL8ZaqB\"}},\"hearingAlt\":\"Hearing\",\"hallucinationsSymptomTastingThings\":\"Tasting things\",\"tasteIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3tJp2DbjlciUehzaMaRI1Q\"}},\"tasteAlt\":\"Taste\",\"hallucinationsSymptomFeelingThings\":\"Feeling things\",\"feelIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"6zipkeeebAUoife1WsOWPT\"}},\"feelAlt\":\"Feel\",\"headerDelusions\":\"Delusions\",\"delusionsSymptoms\":\"Believing things that are not true\",\"delusionsSymptomThinkingSomeone\":\"Thinking someone is trying to harm, steal from, or deceive you\",\"harmIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"48ks6QFE98RhuRb7JXGFyg\"}},\"harmAlt\":\"Harm\",\"delusionsSymptomBelieving\":\"Believing that your loved one is being unfaithful\",\"unfaithfulIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"1eGZCto4vtdkYmx3WKDnqA\"}},\"unfaithfulAlt\":\"Unfaithful\",\"delusionsSymptomThinkingASong\":\"Thinking a song or TV show is speaking to you directly\",\"trumaIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"14oUmWKQy0DUfSyGzjkU1O\"}},\"trumaAlt\":\"Truma\"}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsRecognizingSymptoms (0.181s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsRecognizingSymptoms (0.181s)
{
    "api": "DELIVERY",
    "duration": 0.18062520027160645,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsRecognizingSymptoms HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"3472021763499856080\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740046-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: bac03404-2705-4b29-838d-23297a84494c\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 852\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignsRecognizingSymptoms\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:51.321Z\",\"updatedAt\":\"2025-01-30T18:25:51.321Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Signs - Recognizing Symptoms\",\"description\":\"\",\"fields\":[{\"id\":\"imageChecklist\",\"name\":\"Image Checklist\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"imageChecklistAlt\",\"name\":\"Image Checklist Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"headerHallucinations\",\"name\":\"Header Hallucinations\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptoms\",\"name\":\"Hallucinations Symptoms\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hoverOnIcon\",\"name\":\"Hover on Icon\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"tapOnIcon\",\"name\":\"Tap on Icon\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomSeeingThings\",\"name\":\"Hallucinations Symptom - seeing things\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"visionIcon\",\"name\":\"Vision Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"visionAlt\",\"name\":\"Vision Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomSmellingThings\",\"name\":\"Hallucinations Symptom - smelling things\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"smellIcon\",\"name\":\"Smell Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"smellAlt\",\"name\":\"Smell Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomSenseOfPresence\",\"name\":\"Hallucinations Symptom - sense of presence\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"presenceIcon\",\"name\":\"Presence Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"presenceAlt\",\"name\":\"Presence Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomHearingThings\",\"name\":\"Hallucinations Symptom - hearing things\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hearingIcon\",\"name\":\"Hearing Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"hearingAlt\",\"name\":\"Hearing Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomTastingThings\",\"name\":\"Hallucinations Symptom - tasting things\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"tasteIcon\",\"name\":\"Taste Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"tasteAlt\",\"name\":\"Taste Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hallucinationsSymptomFeelingThings\",\"name\":\"Hallucinations Symptom - feeling things\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"feelIcon\",\"name\":\"Feel Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"feelAlt\",\"name\":\"Feel Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"headerDelusions\",\"name\":\"Header Delusions\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"delusionsSymptoms\",\"name\":\"Delusions Symptoms\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"delusionsSymptomThinkingSomeone\",\"name\":\"Delusions Symptom - thinking someone\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"harmIcon\",\"name\":\"Harm Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"harmAlt\",\"name\":\"Harm Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"delusionsSymptomBelieving\",\"name\":\"Delusions Symptom - believing\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"unfaithfulIcon\",\"name\":\"Unfaithful Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"unfaithfulAlt\",\"name\":\"Unfaithful Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"delusionsSymptomThinkingASong\",\"name\":\"Delusions Symptom - thinking a song\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"trumaIcon\",\"name\":\"Truma Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"trumaAlt\",\"name\":\"Truma Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/66xR5s6HsLKg0kGb9Rrazh?locale=en-US (0.018s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/66xR5s6HsLKg0kGb9Rrazh?locale=en-US (0.018s)
{
    "api": "DELIVERY",
    "duration": 0.01825118064880371,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/66xR5s6HsLKg0kGb9Rrazh?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 704\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"596535106544001245\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 128050\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740053-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 395785bd-eb9a-481b-b367-2495d51f5e55\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"66xR5s6HsLKg0kGb9Rrazh\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:50.379Z\",\"updatedAt\":\"2025-02-25T16:46:57.324Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":6,\"revision\":2,\"locale\":\"en-US\"},\"fields\":{\"title\":\"checklist\",\"description\":\"sss\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/66xR5s6HsLKg0kGb9Rrazh/ea6ad3a077ceb625baba58edcf59b12b/Four-Question-Screener-Icon.svg\",\"details\":{\"size\":1414,\"image\":{\"width\":75,\"height\":78}},\"fileName\":\"Four-Question-Screener-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4DyVHa6Joz53NAs9kiUKuk?locale=en-US (0.093s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4DyVHa6Joz53NAs9kiUKuk?locale=en-US (0.093s)
{
    "api": "DELIVERY",
    "duration": 0.09280991554260254,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4DyVHa6Joz53NAs9kiUKuk?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 672\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"15300127230738143364\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740032-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 971bf090-96de-482e-9dbd-590bd21579dd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4DyVHa6Joz53NAs9kiUKuk\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:44.574Z\",\"updatedAt\":\"2025-01-30T18:35:44.574Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-vision-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/4DyVHa6Joz53NAs9kiUKuk/4665d7d3ccd85732f85c55c7dee5cd4a/Seeing-Things_Icon.svg\",\"details\":{\"size\":1673,\"image\":{\"width\":62,\"height\":61}},\"fileName\":\"Seeing-Things_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/9RCQHf5br6tfbU9vKDetu?locale=en-US (0.088s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/9RCQHf5br6tfbU9vKDetu?locale=en-US (0.088s)
{
    "api": "DELIVERY",
    "duration": 0.0876169204711914,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/9RCQHf5br6tfbU9vKDetu?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 664\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"10151178805193311872\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 189f58ad-f5f4-40a1-aa21-50f5fb6b152f\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"9RCQHf5br6tfbU9vKDetu\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:48.830Z\",\"updatedAt\":\"2025-01-30T18:35:48.830Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"smell\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/9RCQHf5br6tfbU9vKDetu/7cf43d56651c6d0385015ff9931866ce/Smelling-Things_Icon.svg\",\"details\":{\"size\":1659,\"image\":{\"width\":62,\"height\":63}},\"fileName\":\"Smelling-Things_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/Zbn1THVQqZrHoF8lPSZIv?locale=en-US (0.112s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/Zbn1THVQqZrHoF8lPSZIv?locale=en-US (0.112s)
{
    "api": "DELIVERY",
    "duration": 0.11181402206420898,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/Zbn1THVQqZrHoF8lPSZIv?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 680\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"3361672156888730637\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740034-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: db851d3e-b702-4b21-886a-08e6e5f00f4b\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"Zbn1THVQqZrHoF8lPSZIv\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:44.023Z\",\"updatedAt\":\"2025-01-30T18:35:44.023Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-presence-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/Zbn1THVQqZrHoF8lPSZIv/0feb36263045bb8223bd45fb929e830a/Sense-Of-Presence_Icon.svg\",\"details\":{\"size\":1411,\"image\":{\"width\":61,\"height\":60}},\"fileName\":\"Sense-Of-Presence_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6boiJSRVaQj7YLJQL8ZaqB?locale=en-US (0.114s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6boiJSRVaQj7YLJQL8ZaqB?locale=en-US (0.114s)
{
    "api": "DELIVERY",
    "duration": 0.1138770580291748,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6boiJSRVaQj7YLJQL8ZaqB?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 675\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"16667953402373820951\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740024-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 1820a894-46fe-43f5-b072-3ae91edc431d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6boiJSRVaQj7YLJQL8ZaqB\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:43.304Z\",\"updatedAt\":\"2025-01-30T18:35:43.304Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-hearing-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/6boiJSRVaQj7YLJQL8ZaqB/73f41a5c5847f35e3334e1ec1ccd6788/Hearing-Things_Icon.svg\",\"details\":{\"size\":1249,\"image\":{\"width\":62,\"height\":63}},\"fileName\":\"Hearing-Things_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3tJp2DbjlciUehzaMaRI1Q?locale=en-US (0.091s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3tJp2DbjlciUehzaMaRI1Q?locale=en-US (0.091s)
{
    "api": "DELIVERY",
    "duration": 0.09147405624389648,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3tJp2DbjlciUehzaMaRI1Q?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 664\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"11438847432610428491\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740068-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 1dbab190-f9fe-452d-b026-ac8db11247b9\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3tJp2DbjlciUehzaMaRI1Q\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:49.083Z\",\"updatedAt\":\"2025-01-30T18:35:49.083Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"taste\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3tJp2DbjlciUehzaMaRI1Q/242a37dab75e36ac7e013660955d9528/Tasting-Things_Icon.svg\",\"details\":{\"size\":1589,\"image\":{\"width\":62,\"height\":63}},\"fileName\":\"Tasting-Things_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6zipkeeebAUoife1WsOWPT?locale=en-US (0.016s)
DEBUG 22:08:01 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6zipkeeebAUoife1WsOWPT?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015816926956176758,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6zipkeeebAUoife1WsOWPT?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 672\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"8272287484347683665\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 312328\r\nDate: Fri, 21 Aug 2026 22:08:01 GMT\r\nX-Served-By: cache-ewr-kewr1740022-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 3, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 7547f6ed-025e-4b47-a133-0e3e1b0b43ac\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6zipkeeebAUoife1WsOWPT\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:43.048Z\",\"updatedAt\":\"2025-01-30T18:35:43.048Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-feel-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/6zipkeeebAUoife1WsOWPT/936e970c75905fd612e1eb4aab374290/Motor-Symptoms_Icon.svg\",\"details\":{\"size\":2077,\"image\":{\"width\":62,\"height\":61}},\"fileName\":\"Motor-Symptoms_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/48ks6QFE98RhuRb7JXGFyg?locale=en-US (0.111s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/48ks6QFE98RhuRb7JXGFyg?locale=en-US (0.111s)
{
    "api": "DELIVERY",
    "duration": 0.11131596565246582,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/48ks6QFE98RhuRb7JXGFyg?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 686\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"1183915124697618641\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740086-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 037b418d-fb51-4b08-90e6-0a371f25057a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"48ks6QFE98RhuRb7JXGFyg\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:07.709Z\",\"updatedAt\":\"2025-01-30T18:36:07.709Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Varitant2\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/48ks6QFE98RhuRb7JXGFyg/baeba436bfdab53f080962fe420cd717/Delusions-Harm_Icon.svg\",\"details\":{\"size\":3036,\"image\":{\"width\":100,\"height\":61}},\"fileName\":\"Delusions-Harm_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1eGZCto4vtdkYmx3WKDnqA?locale=en-US (0.094s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1eGZCto4vtdkYmx3WKDnqA?locale=en-US (0.094s)
{
    "api": "DELIVERY",
    "duration": 0.09395408630371094,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1eGZCto4vtdkYmx3WKDnqA?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 689\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"31696877023436021\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: aa1cc268-ca69-44fb-b80a-c38d8737db54\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1eGZCto4vtdkYmx3WKDnqA\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:44.304Z\",\"updatedAt\":\"2025-01-30T18:35:44.304Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-unfaithful-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/1eGZCto4vtdkYmx3WKDnqA/86ecfc23fe90fa59fe5f982c42a44f6d/Delusions-Unfaithful_Icon.svg\",\"details\":{\"size\":742,\"image\":{\"width\":62,\"height\":61}},\"fileName\":\"Delusions-Unfaithful_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/14oUmWKQy0DUfSyGzjkU1O?locale=en-US (0.089s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/14oUmWKQy0DUfSyGzjkU1O?locale=en-US (0.089s)
{
    "api": "DELIVERY",
    "duration": 0.08871698379516602,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/14oUmWKQy0DUfSyGzjkU1O?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 667\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"15352409390745051924\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740063-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 7ca23851-89d9-49cf-bdcc-0f140ee26180\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"14oUmWKQy0DUfSyGzjkU1O\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:49.337Z\",\"updatedAt\":\"2025-01-30T18:35:49.337Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"truman show\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/14oUmWKQy0DUfSyGzjkU1O/cd79f5bcc1edb18436a6a46833aa4bc2/Delusions-TV_Icon.svg\",\"details\":{\"size\":1514,\"image\":{\"width\":130,\"height\":63}},\"fileName\":\"Delusions-TV_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1RFlpxrbnN8Z7yToNFg0IC?locale=en-US (0.110s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1RFlpxrbnN8Z7yToNFg0IC?locale=en-US (0.110s)
{
    "api": "DELIVERY",
    "duration": 0.1100471019744873,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/1RFlpxrbnN8Z7yToNFg0IC?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"12979118464776767563\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740037-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 2e81b041-b842-45ab-a93a-5bd9bd94ef72\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 630\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1RFlpxrbnN8Z7yToNFg0IC\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:38.570Z\",\"updatedAt\":\"2025-01-30T18:43:38.570Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignsYvettesReality\"}},\"locale\":\"en-US\"},\"fields\":{\"videoThumbnail\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"1HDPe3rPDIG2xrHe1THrgC\"}},\"videoThumbnailAlt\":\"Click to play the \\\"What Are the SIgns?\\\" video\",\"videoSrc\":\"//player.vimeo.com/video/991775138\",\"titlePart1\":\"WHAT DO HALLUCINATIONS\u2028\",\"titlePart2\":\"AND DELUSIONS\",\"titlePart3\":\" LOOK AND SOUND LIKE?\",\"introParagraph\":\"Hear Ryan and his mother, Tammy, share some of the specific hallucinations and delusions that Ryan’s father experienced and the impact these had on their family.\",\"enEspanol\":\"En Español (Próximamente)\"}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsYvettesReality (0.050s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsYvettesReality (0.050s)
{
    "api": "DELIVERY",
    "duration": 0.050280094146728516,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsYvettesReality HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"3254403953384758602\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 79\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740074-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a456bb52-5ea8-4fb7-a274-0699f6148e54\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 432\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignsYvettesReality\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:51.829Z\",\"updatedAt\":\"2025-01-30T18:25:51.829Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Signs - Yvettes Reality\",\"description\":\"\",\"fields\":[{\"id\":\"videoThumbnail\",\"name\":\"Video Thumbnail\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"videoThumbnailAlt\",\"name\":\"Video Thumbnail Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"videoSrc\",\"name\":\"Video Src\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart3\",\"name\":\"Title Part 3\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"enEspanol\",\"name\":\"enEspanol\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1HDPe3rPDIG2xrHe1THrgC?locale=en-US (0.118s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1HDPe3rPDIG2xrHe1THrgC?locale=en-US (0.118s)
{
    "api": "DELIVERY",
    "duration": 0.11760401725769043,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1HDPe3rPDIG2xrHe1THrgC?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 734\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"15955041331333854964\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740090-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 65207dae-4601-42f3-98ac-1bae6d8b4957\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1HDPe3rPDIG2xrHe1THrgC\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:21.079Z\",\"updatedAt\":\"2025-01-30T18:36:21.079Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"WHAT DO HALLUCINATIONS AND DELUSIONS LOOK AND SOUND LIKE\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/1HDPe3rPDIG2xrHe1THrgC/3c8aae2af9335cc74019f67c0388792d/What-Are-The-Signs_Thumbnail.jpg\",\"details\":{\"size\":182147,\"image\":{\"width\":597,\"height\":366}},\"fileName\":\"What-Are-The-Signs_Thumbnail.jpg\",\"contentType\":\"image/jpeg\"}}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6uxO1nXKjOzeS4rhBK7GT6?locale=en-US (0.109s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6uxO1nXKjOzeS4rhBK7GT6?locale=en-US (0.109s)
{
    "api": "DELIVERY",
    "duration": 0.10882210731506348,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6uxO1nXKjOzeS4rhBK7GT6?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"4220242598072312617\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740057-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 0cdd418e-975b-47c0-ab52-ebd41fd09e4c\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 901\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6uxO1nXKjOzeS4rhBK7GT6\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:38.893Z\",\"updatedAt\":\"2025-01-30T18:43:38.893Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignsChallengesAndChanges\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePart1\":\"Recognizing the\",\"titlePart2\":\"challenges and changes\",\"introParagraph\":\"Hallucinations and delusions can add to the challenges of living with Parkinson's and tend to progress over time. Tell your doctor if you or a loved one is having these symptoms as soon as they appear. This way, your doctor can determine the best course of action and if treatment can help.\",\"linkDownload\":\"Learn how families are talking about living with PD-related hallucinations and&nbsp;delusions.\",\"linkHrefLearnAbout\":\"/next-steps#download-the-guide\",\"homeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"795NjFt7seEu3R53JDrIpk\"}},\"homeAlt\":\"Home\",\"challengesHomeHeaderPart1\":\"Changes\",\"challengesHomeHeaderPart2\":\"at home\",\"challengesHomeParagraph\":\"Hallucinations and delusions may increase the need for additional assistance and support at home\",\"heartIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"2jHZmTUkjV4UXWuCaUSOSg\"}},\"heartAlt\":\"Heart\",\"challengesEmotionalHeaderPart1\":\"Emotional\",\"challengesEmotionalHeaderPart2\":\"challenges\",\"challengesEmotionalParagraph\":\"Both the person with PD and their care partner may experience emotional distress\",\"familyIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"4fLDmgnhbS5zGJ5Cb5ykoP\"}},\"familyAlt\":\"Family\",\"challengesSocialHeader\":\"Social isolation\",\"challengeSocialParagraph\":\"Hallucinations and delusions may cause people with PD to withdraw and their care partners to feel isolated\"}}\n",
    "exception": "N;"
}
INFO 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsChallengesAndChanges (0.161s)
DEBUG 22:08:02 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsChallengesAndChanges (0.161s)
{
    "api": "DELIVERY",
    "duration": 0.16081786155700684,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsChallengesAndChanges HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"3321260487715111400\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:02 GMT\r\nX-Served-By: cache-ewr-kewr1740090-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 7199412b-5429-4f08-8e7d-8ff31f734d34\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 607\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignsChallengesAndChanges\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:52.240Z\",\"updatedAt\":\"2025-01-30T18:25:52.240Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePart1\",\"name\":\"Consumer Signs - Challenges and Changes\",\"description\":\"\",\"fields\":[{\"id\":\"titlePart1\",\"name\":\"Title Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePart2\",\"name\":\"Title Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"introParagraph\",\"name\":\"Intro Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkDownload\",\"name\":\"Link Download\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefLearnAbout\",\"name\":\"Link Href - Learn About\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"homeIcon\",\"name\":\"Home Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"homeAlt\",\"name\":\"Home Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesHomeHeaderPart1\",\"name\":\"Challenges Home Header Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesHomeHeaderPart2\",\"name\":\"Challenges Home Header Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesHomeParagraph\",\"name\":\"Challenges Home Paragraph\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"heartIcon\",\"name\":\"Heart Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"heartAlt\",\"name\":\"Heart Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesEmotionalHeaderPart1\",\"name\":\"Challenges Emotional Header Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesEmotionalHeaderPart2\",\"name\":\"Challenges Emotional Header Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesEmotionalParagraph\",\"name\":\"Challenges Emotional Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"familyIcon\",\"name\":\"Family Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"familyAlt\",\"name\":\"Family Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengesSocialHeader\",\"name\":\"Challenges Social Header\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"challengeSocialParagraph\",\"name\":\"Challenge Social Paragraph\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/795NjFt7seEu3R53JDrIpk?locale=en-US (0.095s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/795NjFt7seEu3R53JDrIpk?locale=en-US (0.095s)
{
    "api": "DELIVERY",
    "duration": 0.09540605545043945,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/795NjFt7seEu3R53JDrIpk?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 669\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"17186153784300826655\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740091-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 16951af8-19ce-43a4-b649-2e692a80e99d\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"795NjFt7seEu3R53JDrIpk\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:43.768Z\",\"updatedAt\":\"2025-01-30T18:35:43.768Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"ddg-house-icon\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/795NjFt7seEu3R53JDrIpk/d1a50490274eb49aa349b7180f093086/Changes-Home_Icon.svg\",\"details\":{\"size\":1072,\"image\":{\"width\":61,\"height\":60}},\"fileName\":\"Changes-Home_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2jHZmTUkjV4UXWuCaUSOSg?locale=en-US (0.086s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2jHZmTUkjV4UXWuCaUSOSg?locale=en-US (0.086s)
{
    "api": "DELIVERY",
    "duration": 0.08601593971252441,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/2jHZmTUkjV4UXWuCaUSOSg?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 675\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"3272760298524935043\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740056-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 6f68a559-37d9-4c55-85d1-2af70b146d6a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"2jHZmTUkjV4UXWuCaUSOSg\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:49.832Z\",\"updatedAt\":\"2025-01-30T18:35:49.832Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"heart\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/2jHZmTUkjV4UXWuCaUSOSg/b965eb665394cb352e9fd26bae78723d/Emotional-Challenges_Icon.svg\",\"details\":{\"size\":567,\"image\":{\"width\":61,\"height\":60}},\"fileName\":\"Emotional-Challenges_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4fLDmgnhbS5zGJ5Cb5ykoP?locale=en-US (0.106s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4fLDmgnhbS5zGJ5Cb5ykoP?locale=en-US (0.106s)
{
    "api": "DELIVERY",
    "duration": 0.10560083389282227,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4fLDmgnhbS5zGJ5Cb5ykoP?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 669\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"4699152708237568104\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740023-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 385958e4-5b97-43fa-8939-3f4cff2f1029\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4fLDmgnhbS5zGJ5Cb5ykoP\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:50.139Z\",\"updatedAt\":\"2025-01-30T18:35:50.139Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"family\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/4fLDmgnhbS5zGJ5Cb5ykoP/21e148a7f23c90919bdbfc526b4a35f3/Social-Isolation_Icon.svg\",\"details\":{\"size\":1570,\"image\":{\"width\":61,\"height\":60}},\"fileName\":\"Social-Isolation_Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/7gTt5r5TsRdIqCQ96TNFVz?locale=en-US (0.110s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/7gTt5r5TsRdIqCQ96TNFVz?locale=en-US (0.110s)
{
    "api": "DELIVERY",
    "duration": 0.11027216911315918,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/7gTt5r5TsRdIqCQ96TNFVz?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 920\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: \"4673547018848632536\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740040-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: 95d9c467-7f95-4e8f-958b-92d536cc744e\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"7gTt5r5TsRdIqCQ96TNFVz\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:56.538Z\",\"updatedAt\":\"2025-01-30T18:43:56.538Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerSignsImpactOnPatients\"}},\"locale\":\"en-US\"},\"fields\":{\"titlePartOne\":\"The Impact of PD-related \",\"titlePartTwo\":\"Hallucinations and Delusions\",\"listTitleOne\":\"On people with PD\",\"listItemsOne\":[\"Greater number of falls and fractures\",\"Increase in hospital admissions\",\"Increase in nursing home placements\"],\"listTitleTwo\":\"On caregivers of people with PD\",\"listItemsTwo\":[\"Greater number experience depression\",\"Increased risk for chronic illness\",\"Often feel isolated from others\"]}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsImpactOnPatients (0.112s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsImpactOnPatients (0.112s)
{
    "api": "DELIVERY",
    "duration": 0.11245107650756836,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerSignsImpactOnPatients HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"18320072990748984567\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 0\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740065-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: MISS\r\nx-contentful-request-id: f7d6de17-3f49-4d6e-8ad9-03fd6587fb3d\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 425\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerSignsImpactOnPatients\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:10.565Z\",\"updatedAt\":\"2025-01-30T18:26:10.565Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"titlePartOne\",\"name\":\"Consumer Signs - Impact on Patients\",\"description\":\"\",\"fields\":[{\"id\":\"titlePartOne\",\"name\":\"Title Part One\",\"type\":\"Symbol\",\"localized\":false,\"required\":true,\"disabled\":false,\"omitted\":false},{\"id\":\"titlePartTwo\",\"name\":\"Title Part Two\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"listTitleOne\",\"name\":\"List Title One\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"listItemsOne\",\"name\":\"List Items One\",\"type\":\"Array\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"items\":{\"type\":\"Symbol\",\"validations\":[]}},{\"id\":\"listTitleTwo\",\"name\":\"List Title Two\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"listItemsTwo\",\"name\":\"List Items Two\",\"type\":\"Array\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"items\":{\"type\":\"Symbol\",\"validations\":[]}}]}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6MlTp8yXyONlLhOG5rKQ2v?locale=en-US (0.016s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6MlTp8yXyONlLhOG5rKQ2v?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015872955322265625,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/6MlTp8yXyONlLhOG5rKQ2v?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"7943865606803973256\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1770412212.415909,VS0,VS0,VE51\r\nAccept-Ranges: bytes\r\nAge: 626749\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740026-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: b0b7d32c-1e1d-4055-bcae-68ee178637dc\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 511\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6MlTp8yXyONlLhOG5rKQ2v\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:51.350Z\",\"updatedAt\":\"2025-01-30T18:43:51.350Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":1,\"revision\":1,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"sharedVideoPlayerModal\"}},\"locale\":\"en-US\"},\"fields\":{\"closeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3rQh11Gdv2wh8jbhzLU24g\"}},\"closeIconAlt\":\"Close\",\"shareIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"1uWBSoKYzomdEWGeLQgYIf\"}},\"shareIconAlt\":\"Share\",\"shareIconImage\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"1uWBSoKYzomdEWGeLQgYIf\"}},\"closeIconBlue\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"74cg14GfIVrNNYx5bbxoSz\"}},\"shareText\":\"SHARE THE VIDEO\",\"copyText\":\"The video link has been copied.<br>You can place it into an email, social media post, etc. to share.\"}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/sharedVideoPlayerModal (0.017s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/sharedVideoPlayerModal (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.01671600341796875,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/sharedVideoPlayerModal HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"12490608241644671390\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717248\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740082-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 02788610-fed3-49a6-a72d-ff19432675fa\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 416\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"sharedVideoPlayerModal\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:26:08.152Z\",\"updatedAt\":\"2025-01-30T18:26:08.152Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":1},\"displayField\":\"closeIconAlt\",\"name\":\"Shared - Video Player Modal\",\"description\":\"\",\"fields\":[{\"id\":\"closeIcon\",\"name\":\"Close Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconAlt\",\"name\":\"Close Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"shareIcon\",\"name\":\"Share Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"shareIconAlt\",\"name\":\"Share Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"shareIconImage\",\"name\":\"Share Icon Image\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"closeIconBlue\",\"name\":\"Close Icon Blue\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"shareText\",\"name\":\"shareText\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"copyText\",\"name\":\"copyText\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3rQh11Gdv2wh8jbhzLU24g?locale=en-US (0.017s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3rQh11Gdv2wh8jbhzLU24g?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016766786575317383,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3rQh11Gdv2wh8jbhzLU24g?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 677\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"11542353771401745377\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 626770\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740080-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 48a0ac00-4b17-4420-ad6a-4e3d6044b2ee\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3rQh11Gdv2wh8jbhzLU24g\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:05.060Z\",\"updatedAt\":\"2025-01-30T18:36:05.060Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"close-white\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3rQh11Gdv2wh8jbhzLU24g/a01e34ab070e606a92ec79955960f453/Close-Window-White-Icon.svg\",\"details\":{\"size\":261,\"image\":{\"width\":36,\"height\":36}},\"fileName\":\"Close-Window-White-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1uWBSoKYzomdEWGeLQgYIf?locale=en-US (0.017s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1uWBSoKYzomdEWGeLQgYIf?locale=en-US (0.017s)
{
    "api": "DELIVERY",
    "duration": 0.016973018646240234,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/1uWBSoKYzomdEWGeLQgYIf?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 659\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"7267277417760293618\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 717247\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740050-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 0cf1a71d-17c5-439d-9391-f965f9b04987\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"1uWBSoKYzomdEWGeLQgYIf\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:22.575Z\",\"updatedAt\":\"2025-01-30T18:36:22.575Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Share Icon\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/1uWBSoKYzomdEWGeLQgYIf/2fa9b5ac6efbc434bc35be904908ae64/share-07.png\",\"details\":{\"size\":809,\"image\":{\"width\":64,\"height\":68}},\"fileName\":\"share-07.png\",\"contentType\":\"image/png\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/74cg14GfIVrNNYx5bbxoSz?locale=en-US (0.016s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/74cg14GfIVrNNYx5bbxoSz?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015597820281982422,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/74cg14GfIVrNNYx5bbxoSz?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 653\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"7296400154665111\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1783056192.502215,VS0,VS0,VE62\r\nAccept-Ranges: bytes\r\nAge: 626769\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740079-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: d4a1370c-9882-4424-982e-69b2476a617a\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"74cg14GfIVrNNYx5bbxoSz\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:22.836Z\",\"updatedAt\":\"2025-01-30T18:36:22.836Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Close Blue\",\"description\":\"\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/74cg14GfIVrNNYx5bbxoSz/865f15e445bbe552df44b11524c71a06/Close.png\",\"details\":{\"size\":866,\"image\":{\"width\":69,\"height\":70}},\"fileName\":\"Close.png\",\"contentType\":\"image/png\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US (0.016s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015537023544311523,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/entries/4TujrtKesf25DbsDvcN6hY?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/entries/:id\r\nETag: W/\"9540773640250334639\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1774907380.492141,VS0,VS0,VE70\r\nAccept-Ranges: bytes\r\nAge: 348009\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740066-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: c6331cd7-783d-4a37-aa48-1ba01a79db94\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 1445\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4TujrtKesf25DbsDvcN6hY\",\"type\":\"Entry\",\"createdAt\":\"2025-01-30T18:43:42.830Z\",\"updatedAt\":\"2025-04-08T00:05:21.029Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":26,\"revision\":7,\"contentType\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"ContentType\",\"id\":\"consumerFooter\"}},\"locale\":\"en-US\"},\"fields\":{\"disclaimerConsumer\":\"This website is intended for use by US residents.\",\"disclaimerHcp\":\"This website is intended for US healthcare professionals only.\",\"linkTextPrivacyPolicy\":\"Privacy Policy\",\"linkHrefPrivacyPolicy\":\"https://acadia.com/en-us/legal-policies/privacy\",\"linkTextTermsOfUse\":\"Terms of Use\",\"linkHrefTermsOfUse\":\"https://acadia.com/en-us/legal-policies/terms\",\"linkTextCookiesPolicy\":\"Cookies Policy\",\"linkHrefCookiesPolicy\":\"https://acadia.com/en-us/legal-policies/cookies-policy\",\"linkTextYourPrivacyChoices\":\"Your Privacy Choices\",\"linkTextDataPrivacyFramework\":\"Data Privacy Framework\",\"linkHrefDataPrivacyFramework\":\"https://acadia.com/en-us/legal-policies/data-privacy-framework-notice\",\"linkTextConsumerHealthDataPrivacyPolicy\":\"Consumer Health Data Privacy Policy\",\"linkHrefConsumerHealthDataPrivacyPolicy\":\"https://acadia.com/en-us/legal-policies/privacy#19\",\"linkTextDoNotSellMyPersonalInformation\":\"Do Not Sell My Personal Information\",\"linkHrefDoNotSellMyPersonalInformation\":\"https://privacyportal.onetrust.com/webform/58abd532-6642-4b42-af60-56437ed36fea/7517f722-b221-4d7b-92ce-787b22108fed\",\"sponsored\":\"Sponsored by Acadia&nbsp;Pharmaceuticals&nbsp;Inc.\",\"spokesperson\":\"Ryan Reynolds is a spokesperson for Acadia.\",\"spokespersonLine2\":\"Dr. Yasar Torres-Yaghi is a paid consultant for Acadia.\",\"educationalPurposes\":\"Acadia does not provide medical advice or diagnoses&mdash;information is provided for educational purposes only. Talk to your doctor if you have any questions about your medical condition.\",\"copyright\":\"©2025 Acadia&nbsp;Pharmaceuticals&nbsp;Inc. Acadia is a registered trademark of Acadia&nbsp;Pharmaceuticals&nbsp;Inc.<br/>All rights reserved. \",\"jobCodeConsumer\":\"PDP-0531-v17 04/25\",\"jobCodeHcp\":\"PDP-US-0007-v3 04/25\",\"jobCodeHcpHiddenLandingPage\":\"PDP-US-0224-v2 04/25\",\"hashTag\":\"#MoreToParkinsons\",\"hashTagHref\":\"#\",\"socialInstagramIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3uydTEiexytobq7ztFYYB7\"}},\"socialInstagramIconAlt\":\"Click to visit our More To Parkinson's Instagram\",\"instagramHref\":\" https://www.instagram.com/MoreToParkinsons\",\"socialMetaIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"6l60CsJB0vDIcwzDephLUr\"}},\"socialMetaIconAlt\":\"Click to visit our More To Parkinson's Facebook\",\"metaHref\":\"https://www.facebook.com/people/More-to-Parkinsons/61561211216709/\",\"socialYouTubeIcon\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"3X0drAJCmuMmodCF2yYPZ4\"}},\"socialYouTubeIconAlt\":\"Click to visit our More to Parkinson's YouTube channel\",\"youTubeHref\":\"  https://www.youtube.com/@MoreToParkinsons\",\"logo\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Asset\",\"id\":\"4N0s4aByJhzbZwg6fnpMPF\"}},\"logoAlt\":\"Acadia Pharmaceuticals logo. Click to visit corporate website\",\"logoHref\":\"https://acadia.com\",\"addressPart1\":\"Acadia Pharmaceuticals Inc.\",\"addressPart2\":\"12830 El Camino Real, Suite 400\",\"addressPart3\":\"San Diego, CA 92130\"}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter (0.019s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter (0.019s)
{
    "api": "DELIVERY",
    "duration": 0.018852949142456055,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/content_types/consumerFooter HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/content_types/:id\r\nETag: W/\"7072001387050057654\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1778635391.175961,VS0,VS0,VE65\r\nAccept-Ranges: bytes\r\nAge: 312329\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: a4f715ae-5b5b-4424-8d02-31fe5e93e81b\r\nx-encoded-content-encoding: gzip\r\nx-encoded-content-length: 948\r\n\r\n{\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"consumerFooter\",\"type\":\"ContentType\",\"createdAt\":\"2025-01-30T18:25:57.171Z\",\"updatedAt\":\"2025-04-04T20:40:06.597Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"revision\":5},\"displayField\":\"disclaimerConsumer\",\"name\":\"Shared - Footer\",\"description\":\"\",\"fields\":[{\"id\":\"disclaimerConsumer\",\"name\":\"Disclaimer - Consumer\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"disclaimerHcp\",\"name\":\"Disclaimer - HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextPrivacyPolicy\",\"name\":\"Link Text - Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefPrivacyPolicy\",\"name\":\"Link Href - Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextTermsOfUse\",\"name\":\"Link Text - Terms of Use\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefTermsOfUse\",\"name\":\"Link Href - Terms of Use\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextCookiesPolicy\",\"name\":\"Link Text - Cookies Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefCookiesPolicy\",\"name\":\"Link Href - Cookies Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextYourPrivacyChoices\",\"name\":\"Link Text - Your Privacy Choices\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextDataPrivacyFramework\",\"name\":\"Link Text - Data Privacy Framework\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefDataPrivacyFramework\",\"name\":\"Link Href - Data Privacy Framework\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextConsumerHealthDataPrivacyPolicy\",\"name\":\"Link Text - Consumer Health Data Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefConsumerHealthDataPrivacyPolicy\",\"name\":\"Link Href - Consumer Health Data Privacy Policy\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkTextDoNotSellMyPersonalInformation\",\"name\":\"Link Text - Do Not Sell My Personal Information\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"linkHrefDoNotSellMyPersonalInformation\",\"name\":\"Link Href - Do Not Sell My Personal Information\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"sponsored\",\"name\":\"Sponsored\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"spokesperson\",\"name\":\"Spokesperson\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"spokespersonLine2\",\"name\":\"Spokesperson Line 2\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"educationalPurposes\",\"name\":\"Educational Purposes\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"copyright\",\"name\":\"Copyright\",\"type\":\"Text\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeConsumer\",\"name\":\"Job Code - Consumer\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeHcp\",\"name\":\"Job Code - HCP\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"jobCodeHcpHiddenLandingPage\",\"name\":\"Job Code - HCP Hidden Landing Page\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hashTag\",\"name\":\"Hash Tag\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"hashTagHref\",\"name\":\"Hash Tag - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialInstagramIcon\",\"name\":\"Social Instagram Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialInstagramIconAlt\",\"name\":\"Social Instagram Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"instagramHref\",\"name\":\"Instagram - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialMetaIcon\",\"name\":\"Social Meta Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialMetaIconAlt\",\"name\":\"Social Meta Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"metaHref\",\"name\":\"Meta - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"socialYouTubeIcon\",\"name\":\"Social YouTube Icon\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"socialYouTubeIconAlt\",\"name\":\"Social YouTube Icon Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"youTubeHref\",\"name\":\"YouTube - Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logo\",\"name\":\"Logo\",\"type\":\"Link\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false,\"linkType\":\"Asset\"},{\"id\":\"logoAlt\",\"name\":\"Logo Alt\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"logoHref\",\"name\":\"Logo Href\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart1\",\"name\":\"Address - Part 1\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart2\",\"name\":\"Address - Part 2\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false},{\"id\":\"addressPart3\",\"name\":\"Address - Part 3\",\"type\":\"Symbol\",\"localized\":false,\"required\":false,\"disabled\":false,\"omitted\":false}]}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US (0.020s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US (0.020s)
{
    "api": "DELIVERY",
    "duration": 0.020123004913330078,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/4N0s4aByJhzbZwg6fnpMPF?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 711\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"8460445537155951484\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 902970\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740087-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 1, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 807a4e0b-1f28-45bd-a699-635edf7b39f3\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"4N0s4aByJhzbZwg6fnpMPF\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:35:55.098Z\",\"updatedAt\":\"2025-01-30T18:35:55.098Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"Global Acadia-Pharmaceuticals-Logo\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/4N0s4aByJhzbZwg6fnpMPF/695f7da23f19660bce247a015926c048/Acadia-Pharmaceuticals-Logo.svg\",\"details\":{\"size\":11221,\"image\":{\"width\":229,\"height\":48}},\"fileName\":\"Acadia-Pharmaceuticals-Logo.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US (0.016s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.0157470703125,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3uydTEiexytobq7ztFYYB7?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 665\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"9130382547785126175\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 312329\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740041-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 3e0d8091-31f9-4997-8129-c3d85bdc6afd\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3uydTEiexytobq7ztFYYB7\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:00.333Z\",\"updatedAt\":\"2025-01-30T18:36:00.333Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"social-instagram\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3uydTEiexytobq7ztFYYB7/db4fb45e7cf9d3b422871b66db925cfe/Instagram-Icon.svg\",\"details\":{\"size\":1910,\"image\":{\"width\":24,\"height\":25}},\"fileName\":\"Instagram-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US (0.016s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US (0.016s)
{
    "api": "DELIVERY",
    "duration": 0.015735864639282227,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/6l60CsJB0vDIcwzDephLUr?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 666\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"3944935889071267850\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nAccept-Ranges: bytes\r\nAge: 93335\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740035-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: fd078540-3d7f-4373-ab99-e57c6b1760b0\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"6l60CsJB0vDIcwzDephLUr\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:00.589Z\",\"updatedAt\":\"2025-01-30T18:36:00.589Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"social-meta-facebook\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/6l60CsJB0vDIcwzDephLUr/b78c86f11cb2d39489f6356ba116118b/Facebook-Icon.svg\",\"details\":{\"size\":448,\"image\":{\"width\":15,\"height\":25}},\"fileName\":\"Facebook-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US (0.015s)
DEBUG 22:08:03 app GET https://cdn.contentful.com/spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US (0.015s)
{
    "api": "DELIVERY",
    "duration": 0.015418052673339844,
    "request": "GET /spaces/xbztif0ye43x/environments/3.1.3_spanish-pdf/assets/3X0drAJCmuMmodCF2yYPZ4?locale=en-US HTTP/1.1\r\nHost: cdn.contentful.com\r\nX-Contentful-User-Agent: integration contentful.symfony/6.2.0; sdk contentful.php/6.4.0; platform PHP/7.4.30; os Linux;\r\nAccept: application/vnd.contentful.delivery.v1+json\r\nAccept-Encoding: gzip\r\nAuthorization: Bearer l0cevDYG7n5-1jFJHiQYcpTnqJFc3m8bkZXtz8IBa4s\r\n\r\n",
    "response": "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nContent-Length: 658\r\nContent-Type: application/vnd.contentful.delivery.v1+json\r\nX-Contentful-RateLimit-Second-Limit: 150\r\nCF-Space-Id: xbztif0ye43x\r\nCF-Environment-Id: 3.1.3_spanish-pdf\r\nCF-Environment-Uuid: 3caea0f7-7547-4794-a58e-ec6940cf6fa0\r\nCF-Organization-Id: 6AK7JXzYfDGtxR8WVj1mwu\r\nX-Contentful-Route: /spaces/:space/environments/:environment/assets/:id\r\nETag: \"6786448103624465190\"\r\nX-Content-Type-Options: nosniff\r\nServer: Contentful\r\nX-Contentful-Region: us-east-1\r\nContentful-Api: cda\r\nVia: 1.1 varnish, 1.1 varnish\r\nX-Timer: S1782442556.784821,VS0,VS0,VE56\r\nAccept-Ranges: bytes\r\nAge: 1492455\r\nDate: Fri, 21 Aug 2026 22:08:03 GMT\r\nX-Served-By: cache-ewr-kewr1740075-EWR, cache-dfw-kdal2120120-DFW\r\nX-Cache-Hits: 0, 0\r\naccess-control-allow-headers: accept,accept-language,authorization,cache-control,content-length,content-range,content-type,dnt,destination,expires,if-match,if-modified-since,if-none-match,keep-alive,last-modified,origin,pragma,range,user-agent,x-http-method-override,x-mx-reqtoken,x-requested-with,x-contentful-content-type,x-contentful-enable-alpha-feature,x-contentful-locale-based-publishing,x-contentful-organization,x-contentful-resource-resolution,x-contentful-skip-transformation,x-contentful-user-agent,x-contentful-version\r\naccess-control-allow-methods: GET,HEAD,OPTIONS\r\naccess-control-allow-origin: *\r\naccess-control-max-age: 86400\r\naccess-control-expose-headers: x-contentful-ratelimit-second-limit,x-contentful-ratelimit-reset,etag\r\nstrict-transport-security: max-age=15768000\r\nX-Cache: HIT\r\nx-contentful-request-id: 28d9d8a7-9418-41a1-ac00-b012d8aec8ce\r\n\r\n{\"metadata\":{\"tags\":[],\"concepts\":[]},\"sys\":{\"space\":{\"sys\":{\"type\":\"Link\",\"linkType\":\"Space\",\"id\":\"xbztif0ye43x\"}},\"id\":\"3X0drAJCmuMmodCF2yYPZ4\",\"type\":\"Asset\",\"createdAt\":\"2025-01-30T18:36:03.130Z\",\"updatedAt\":\"2025-01-30T18:36:03.130Z\",\"environment\":{\"sys\":{\"id\":\"3.1.3_spanish-pdf\",\"type\":\"Link\",\"linkType\":\"Environment\"}},\"publishedVersion\":2,\"revision\":1,\"locale\":\"en-US\"},\"fields\":{\"title\":\"youtube-social\",\"file\":{\"url\":\"//images.ctfassets.net/xbztif0ye43x/3X0drAJCmuMmodCF2yYPZ4/4363d1e8bb99c8902cdecd3a8a6c9a8b/YouTube-Icon.svg\",\"details\":{\"size\":782,\"image\":{\"width\":35,\"height\":25}},\"fileName\":\"YouTube-Icon.svg\",\"contentType\":\"image/svg+xml\"}}}\n",
    "exception": "N;"
}
INFO 22:08:03 security Populated the TokenStorage with an anonymous Token.
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 22:08:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 22:08:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 22:08:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 22:08:03 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 22:08:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 22:08:04 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 22:08:04 php Uncaught Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/2f/4c/404c2f): failed to open stream: operation failed
{
    "exception": {}
}
CRITICAL 22:08:04 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/2f/4c/404c2f): failed to open stream: operation failed" at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175
{
    "exception": {}
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:08:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 22:08:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 22:08:04 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 22:08:04 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/2f/4c/404c2f): failed to open stream: operation failed

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (vendor/symfony/http-kernel/Profiler/Profiler.php:101)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/http-kernel/HttpKernel.php:99)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (vendor/symfony/http-kernel/Kernel.php:161)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (public/index.php:35)                
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/c0/91/6a91c0): failed to open stream: operation failed (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/c0/91/6a91c0): failed to open stream: operation failed

Exception

ErrorException

  1.         if (\function_exists('gzcompress')) {
  2.             $file 'compress.zlib://'.$file;
  3.             stream_context_set_option($context'zlib''level'3);
  4.         }
  5.         if (false === file_put_contents($fileserialize($data), 0$context)) {
  6.             return false;
  7.         }
  8.         if (!$profileIndexed) {
  9.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         $response $this->handleThrowable($exception$requestself::MASTER_REQUEST);
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /home/site/wwwroot/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 594)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 return $exceptionHandler($exception);
  6.             }
  7.             $handlerException $handlerException ?: $exception;
  8.         } catch (\Throwable $handlerException) {
  9.         }
  10.         if ($exception === $handlerException && null === $this->exceptionHandler) {
ErrorHandler->handleException(object(ErrorException))

Stack Trace

ErrorException

ErrorException:
Warning: file_put_contents(compress.zlib:///home/site/wwwroot/var/cache/dev/profiler/c0/91/6a91c0): failed to open stream: operation failed

  at /home/site/wwwroot/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (/home/site/wwwroot/vendor/symfony/http-kernel/Profiler/Profiler.php:101)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/home/site/wwwroot/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/site/wwwroot/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/site/wwwroot/vendor/symfony/http-kernel/HttpKernel.php:99)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/home/site/wwwroot/vendor/symfony/http-kernel/HttpKernel.php:116)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ErrorException), object(Request))
     (/home/site/wwwroot/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:127)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(ErrorException))
     (/home/site/wwwroot/vendor/symfony/error-handler/ErrorHandler.php:594)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ErrorException))