BurgerClosechevronBagSearchUser
  • Logo
  • servicesStores & services
    Newcastle Metrocentre
    Stores
    Sephora Newcastle Metrocentre
    Unit 19 - 20, 7 The Parade, The Metrocentre, Gateshead, NE11 9YZ
    View All Hours +
    Cycle
    Change your store

    Your favourite store allows you to see services available and book appointments

    In-Store Services
    Make-up and skincare services, Benefit BrowBar, gifting and personalisation workshop, Sephora offers you a whole range of services to come and discover in store Make an appointment
    (Newcastle Metrocentre)
    See all store services
  • Wishlist
  • Cart0

Fake Tan Remover

Your ticket to an even, all-over glow? A nourishing fake tan remover. Packed with ingredients that leave your skin smooth, clean but never stripped, apply before you refresh your tan to stay bronzed and radiant all week long. Pair with regular exfoliation and daily moisturising to keep a patchy fade at bay.
Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler (500 Internal Server Error)

Symfony Exception

Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler

Exception

ErrorException

  1.             return $previousHandler $previousHandler($type$msg$file$line) : false;
  2.         });
  3.         try {
  4.             session_write_close();
  5.         } finally {
  6.             restore_error_handler();
  7.             // Restore only if not empty
  8.             if ($_SESSION) {
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function save()
  5.     {
  6.         $this->storage->save();
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.              * can still operate on the open session. This prevents the overhead of restarting it.
  2.              * Listeners after closing the session can still work with the session as usual because
  3.              * Symfonys session implementation starts the session on demand. So writing to it after
  4.              * it is saved will just restart it.
  5.              */
  6.             $session->save();
  7.         }
  8.     }
  9.     /**
  10.      * @internal
  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.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  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.     private function filterResponse(Response $responseRequest $requestint $type): Response
  3.     {
  4.         $event = new ResponseEvent($this$request$type$response);
  5.         $this->dispatcher->dispatch($eventKernelEvents::RESPONSE);
  6.         $this->finishRequest($request$type);
  7.         return $event->getResponse();
  8.     }
  1.                 throw new ControllerDoesNotReturnResponseException($msg$controller__FILE____LINE__ 17);
  2.             }
  3.         }
  4.         return $this->filterResponse($response$request$type);
  5.     }
  6.     /**
  7.      * Filters a response object.
  8.      *
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(AppRequest)) in web/v2/app_dev.php (line 66)
  1.     '190.93.240.0/20''188.114.96.0/20''197.234.240.0/22',
  2.     '198.41.128.0/17''162.158.0.0/15''104.16.0.0/12',
  3.     '172.64.0.0/13''131.0.72.0/22',
  4.     ],
  5.     Request::HEADER_X_FORWARDED_ALL);
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 12:21:39 php User Deprecated: The "Doctrine\Bundle\DoctrineBundle\Registry" class implements "Symfony\Bridge\Doctrine\RegistryInterface" that is deprecated since Symfony 4.4, use Doctrine\Persistence\ManagerRegistry instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "FeelUnique\Shared\Infrastructure\Cache\DoctrineMemcachedCache" class extends "Doctrine\Common\Cache\MemcachedCache" that is deprecated Deprecated without replacement in doctrine/cache 1.11. This class will be dropped in 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The type "termsAndConditionStatus" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "FeelUnique\Infrastructure\MSSql\Utility\TermsAndConditionStatusType::requiresSQLCommentHint()."
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The type "privacyPolicyStatus" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "FeelUnique\Infrastructure\MSSql\Utility\PrivacyPolicyStatusType::requiresSQLCommentHint()."
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The type "language" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "FeelUnique\Infrastructure\MSSql\Utility\LanguageType::requiresSQLCommentHint()."
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The type "text" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "FeelUnique\Infrastructure\MSSql\Utility\CastTextType::requiresSQLCommentHint()."
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The type "datetime" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "FeelUnique\Infrastructure\MSSql\Utility\DateTimeType::requiresSQLCommentHint()."
{
    "exception": {}
}
INFO 12:21:39 request Matched route "quick_links_include".
{
    "route": "quick_links_include",
    "route_parameters": {
        "_route": "quick_links_include",
        "_controller": "feel_unique.controller.quick_links:quickLinkAction",
        "quickLinkType": "categories"
    },
    "request_uri": "http://staging.sephora.co.uk/esi/quicklink/categories?get_url=skin&id_type=id&lang=en&value=2168",
    "method": "GET"
}
DEBUG 12:21:39 doctrine SELECT id, url -- REPLACE(url, 'staging', 'dev') as url -- debug only!! FROM shop_site WHERE active = 1
DEBUG 12:21:39 doctrine SELECT s0_.url AS url_0, s0_.email_reply AS email_reply_1, s0_.email_from_add AS email_from_add_2, s0_.active AS active_3, s0_.umbrella_shop_site_id AS umbrella_shop_site_id_4, s0_.fredHopperLocale AS fredHopperLocale_5, s0_.isSephora AS isSephora_6, s0_.id AS id_7, s1_.psp AS psp_8, s1_.basket_samples AS basket_samples_9, s1_.feefo_servicepct AS feefo_servicepct_10, s1_.homepage_override_url AS homepage_override_url_11, s1_.rsn AS rsn_12, s1_.servicecharge AS servicecharge_13, s1_.giftwrap AS giftwrap_14, s1_.vatrate AS vatrate_15, s1_.lvcr AS lvcr_16, s1_.search_method AS search_method_17, s1_.listings_method AS listings_method_18, s1_.suggest_method AS suggest_method_19, s1_.zendesk_callback AS zendesk_callback_20, s1_.zendesk_chat AS zendesk_chat_21, s1_.subscriptions AS subscriptions_22, s1_.fredhopper_global AS fredhopper_global_23, s1_.display_rrp AS display_rrp_24, s1_.suggestions_bar_active AS suggestions_bar_active_25, s1_.fredhopper_product_detail AS fredhopper_product_detail_26, s1_.site_maintenance_on AS site_maintenance_on_27, s1_.homepage_override_url_active AS homepage_override_url_active_28, s1_.bizzarreVoiceActive AS bizzarreVoiceActive_29, s1_.brandsAtoZactive AS brandsAtoZactive_30, s1_.notificationsActive AS notificationsActive_31, s1_.softAutoLoginActive AS softAutoLoginActive_32, s2_.title AS title_33, s2_.base_url AS base_url_34, s2_.id AS id_35, l3_.name AS name_36, l3_.code AS code_37, s0_.languages_code AS languages_code_38, s0_.shopcontrol_rsn AS shopcontrol_rsn_39, s0_.shop_id AS shop_id_40 FROM shop_site s0_ LEFT JOIN shopcontrol s1_ ON s0_.shopcontrol_rsn = s1_.rsn LEFT JOIN shop s2_ ON s0_.shop_id = s2_.id LEFT JOIN languages l3_ ON s0_.languages_code = l3_.code WHERE s0_.id = ?
[
    "79"
]
DEBUG 12:21:39 event Notified event "feel_unique.detect_site" to listener "FeelUnique\VisitorBundle\EventListener\Site\SiteListener::onKernelRequest".
{
    "event": "feel_unique.detect_site",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Site\\SiteListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent".
{
    "event": "kernel.request",
    "listener": "Http\\HttplugBundle\\Discovery\\ConfiguredClientsStrategyListener::onEvent"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent".
{
    "event": "kernel.request",
    "listener": "Http\\HttplugBundle\\Collector\\PluginClientFactoryListener::onEvent"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\RequestFilteringListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\RequestFilteringListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\RequestListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\B2BInviteListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\B2BInviteListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\RestrictionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\RestrictionListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\TrustedProxyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\TrustedProxyListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\LocaleNotificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\LocaleNotificationListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\VoucherListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\VoucherListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\AffiliateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\AffiliateListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\CidListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\CidListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\AutoLoginListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\AutoLoginListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\StoreAssignerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\StoreAssignerListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\B2BEnrollListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\B2BEnrollListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\DynamicYieldCookieListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\DynamicYieldCookieListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\NativeAppRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\NativeAppRequestListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Customer\TermsAndConditionsLockoutListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Customer\\TermsAndConditionsLockoutListener::onKernelRequest"
}
DEBUG 12:21:39 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\CookieConsentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\CookieConsentListener::onKernelRequest"
}
INFO 12:21:39 php User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "AUTOGENERATE_ALWAYS" and "AUTOGENERATE_NEVER" strategies for proxy generation are deprecated and will be dropped in doctrine/mongodb-odm 2.0. Please use "AUTOGENERATE_FILE_NOT_EXISTS" and "AUTOGENERATE_EVAL".
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::setRetryConnect" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::setRetryQuery" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\DocumentRepository" class is deprecated and will be removed in doctrine/mongodb-odm 2.0. Use "Doctrine\ODM\MongoDB\Repository\DocumentRepository" instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::setLoggerCallable" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::getRetryConnect" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::getRetryQuery" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "Doctrine\ODM\MongoDB\Configuration::getLoggerCallable" method is deprecated and will be removed in doctrine/mongodb-odm 2.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
{
    "exception": {}
}
INFO 12:21:39 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "FeelUnique\BugsnagBundle\EventListener\ShutdownListener::register".
{
    "event": "kernel.controller",
    "listener": "FeelUnique\\BugsnagBundle\\EventListener\\ShutdownListener::register"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelController"
}
DEBUG 12:21:39 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "FeelUnique\VisitorBundle\EventListener\Response\CookieListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Response\\CookieListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "FeelUnique\VisitorBundle\EventListener\Response\CookieMonitorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Response\\CookieMonitorListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "FeelUnique\VisitorBundle\EventListener\Response\SeoListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Response\\SeoListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 12:21:40 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 12:21:40 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "FeelUnique\CommonBundle\EventListener\FinalResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\FinalResponseListener::onKernelResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 12:21:40 event Notified event "kernel.response" to listener "FeelUnique\CommonBundle\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\SessionListener::onKernelResponse"
}
INFO 12:21:40 php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
CRITICAL 12:21:40 request Uncaught PHP Exception ErrorException: "Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler" at /var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php line 304
{
    "exception": {
        "xdebug_message": "<tr><th align='left' bgcolor='#f57900' colspan=\"5\"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> ErrorException: Warning: session_write_close(): Failed to write session data with \"Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler\" handler in /var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php on line <i>304</i></th></tr>\n<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>\n<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>\n<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0000</td><td bgcolor='#eeeeec' align='right'>411720</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='/var/www/deploy/frontend/releases/20250423152118/web/v2/app_dev.php' bgcolor='#eeeeec'>.../app_dev.php<b>:</b>0</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0044</td><td bgcolor='#eeeeec' align='right'>683112</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpKernel\\Kernel->handle( <span>$request = </span><span>class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private $flashName = &#39;flashes&#39;; private $attributeName = &#39;attributes&#39;; private $data = [...]; private $usageIndex = 20 }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }</span>, <span>$type = </span>???, <span>$catch = </span>??? )</td><td title='/var/www/deploy/frontend/releases/20250423152118/web/v2/app_dev.php' bgcolor='#eeeeec'>.../app_dev.php<b>:</b>66</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0293</td><td bgcolor='#eeeeec' align='right'>1924968</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpKernel\\HttpKernel->handle( <span>$request = </span><span>class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private $flashName = &#39;flashes&#39;; private $attributeName = &#39;attributes&#39;; private $data = [...]; private $usageIndex = 20 }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }</span>, <span>$type = </span><span>1</span>, <span>$catch = </span><span>TRUE</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php' bgcolor='#eeeeec'>.../Kernel.php<b>:</b>201</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>4</td><td bgcolor='#eeeeec' align='center'>0.0293</td><td bgcolor='#eeeeec' align='right'>1925760</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw( <span>$request = </span><span>class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private $flashName = &#39;flashes&#39;; private $attributeName = &#39;attributes&#39;; private $data = [...]; private $usageIndex = 20 }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }</span>, <span>$type = </span><span>1</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php' bgcolor='#eeeeec'>.../HttpKernel.php<b>:</b>81</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>5</td><td bgcolor='#eeeeec' align='center'>0.6187</td><td bgcolor='#eeeeec' align='right'>8756120</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpKernel\\HttpKernel->filterResponse( <span>$response = </span><span>class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { protected $computedCacheControl = [...]; protected $cookies = [...]; protected $headerNames = [...]; protected $headers = [...]; protected $cacheControl = [...] }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }</span>, <span>$request = </span><span>class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = [...] }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { ... }; private $flashName = &#39;flashes&#39;; private $attributeName = &#39;attributes&#39;; private $data = [...]; private $usageIndex = 20 }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }</span>, <span>$type = </span><span>1</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php' bgcolor='#eeeeec'>.../HttpKernel.php<b>:</b>190</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>6</td><td bgcolor='#eeeeec' align='center'>0.6187</td><td bgcolor='#eeeeec' align='right'>8756248</td><td bgcolor='#eeeeec'>Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher->dispatch( <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span>, <span>&#39;kernel.response&#39;</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php' bgcolor='#eeeeec'>.../HttpKernel.php<b>:</b>202</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>7</td><td bgcolor='#eeeeec' align='center'>0.6296</td><td bgcolor='#eeeeec' align='right'>9184344</td><td bgcolor='#eeeeec'>Symfony\\Component\\EventDispatcher\\EventDispatcher->dispatch( <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span>, <span>&#39;kernel.response&#39;</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php' bgcolor='#eeeeec'>.../TraceableEventDispatcher.php<b>:</b>168</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>8</td><td bgcolor='#eeeeec' align='center'>0.6297</td><td bgcolor='#eeeeec' align='right'>9185584</td><td bgcolor='#eeeeec'>Symfony\\Component\\EventDispatcher\\EventDispatcher->callListeners( <span>$listeners = </span><span>[0 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 1 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieMonitorListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieMonitorListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 2 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\SeoListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\SeoListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 3 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 4 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\SurrogateListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\SurrogateListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 5 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\DataCollector\\\\RequestDataCollector&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\DataCollector\\\\RequestDataCollector::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 6 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\RememberMe\\\\ResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\RememberMe\\\\ResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 7 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Sensio\\\\Bundle\\\\FrameworkExtraBundle\\\\EventListener\\\\HttpCacheListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Sensio\\\\Bundle\\\\FrameworkExtraBundle\\\\EventListener\\\\HttpCacheListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 8 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\Firewall\\\\ContextListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\Firewall\\\\ContextListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 9 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ProfilerListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ProfilerListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -100 }, 10 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Bundle\\\\WebProfilerBundle\\\\EventListener\\\\WebDebugToolbarListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Bundle\\\\WebProfilerBundle\\\\EventListener\\\\WebDebugToolbarListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -128 }, 11 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\FinalResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\FinalResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -255 }, 12 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\DisallowRobotsIndexingListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\DisallowRobotsIndexingListener::onResponse&#39;; private $stub = NULL; private $priority = -255 }, 13 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\SessionListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\SessionListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -1000 }, 14 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\StreamedResponseListener&#39;; private $called = FALSE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\StreamedResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = NULL }]</span>, <span>$eventName = </span><span>&#39;kernel.response&#39;</span>, <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php' bgcolor='#eeeeec'>.../EventDispatcher.php<b>:</b>73</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>9</td><td bgcolor='#eeeeec' align='center'>0.6297</td><td bgcolor='#eeeeec' align='right'>9185584</td><td bgcolor='#eeeeec'>Symfony\\Component\\EventDispatcher\\EventDispatcher->doDispatch( <span>$listeners = </span><span>[0 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 1 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieMonitorListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\CookieMonitorListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 2 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\SeoListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\VisitorBundle\\\\EventListener\\\\Response\\\\SeoListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 3 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 4 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\SurrogateListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\SurrogateListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 5 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\DataCollector\\\\RequestDataCollector&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\DataCollector\\\\RequestDataCollector::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 6 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\RememberMe\\\\ResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\RememberMe\\\\ResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 7 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Sensio\\\\Bundle\\\\FrameworkExtraBundle\\\\EventListener\\\\HttpCacheListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Sensio\\\\Bundle\\\\FrameworkExtraBundle\\\\EventListener\\\\HttpCacheListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 8 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\Firewall\\\\ContextListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\Security\\\\Http\\\\Firewall\\\\ContextListener::onKernelResponse&#39;; private $stub = NULL; private $priority = 0 }, 9 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ProfilerListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\ProfilerListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -100 }, 10 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Bundle\\\\WebProfilerBundle\\\\EventListener\\\\WebDebugToolbarListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Bundle\\\\WebProfilerBundle\\\\EventListener\\\\WebDebugToolbarListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -128 }, 11 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\FinalResponseListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\FinalResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -255 }, 12 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\DisallowRobotsIndexingListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\DisallowRobotsIndexingListener::onResponse&#39;; private $stub = NULL; private $priority = -255 }, 13 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\SessionListener&#39;; private $called = TRUE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;FeelUnique\\\\CommonBundle\\\\EventListener\\\\SessionListener::onKernelResponse&#39;; private $stub = NULL; private $priority = -1000 }, 14 =&gt; class Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener { private $listener = [...]; private $optimizedListener = class Closure { virtual $closure = &quot;$this-&gt;onKernelResponse&quot;, ... }; private $name = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\StreamedResponseListener&#39;; private $called = FALSE; private $stoppedPropagation = FALSE; private $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { ... }; private $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; private $pretty = &#39;Symfony\\\\Component\\\\HttpKernel\\\\EventListener\\\\StreamedResponseListener::onKernelResponse&#39;; private $stub = NULL; private $priority = NULL }]</span>, <span>$eventName = </span><span>&#39;kernel.response&#39;</span>, <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php' bgcolor='#eeeeec'>.../EventDispatcher.php<b>:</b>239</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>10</td><td bgcolor='#eeeeec' align='center'>0.6434</td><td bgcolor='#eeeeec' align='right'>9847472</td><td bgcolor='#eeeeec'>Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener->__invoke( <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span>, <span>$eventName = </span><span>&#39;kernel.response&#39;</span>, <span>$dispatcher = </span><span>class Symfony\\Component\\EventDispatcher\\EventDispatcher { private $listeners = [&#39;kernel.controller&#39; =&gt; [...], &#39;kernel.request&#39; =&gt; [...], &#39;kernel.exception&#39; =&gt; [...], &#39;legacy.call&#39; =&gt; [...], &#39;kernel.response&#39; =&gt; [...], &#39;fredhopper.request&#39; =&gt; [...], &#39;fredhopper.response.post_hydrate&#39; =&gt; [...], &#39;feel_unique.load_cart&#39; =&gt; [...], &#39;feel_unique.cart.updated&#39; =&gt; [...], &#39;feel_unique.cart.update.quantity&#39; =&gt; [...], &#39;feel_unique.detect_currency&#39; =&gt; [...], &#39;feel_unique.detect_site&#39; =&gt; [...], &#39;feel_unique.detect_country&#39; =&gt; [...], &#39;feel_unique.enrich_customer&#39; =&gt; [...], &#39;feel_unique.successful_login&#39; =&gt; [...], &#39;feel_unique.successful_autologin&#39; =&gt; [...], &#39;feel_unique.enrich_visitor&#39; =&gt; [...], &#39;feel_unique.customer_registration&#39; =&gt; [...], &#39;kernel.terminate&#39; =&gt; [...], &#39;product.update&#39; =&gt; [...], &#39;order.placed&#39; =&gt; [...], &#39;kernel.finish_request&#39; =&gt; [...], &#39;console.error&#39; =&gt; [...], &#39;console.terminate&#39; =&gt; [...], &#39;console.command&#39; =&gt; [...], &#39;debug.security.authorization.vote&#39; =&gt; [...], &#39;Symfony\\Component\\Mailer\\Event\\MessageEvent&#39; =&gt; [...], &#39;Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent&#39; =&gt; [...], &#39;Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent&#39; =&gt; [...], &#39;kernel.view&#39; =&gt; [...], &#39;knp_pager.before&#39; =&gt; [...], &#39;knp_pager.pagination&#39; =&gt; [...], &#39;knp_pager.items&#39; =&gt; [...]]; private $sorted = []; private $optimized = [] }</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php' bgcolor='#eeeeec'>.../EventDispatcher.php<b>:</b>264</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>11</td><td bgcolor='#eeeeec' align='center'>0.6434</td><td bgcolor='#eeeeec' align='right'>9847472</td><td bgcolor='#eeeeec'>FeelUnique\\CommonBundle\\EventListener\\AbstractSessionListener->onKernelResponse( <span>$event = </span><span>class Symfony\\Component\\HttpKernel\\Event\\ResponseEvent { private ${Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent}response = class Symfony\\Component\\HttpFoundation\\Response { public $headers = class Symfony\\Component\\HttpFoundation\\ResponseHeaderBag { ... }; protected $content = &#39;&lt;div class=&quot;eba-component cms_block class_name cms_shortcuts h-push-b h-align-c desktop&quot; style=&quot;padding-top: 0;&quot; data-shortcuts=&quot;1&quot; data-marvin-enabled=&quot;1&quot;&gt;\\n\\n        \\n    &lt;a href=&quot;#&quot; id=&quot;scroll-to-product-listing&quot; class=&quot;button button--quicklinks button--quicklinks--active h-third&quot;&gt;View All&lt;/a&gt;&lt;a href=&quot;/skin/sun-tan/fake-tan/fake-tan-remover&quot; title=&quot;Fake Tan Removers&quot; class=&quot;button button--quicklinks h-third&quot;&gt;Fake Tan Removers&lt;/a&gt;&lt;/div&gt;\\n\\n&lt;script type=&quot;text/javascript&quot;&gt;\\n    $(function() {\\n        var pathnam&#39;...; protected $version = &#39;1.1&#39;; protected $statusCode = 200; protected $statusText = &#39;OK&#39;; protected $charset = &#39;UTF-8&#39; }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}kernel = class Symfony\\Component\\HttpKernel\\HttpKernel { protected $dispatcher = class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { ... }; protected $resolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver { ... }; protected $requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { ... }; private $argumentResolver = class Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver { ... } }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}request = class FeelUnique\\CommonBundle\\Http\\AppRequest { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { ... }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { ... }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { ... }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { ... }; protected $content = &#39;&#39;; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = &#39;/esi/quicklink/categories&#39;; protected $requestUri = &#39;/esi/quicklink/categories?id_type=id&amp;get_url=skin&amp;value=2168&amp;lang=en&#39;; protected $baseUrl = &#39;&#39;; protected $basePath = NULL; protected $method = &#39;GET&#39;; protected $format = NULL; protected $session = class Symfony\\Component\\HttpFoundation\\Session\\Session { ... }; protected $locale = &#39;en&#39;; protected $defaultLocale = &#39;en_GB&#39;; private ${Symfony\\Component\\HttpFoundation\\Request}preferredFormat = NULL; private ${Symfony\\Component\\HttpFoundation\\Request}isHostValid = TRUE; private ${Symfony\\Component\\HttpFoundation\\Request}isForwardedValid = TRUE }; private ${Symfony\\Component\\HttpKernel\\Event\\KernelEvent}requestType = 1; private ${Symfony\\Component\\EventDispatcher\\Event}propagationStopped = FALSE }</span>, <span>&#39;kernel.response&#39;</span>, <span>class Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher { protected $logger = class Symfony\\Bridge\\Monolog\\Logger { protected $name = &#39;event&#39;; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $exceptionHandler = NULL }; protected $stopwatch = class Symfony\\Component\\Stopwatch\\Stopwatch { private $morePrecision = TRUE; private $sections = [...]; private $activeSections = [...] }; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}callStack = class SplObjectStorage {  }; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}dispatcher = class Symfony\\Component\\EventDispatcher\\EventDispatcher { private $listeners = [...]; private $sorted = [...]; private $optimized = [...] }; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}wrappedListeners = [&#39;kernel.response&#39; =&gt; [...]]; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}orphanedEvents = [&#39;0000000033e397a700000000313d736c&#39; =&gt; [...]]; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}requestStack = class Symfony\\Component\\HttpFoundation\\RequestStack { private $requests = [...] }; private ${Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher}currentRequestHash = &#39;0000000033e397a700000000313d736c&#39; }</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php' bgcolor='#eeeeec'>.../WrappedListener.php<b>:</b>126</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>12</td><td bgcolor='#eeeeec' align='center'>0.6436</td><td bgcolor='#eeeeec' align='right'>9847728</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpFoundation\\Session\\Session->save(  )</td><td title='/var/www/deploy/frontend/releases/20250423152118/src/FeelUnique/CommonBundle/EventListener/AbstractSessionListener.php' bgcolor='#eeeeec'>.../AbstractSessionListener.php<b>:</b>118</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>13</td><td bgcolor='#eeeeec' align='center'>0.6436</td><td bgcolor='#eeeeec' align='right'>9847728</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage->save(  )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php' bgcolor='#eeeeec'>.../Session.php<b>:</b>191</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>14</td><td bgcolor='#eeeeec' align='center'>0.6437</td><td bgcolor='#eeeeec' align='right'>9848912</td><td bgcolor='#eeeeec'><a href='http://www.php.net/function.session-write-close' target='_new'>session_write_close</a>(  )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php' bgcolor='#eeeeec'>.../NativeSessionStorage.php<b>:</b>304</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>15</td><td bgcolor='#eeeeec' align='center'>0.6437</td><td bgcolor='#eeeeec' align='right'>9854184</td><td bgcolor='#eeeeec'>Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage->Symfony\\Component\\HttpFoundation\\Session\\Storage\\{closure:/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php:294-301}( <span>$type = </span><span>2</span>, <span>$msg = </span><span>&#39;session_write_close(): Failed to write session data using user defined save handler. (session.save_path: tcp://127.0.0.1:11211)&#39;</span>, <span>$file = </span><span>&#39;/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php&#39;</span>, <span>$line = </span><span>304</span>, <span>[&#39;session&#39; =&gt; [&#39;_sf2_attributes&#39; =&gt; [...], &#39;_symfony_flashes&#39; =&gt; [...], &#39;_sf2_meta&#39; =&gt; [...]], &#39;bag&#39; =&gt; class Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy { private $bag = class Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag { ... }; private $data = [...]; private $usageIndex = 20 }, &#39;key&#39; =&gt; &#39;_sf2_meta&#39;, &#39;previousHandler&#39; =&gt; [0 =&gt; class Symfony\\Component\\ErrorHandler\\ErrorHandler { ... }, 1 =&gt; &#39;handleError&#39;]]</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php' bgcolor='#eeeeec'>.../NativeSessionStorage.php<b>:</b>304</td></tr>\n<tr><td bgcolor='#eeeeec' align='center'>16</td><td bgcolor='#eeeeec' align='center'>0.6437</td><td bgcolor='#eeeeec' align='right'>9854504</td><td bgcolor='#eeeeec'>Symfony\\Component\\ErrorHandler\\ErrorHandler->handleError( <span>$type = </span><span>2</span>, <span>$message = </span><span>&#39;session_write_close(): Failed to write session data with &quot;Symfony\\\\Component\\\\HttpFoundation\\\\Session\\\\Storage\\\\Handler\\\\StrictSessionHandler&quot; handler&#39;</span>, <span>$file = </span><span>&#39;/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php&#39;</span>, <span>$line = </span><span>304</span> )</td><td title='/var/www/deploy/frontend/releases/20250423152118/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php' bgcolor='#eeeeec'>.../NativeSessionStorage.php<b>:</b>300</td></tr>\n"
    }
}
INFO 12:21:40 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
DEBUG 12:21:40 event Notified event "feel_unique.detect_site" to listener "FeelUnique\VisitorBundle\EventListener\Site\SiteListener::onKernelRequest".
{
    "event": "feel_unique.detect_site",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Site\\SiteListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent".
{
    "event": "kernel.request",
    "listener": "Http\\HttplugBundle\\Discovery\\ConfiguredClientsStrategyListener::onEvent"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent".
{
    "event": "kernel.request",
    "listener": "Http\\HttplugBundle\\Collector\\PluginClientFactoryListener::onEvent"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\RequestFilteringListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\RequestFilteringListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\RequestListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\B2BInviteListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\B2BInviteListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\RestrictionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\RestrictionListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\CommonBundle\EventListener\TrustedProxyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\CommonBundle\\EventListener\\TrustedProxyListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\LocaleNotificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\LocaleNotificationListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\VoucherListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\VoucherListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\AffiliateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\AffiliateListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\CidListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\CidListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\AutoLoginListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\AutoLoginListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\StoreAssignerListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\StoreAssignerListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\B2BEnrollListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\B2BEnrollListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\DynamicYieldCookieListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\DynamicYieldCookieListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\NativeAppRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\NativeAppRequestListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Customer\TermsAndConditionsLockoutListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Customer\\TermsAndConditionsLockoutListener::onKernelRequest"
}
DEBUG 12:21:40 event Notified event "kernel.request" to listener "FeelUnique\VisitorBundle\EventListener\Request\CookieConsentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FeelUnique\\VisitorBundle\\EventListener\\Request\\CookieConsentListener::onKernelRequest"
}
INFO 12:21:40 php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
{
    "exception": {}
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "FeelUnique\BugsnagBundle\EventListener\ShutdownListener::register".
{
    "event": "kernel.controller",
    "listener": "FeelUnique\\BugsnagBundle\\EventListener\\ShutdownListener::register"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelController"
}
DEBUG 12:21:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
INFO 12:21:40 php User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1).
{
    "exception": {}
}
INFO 12:21:40 php User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1).
{
    "exception": {}
}

Stack Trace

ErrorException

ErrorException:
Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler

  at vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php:304
  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->save()
     (vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php:191)
  at Symfony\Component\HttpFoundation\Session\Session->save()
     (src/FeelUnique/CommonBundle/EventListener/AbstractSessionListener.php:118)
  at FeelUnique\CommonBundle\EventListener\AbstractSessionListener->onKernelResponse(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
     (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
     (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.response', object(ResponseEvent))
     (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.response', object(ResponseEvent))
     (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
     (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:202)
  at Symfony\Component\HttpKernel\HttpKernel->filterResponse(object(Response), object(AppRequest), 1)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:190)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(AppRequest), 1)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(AppRequest), 1, true)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(AppRequest))
     (web/v2/app_dev.php:66)
Close

Recently viewed Clear all