Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/82/e6/16e682): Failed to open stream: Datei oder Verzeichnis nicht gefunden (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/82/e6/16e682): Failed to open stream: Datei oder Verzeichnis nicht gefunden

Exception

ErrorException

Show exception properties
ErrorException {#76289
  #severity: E_WARNING
}
  1.         if (\function_exists('gzencode')) {
  2.             $data gzencode($data3);
  3.         }
  4.         if (false === file_put_contents($file$data\LOCK_EX)) {
  5.             return false;
  6.         }
  7.         if (!$profileIndexed) {
  8.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 157)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * @return void
  1.         } else {
  2.             $response->send();
  3.         }
  4.         if ($this->kernel instanceof TerminableInterface) {
  5.             $this->kernel->terminate($this->request$response);
  6.         }
  7.         return 0;
  8.     }
  9. }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/var/www/pimcore/versions/initial_pimcore_version/vendor/autoload_runtime.php') in public/index.php (line 20)
  1. use Pimcore\Bootstrap;
  2. use Pimcore\Tool;
  3. use Symfony\Component\Debug\Debug;
  4. use Symfony\Component\HttpFoundation\Request;
  5. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  6. Bootstrap::setProjectRoot();
  7. return function (Request $request, array $context) {

Logs 1

Level Channel Message
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\HeadlessDocumentsBundle\PimcoreHeadlessDocumentsBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\OpenIdConnectBundle\PimcoreOpenIdConnectBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\TranslationsProviderInterfaceBundle\PimcoreTranslationsProviderInterfaceBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
DEBUG 14:05:02 event Notified event "pimcore.system.configuration.get" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration".
{
    "event": "pimcore.system.configuration.get",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminConfigListener::updateSystemConfiguration"
}
INFO 14:05:04 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:04 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\GraphQLAssetMetadataListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:04 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DataIndexSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:04 php User Deprecated: The "Pimcore\Bundle\AdminBundle\Security\Event\LogoutListener" class is considered internal. It may change without further notice. You should not use it from "App\EventListener\AuthenticationLogoutListener".
{
    "exception": {}
}
DEBUG 14:05:05 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber::onTerminate"
}
DEBUG 14:05:05 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber::onTerminate"
}
DEBUG 14:05:05 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener::onKernelTerminate"
}
DEBUG 14:05:05 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
INFO 14:05:02 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\MiscController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\RedirectsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "OutputDataConfigToolkitBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "OutputDataConfigToolkitBundle\Controller\ClassController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Web2PrintToolsBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WordExportBundle\Controller\TranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubFileExportBundle\Controller\DownloadController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubProductsupBundle\Controller\ProductsupController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubWebhooksBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubWebhooksBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataImporterBundle\Controller\PushImportController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Admin\Document\HeadlessDocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Template\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Brick\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\AuthController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\ButtonInjectionController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\TranslationsProviderInterfaceBundle\Controller\BackendController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\TranslationsProviderInterfaceBundle\Controller\TranslationJobsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "AdvancedObjectSearchBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DirectEditBundle\Controller\ClientController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\AccountController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CartController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CheckoutController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\NewsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\PaymentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\ProductController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\Web2printController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\AccountController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CartController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CheckoutController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\NewsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\PaymentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\ProductController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\Web2printController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
{
    "exception": {}
}
INFO 14:05:03 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_mysql",
        "charset": "UTF8MB4",
        "host": "127.0.0.1",
        "port": "3306",
        "user": "pimcore_db",
        "password": "<redacted>",
        "dbname": "pimcore_db",
        "idle_connection_ttl": 600,
        "driverOptions": {
            "1002": "SET sql_mode = '';"
        },
        "serverVersion": "8.0.36-28",
        "defaultTableOptions": {
            "charset": "UTF8MB4",
            "engine": "InnoDB",
            "collate": "utf8mb4_general_ci"
        }
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "pimcore_translations_provider_interface",
        "2": "pimcore_translations_provider_interface"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "system\u0001tags\u0001",
        "3": "site\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key site_domain_062996b47153b3ef3b5ff3b5bf2c3dba from cache
{
    "key": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/de/Weiteres/Landingpages/Chevrolet",
        "2": "path",
        "3": "auto_create",
        "4": "/de/Weiteres/Landingpages/Chevrolet",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/de/Weiteres/Landingpages/Chevrolet",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "system_route_redirect"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "system\u0001tags\u0001",
        "3": "redirect\u0001tags\u0001",
        "4": "route\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key system_route_redirect from cache
{
    "key": "system_route_redirect"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "maintenance_mode"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "reports",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de/Weiteres/Landingpages/Chevrolet/"."
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/de/Weiteres/Landingpages/",
        "2": "Chevrolet"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_171"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_171\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_171 from cache
{
    "key": "document_171"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "\u0000tags\u0000sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Key sites_path_mapping doesn't exist in cache
{
    "key": "sites_path_mapping"
}
DEBUG 14:05:03 doctrine Executing query: SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
{
    "sql": "SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC "
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_properties_171"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_171\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_properties_171 from cache
{
    "key": "document_properties_171"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE slug = '/de/Weiteres/Landingpages/Chevrolet' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
{
    "sql": "SELECT * FROM object_url_slugs WHERE slug = '/de/Weiteres/Landingpages/Chevrolet' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
}
INFO 14:05:03 request Matched route "document_171".
{
    "route": "document_171",
    "route_parameters": {
        "_locale": "de",
        "_controller": "App\\Controller\\ContentController::defaultAction",
        "_route": "document_171"
    },
    "request_uri": "https://demo.pimcoreui.studioemma.com/de/Weiteres/Landingpages/Chevrolet",
    "method": "GET"
}
DEBUG 14:05:03 app Resolved pimcore context for path /de/Weiteres/Landingpages/Chevrolet to default
{
    "path": "/de/Weiteres/Landingpages/Chevrolet",
    "context": "default"
}
DEBUG 14:05:03 security Checking for authenticator support.
{
    "firewall_name": "demo_frontend",
    "authenticators": 2
}
DEBUG 14:05:03 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 14:05:03 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 14:05:03 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 14:05:03 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 14:05:03 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
INFO 14:05:03 php User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
{
    "exception": {}
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_136"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "document_136\u0001tags\u0001",
        "3": "asset_337\u0001tags\u0001",
        "4": "asset_3\u0001tags\u0001",
        "5": "asset_319\u0001tags\u0001",
        "6": "asset_361\u0001tags\u0001",
        "7": "asset_320\u0001tags\u0001",
        "8": "asset_318\u0001tags\u0001",
        "9": "asset_321\u0001tags\u0001",
        "10": "asset_224\u0001tags\u0001",
        "11": "asset_35\u0001tags\u0001",
        "12": "asset_211\u0001tags\u0001",
        "13": "asset_90\u0001tags\u0001",
        "14": "asset_58\u0001tags\u0001",
        "15": "asset_180\u0001tags\u0001",
        "16": "asset_124\u0001tags\u0001",
        "17": "asset_164\u0001tags\u0001",
        "18": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_136 from cache
{
    "key": "document_136"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "nav_8b3929e1273fcd8bedc37390a35e0d0c"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "output\u0001tags\u0001",
        "3": "navigation\u0001tags\u0001",
        "4": "document_164\u0001tags\u0001",
        "5": "document_165\u0001tags\u0001",
        "6": "document_138\u0001tags\u0001",
        "7": "document_151\u0001tags\u0001",
        "8": "document_152\u0001tags\u0001",
        "9": "document_153\u0001tags\u0001",
        "10": "document_154\u0001tags\u0001",
        "11": "document_155\u0001tags\u0001",
        "12": "document_156\u0001tags\u0001",
        "13": "document_157\u0001tags\u0001",
        "14": "document_139\u0001tags\u0001",
        "15": "document_142\u0001tags\u0001",
        "16": "document_171\u0001tags\u0001",
        "17": "document_172\u0001tags\u0001",
        "18": "document_173\u0001tags\u0001",
        "19": "document_174\u0001tags\u0001",
        "20": "document_158\u0001tags\u0001",
        "21": "document_161\u0001tags\u0001",
        "22": "document_160\u0001tags\u0001",
        "23": "document_140\u0001tags\u0001",
        "24": "document_170\u0001tags\u0001",
        "25": "document_148\u0001tags\u0001",
        "26": "document_149\u0001tags\u0001",
        "27": "document_137\u0001tags\u0001",
        "28": "document_141\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2,
        "19": 2,
        "20": 2,
        "21": 2,
        "22": 2,
        "23": 2,
        "24": 2,
        "25": 2,
        "26": 2,
        "27": 2,
        "28": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key nav_8b3929e1273fcd8bedc37390a35e0d0c from cache
{
    "key": "nav_8b3929e1273fcd8bedc37390a35e0d0c"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "studio_backend_user_permissions"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key studio_backend_user_permissions from cache
{
    "key": "studio_backend_user_permissions"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM translations_messages LIMIT 1;
{
    "sql": "SELECT * FROM translations_messages LIMIT 1;"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "translation_data_1d19e47125946f5a6366d64de93b5d4f"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "translator\u0001tags\u0001",
        "3": "translator_website\u0001tags\u0001",
        "4": "translate\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key translation_data_1d19e47125946f5a6366d64de93b5d4f from cache
{
    "key": "translation_data_1d19e47125946f5a6366d64de93b5d4f"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT sourceId FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT sourceId FROM documents_translations WHERE id = ?",
    "params": {
        "1": 171
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,\"source\" FROM documents_translations WHERE id = ?",
    "params": {
        "1": 54,
        "2": 171,
        "3": 171
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,\"source\" FROM documents_translations WHERE id = ?",
    "params": {
        "1": 171,
        "2": 171
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,\"source\" FROM documents_translations WHERE id = ?",
    "params": {
        "1": 54,
        "2": 54
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_54"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_54\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_54 from cache
{
    "key": "document_54"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_properties_54"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_54\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_properties_54 from cache
{
    "key": "document_properties_54"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "en"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "document_3"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "document_3\u0001tags\u0001",
        "3": "document_1\u0001tags\u0001",
        "4": "asset_337\u0001tags\u0001",
        "5": "asset_3\u0001tags\u0001",
        "6": "asset_319\u0001tags\u0001",
        "7": "asset_361\u0001tags\u0001",
        "8": "asset_320\u0001tags\u0001",
        "9": "asset_318\u0001tags\u0001",
        "10": "asset_321\u0001tags\u0001",
        "11": "asset_224\u0001tags\u0001",
        "12": "asset_35\u0001tags\u0001",
        "13": "asset_211\u0001tags\u0001",
        "14": "asset_90\u0001tags\u0001",
        "15": "asset_58\u0001tags\u0001",
        "16": "asset_180\u0001tags\u0001",
        "17": "asset_124\u0001tags\u0001",
        "18": "asset_164\u0001tags\u0001",
        "19": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2,
        "19": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key document_3 from cache
{
    "key": "document_3"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "de"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "fr"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/fr"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "nl"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/nl"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "nav_4cbf1c38e41d958d69772bb2eb9b625e"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "output\u0001tags\u0001",
        "3": "navigation\u0001tags\u0001",
        "4": "document_164\u0001tags\u0001",
        "5": "document_165\u0001tags\u0001",
        "6": "document_138\u0001tags\u0001",
        "7": "document_151\u0001tags\u0001",
        "8": "document_152\u0001tags\u0001",
        "9": "document_153\u0001tags\u0001",
        "10": "document_154\u0001tags\u0001",
        "11": "document_155\u0001tags\u0001",
        "12": "document_156\u0001tags\u0001",
        "13": "document_157\u0001tags\u0001",
        "14": "document_139\u0001tags\u0001",
        "15": "document_142\u0001tags\u0001",
        "16": "document_171\u0001tags\u0001",
        "17": "document_172\u0001tags\u0001",
        "18": "document_173\u0001tags\u0001",
        "19": "document_174\u0001tags\u0001",
        "20": "document_158\u0001tags\u0001",
        "21": "document_161\u0001tags\u0001",
        "22": "document_160\u0001tags\u0001",
        "23": "document_140\u0001tags\u0001",
        "24": "document_170\u0001tags\u0001",
        "25": "document_148\u0001tags\u0001",
        "26": "document_149\u0001tags\u0001",
        "27": "document_137\u0001tags\u0001",
        "28": "document_141\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2,
        "19": 2,
        "20": 2,
        "21": 2,
        "22": 2,
        "23": 2,
        "24": 2,
        "25": 2,
        "26": 2,
        "27": 2,
        "28": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key nav_4cbf1c38e41d958d69772bb2eb9b625e from cache
{
    "key": "nav_4cbf1c38e41d958d69772bb2eb9b625e"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM documents_editables WHERE documentId = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM documents_editables WHERE documentId = ?",
    "params": {
        "1": 171
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM documents_editables WHERE documentId = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM documents_editables WHERE documentId = ?",
    "params": {
        "1": 54
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_696"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_696\u0001tags\u0001",
        "3": "class_EF_FD\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_696 from cache
{
    "key": "object_696"
}
INFO 14:05:03 php User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Component\DependencyInjection\ContainerAwareTrait" is deprecated, use dependency injection instead.
{
    "exception": {}
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_170"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_170\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_170 from cache
{
    "key": "document_170"
}
DEBUG 14:05:04 event Notified event "pimcore.document.IncludeRenderer.pre_render" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener::onPreRender".
{
    "event": "pimcore.document.IncludeRenderer.pre_render",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingDocumentRendererListener::onPreRender"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_properties_170"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_170\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_properties_170 from cache
{
    "key": "document_properties_170"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 14:05:04 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 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 14:05:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
CRITICAL 14:05:05 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/82/e6/16e682): Failed to open stream: Datei oder Verzeichnis nicht gefunden" at FileProfilerStorage.php line 177
{
    "exception": {}
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/_fragment",
        "2": "path",
        "3": "auto_create",
        "4": "/_fragment?_path=_format=html&_locale=de&_controller=App%5CController%5CProductController%3A%3AlistingAction",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/_fragment?_path=_format=html&_locale=de&_controller=App%5CController%5CProductController%3A%3AlistingAction",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:03 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:03 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 14:05:03 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
INFO 14:05:03 php User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3447, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:3447, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
{
    "exception": {}
}
INFO 14:05:03 php User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
{
    "exception": {}
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:05:03 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "EF_FD"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_757"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_757\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_757 from cache
{
    "key": "object_757"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_695"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_695\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_695 from cache
{
    "key": "object_695"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_562"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_562\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_562 from cache
{
    "key": "object_562"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_1"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_1\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_1 from cache
{
    "key": "object_1"
}
DEBUG 14:05:03 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SortableSubscriber::before"
}
DEBUG 14:05:03 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\FiltrationSubscriber::before"
}
DEBUG 14:05:03 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber::before"
}
INFO 14:05:03 pimcore_ecommerce_sql User specific Condition Part: a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Query: SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') LIMIT 22
DEBUG 14:05:03 doctrine Executing query: SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') LIMIT 22
{
    "sql": "SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') LIMIT 22"
}
DEBUG 14:05:03 doctrine Executing query: SELECT FOUND_ROWS()
{
    "sql": "SELECT FOUND_ROWS()"
}
INFO 14:05:03 pimcore_ecommerce_sql Query done.
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_63"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "CAR"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_63\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_49\u0001tags\u0001",
        "5": "asset_51\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_63 from cache
{
    "key": "object_63"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_66"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_66\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_52\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_66 from cache
{
    "key": "object_66"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_67"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_67\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_53\u0001tags\u0001",
        "5": "asset_54\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_67 from cache
{
    "key": "object_67"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_69"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_69\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_55\u0001tags\u0001",
        "5": "asset_56\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_69 from cache
{
    "key": "object_69"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_70"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_70\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_57\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_70 from cache
{
    "key": "object_70"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_257"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_257\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_201\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_257 from cache
{
    "key": "object_257"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_259"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_259\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_202\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_259 from cache
{
    "key": "object_259"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_427"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "AP"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_427\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_56\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_427 from cache
{
    "key": "object_427"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_428"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_428\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_46\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_428 from cache
{
    "key": "object_428"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_429"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_429\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_46\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_429 from cache
{
    "key": "object_429"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_430"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_430\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_55\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_430 from cache
{
    "key": "object_430"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_431"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_431\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_55\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_431 from cache
{
    "key": "object_431"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_432"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_432\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_47\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_432 from cache
{
    "key": "object_432"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_433"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_433\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_54\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_433 from cache
{
    "key": "object_433"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_434"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_434\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_57\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_434 from cache
{
    "key": "object_434"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_435"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_435\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_53\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_435 from cache
{
    "key": "object_435"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ORM\\QueryBuilderSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\MongoDB\\QueryBuilderSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\PHPCR\\QueryBuilderSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\DBALQueryBuilderSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\Doctrine\\ODM\\MongoDB\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\ElasticaQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\PropelQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SolariumQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\ArraySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\PropelQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Callback\\CallbackSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\MongoDB\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\PHPCR\\QuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\CollectionSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PropelQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\SolariumQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\ElasticaQuerySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\ArraySubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.items" to listener "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber::items"
}
DEBUG 14:05:03 event Listener "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items" stopped propagation of the event "knp_pager.items".
{
    "event": "knp_pager.items",
    "listener": "Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber::items"
}
DEBUG 14:05:03 event Notified event "knp_pager.pagination" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::pagination"
}
DEBUG 14:05:03 event Listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" stopped propagation of the event "knp_pager.pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::pagination"
}
DEBUG 14:05:03 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination" was not called for event "knp_pager.pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber::pagination"
}
INFO 14:05:03 pimcore_ecommerce_sql User specific Condition Part: a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Query: SELECT TRIM(`color`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') GROUP BY TRIM(`color`)
DEBUG 14:05:03 doctrine Executing query: SELECT TRIM(`color`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') GROUP BY TRIM(`color`)
{
    "sql": "SELECT TRIM(`color`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59') GROUP BY TRIM(`color`)"
}
INFO 14:05:03 pimcore_ecommerce_sql Query done.
INFO 14:05:03 pimcore_ecommerce_sql User specific Condition Part: a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')
INFO 14:05:03 pimcore_ecommerce_sql Query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'bodyStyle' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')) GROUP BY dest
DEBUG 14:05:03 doctrine Executing query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'bodyStyle' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')) GROUP BY dest
{
    "sql": "SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'bodyStyle' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '59')) GROUP BY dest"
}
INFO 14:05:03 pimcore_ecommerce_sql Query done.
INFO 14:05:03 pimcore Load Objects...
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM object_relations_EF_FD WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_EF_FD WHERE src_id = ?",
    "params": {
        "1": 696
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_50"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "BS"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_50\u0001tags\u0001",
        "3": "class_BS\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_50 from cache
{
    "key": "object_50"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_49"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_49\u0001tags\u0001",
        "3": "class_BS\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_49 from cache
{
    "key": "object_49"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_56"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_56\u0001tags\u0001",
        "3": "class_BS\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_56 from cache
{
    "key": "object_56"
}
INFO 14:05:03 pimcore done.
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63'"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 63
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_62"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_62\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_62 from cache
{
    "key": "object_62"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 62
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_61"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_61\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_46\u0001tags\u0001",
        "5": "asset_47\u0001tags\u0001",
        "6": "asset_48\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_61 from cache
{
    "key": "object_61"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 61
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_59"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_59\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_296\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_59 from cache
{
    "key": "object_59"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_552"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "CA"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_552\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_552 from cache
{
    "key": "object_552"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_546"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_546\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_546 from cache
{
    "key": "object_546"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_390"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_390\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_390 from cache
{
    "key": "object_390"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_564"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_564\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_564 from cache
{
    "key": "object_564"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_389"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_389\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_389 from cache
{
    "key": "object_389"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 49
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 49
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "imagick_format_avif"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key imagick_format_avif from cache
{
    "key": "imagick_format_avif"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "imagick_format_webp"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key imagick_format_webp from cache
{
    "key": "imagick_format_webp"
}
INFO 14:05:03 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 14:05:03 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:03 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:03 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:03 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:03 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "quantityvalue_units_table"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key quantityvalue_units_table from cache
{
    "key": "quantityvalue_units_table"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM translations_admin LIMIT 1;
{
    "sql": "SELECT * FROM translations_admin LIMIT 1;"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "translation_data_97d20181b29e38ccdfcc2249cc63ac4a"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "translator\u0001tags\u0001",
        "3": "translator_website\u0001tags\u0001",
        "4": "translate\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key translation_data_97d20181b29e38ccdfcc2249cc63ac4a from cache
{
    "key": "translation_data_97d20181b29e38ccdfcc2249cc63ac4a"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT *\n            FROM website_settings\n            WHERE name = ?\n                AND (\n                    siteId IS NULL\n                    OR siteId = 0\n                    OR siteId = ?\n                )\n                AND (\n                    language IS NULL\n                    OR language = ''\n                    OR language = ?\n                )\n            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC",
    "params": {
        "1": "defaultTaxClass",
        "2": null,
        "3": null
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT * FROM website_settings WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM website_settings WHERE id = ?",
    "params": {
        "1": 2
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_693"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "EF_OSTC"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_693\u0001tags\u0001",
        "3": "class_EF_OSTC\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_693 from cache
{
    "key": "object_693"
}
DEBUG 14:05:03 doctrine Executing query: SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
{
    "sql": "SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "system_resource_columns_ecommerceframework_pricing_rule"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "system\u0001tags\u0001",
        "3": "resource\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key system_resource_columns_ecommerceframework_pricing_rule from cache
{
    "key": "system_resource_columns_ecommerceframework_pricing_rule"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_559"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_559\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_559 from cache
{
    "key": "object_559"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_556"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_556\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_556 from cache
{
    "key": "object_556"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_75"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_75\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_60\u0001tags\u0001",
        "5": "asset_61\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_75 from cache
{
    "key": "object_75"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_74"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_74\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_58\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_74 from cache
{
    "key": "object_74"
}
DEBUG 14:05:03 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/Product Data/Accessories/lights/head lights/",
        "2": "citroen-2cv-head lights"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028303,
        "2": "object_438"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:03 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)",
    "params": {
        "1": 1772028303,
        "2": "object_438\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_60\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 14:05:03 cache Successfully got data for key object_438 from cache
{
    "key": "object_438"
}
DEBUG 14:05:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_399"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_399\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_399 from cache
{
    "key": "object_399"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_873"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_873\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_873 from cache
{
    "key": "object_873"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_60"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_60\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_60 from cache
{
    "key": "object_60"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '66'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '66'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 66
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_64"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_64\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_64 from cache
{
    "key": "object_64"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 64
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 52
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 52
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '67'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '67'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 53
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 53
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 67
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '69'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '69'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 69
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_68"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_68\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_68 from cache
{
    "key": "object_68"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 68
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_558"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_558\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_558 from cache
{
    "key": "object_558"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_545"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_545\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_545 from cache
{
    "key": "object_545"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 55
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 55
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '70'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '70'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 70
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 57
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 57
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '257'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '257'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 257
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_256"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_256\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_256 from cache
{
    "key": "object_256"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 256
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_254"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_254\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_254 from cache
{
    "key": "object_254"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 254
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 201
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 201
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_2"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_2\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_2 from cache
{
    "key": "object_2"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_744"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_744\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_744 from cache
{
    "key": "object_744"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '259'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '259'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 259
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_258"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_258\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_258 from cache
{
    "key": "object_258"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 258
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 202
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 202
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '427'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '427'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 427
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_396"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_396\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_396 from cache
{
    "key": "object_396"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_393"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_393\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_393 from cache
{
    "key": "object_393"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_392"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_392\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_392 from cache
{
    "key": "object_392"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 56
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 56
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__61f3e53ca2298c3f350cc8b8909bbf7b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__6268d4c3baf96823ff5f1b8533734902"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__61f3e53ca2298c3f350cc8b8909bbf7b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__f3500d8d8a2033891cfacf1b3a51d1db"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__8983bfdcdd0757e904f1981b485d2785"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__137386a11d950239836a7cb8cbd15898"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__8983bfdcdd0757e904f1981b485d2785"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__61f3e53ca2298c3f350cc8b8909bbf7b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__61f3e53ca2298c3f350cc8b8909bbf7b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_56__6268d4c3baf96823ff5f1b8533734902"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_365"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_365\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_365 from cache
{
    "key": "object_365"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '428'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '428'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 428
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_394"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_394\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_394 from cache
{
    "key": "object_394"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 46
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 46
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__9b04040fcbe2b749185608bf382b9585"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__2d7f4707469d097433bf7e83615e403e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__9b04040fcbe2b749185608bf382b9585"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__fb1ea2febb24f01726fdb543673cec4f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__0aab8510c995d35e54ab71bbf529ce38"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__fb1ea2febb24f01726fdb543673cec4f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__8c03799754dabbfb6838136a982784c1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__cac4cc17ccdf7b0130b4385baa05d1c0"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__8c03799754dabbfb6838136a982784c1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__9b04040fcbe2b749185608bf382b9585"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__9b04040fcbe2b749185608bf382b9585"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_71a337e91ab99313fb15f070815b616a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__2d7f4707469d097433bf7e83615e403e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_364"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_364\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_364 from cache
{
    "key": "object_364"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '429'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '429'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 429
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 46
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__3a2924d43030ff705a7071155a000bca"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__a4bc46f6616c689765cfb4c99a3130e7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__3a2924d43030ff705a7071155a000bca"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__20ee2f9f59c7aaa0c961654f3b1e3908"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__a839c658505d45915afe85de6fbed804"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__20ee2f9f59c7aaa0c961654f3b1e3908"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__bb1f62f62090d672ad283b9ead9b8c52"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__aca3bfc92452afe222b7fcee5056e179"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__bb1f62f62090d672ad283b9ead9b8c52"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__3a2924d43030ff705a7071155a000bca"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__3a2924d43030ff705a7071155a000bca"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_46__a4bc46f6616c689765cfb4c99a3130e7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_366"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_366\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_366 from cache
{
    "key": "object_366"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '430'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '430'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 430
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 55
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__55f3ebd76fb786783de001e6cf578774"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__f9e6f1161c3b170f1e3d23c41dfa6035"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__55f3ebd76fb786783de001e6cf578774"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__47be6b54e60512f2ecf5fb7f5421bfba"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__5f9e944e1bc7090ca7e8831b4e36962e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__4bde85403e75faf8435efce042b8c496"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__5f9e944e1bc7090ca7e8831b4e36962e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__55f3ebd76fb786783de001e6cf578774"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__55f3ebd76fb786783de001e6cf578774"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_da0662ff82f9b41ffa4470279e1e1c05",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__f9e6f1161c3b170f1e3d23c41dfa6035"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '431'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '431'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 431
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_397"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "object_397\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_397 from cache
{
    "key": "object_397"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 55
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__8238a6117d64dcde124073aaf994fb1c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__8238a6117d64dcde124073aaf994fb1c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__5ea9422498255ee566bdb3486dd69c4f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__5150ee4d8663c343d36280a54868ec3b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__b8e90bdf64138f88833d6d3c8e677bf3"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__5150ee4d8663c343d36280a54868ec3b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__8238a6117d64dcde124073aaf994fb1c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ca4f08dfc3f64409b2a73d1a86959611",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_55__8238a6117d64dcde124073aaf994fb1c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_362"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_362\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_362 from cache
{
    "key": "object_362"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '432'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '432'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 432
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 47
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 47
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_380"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "object_380\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key object_380 from cache
{
    "key": "object_380"
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '433'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '433'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 433
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 54
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 54
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__589963255e81f497096662486890933d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__d0394d57a234bc782df30d0cc6c65760"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__589963255e81f497096662486890933d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__038c90699c2cf180fd7aa42131b87c1a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__b2ae94e9d0d17fc88a64fd285985c410"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__aef92d3f85d479b2dcfc7b019fb08a9e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__b2ae94e9d0d17fc88a64fd285985c410"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__589963255e81f497096662486890933d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__589963255e81f497096662486890933d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_54__d0394d57a234bc782df30d0cc6c65760"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '434'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '434'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 434
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 57
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__8a34abfecef6b6034981c372b21d2bb5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__8a34abfecef6b6034981c372b21d2bb5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__f44f24c76c75ebbe158b019b71ffd0c0"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__2ebdffe1947612c3fe98424fcba2aff8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__86b86a9c416aba296c3e58efbd5fbbc2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__2ebdffe1947612c3fe98424fcba2aff8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__8a34abfecef6b6034981c372b21d2bb5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_4c27233fe276858c6344b89d8cce57bb",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_57__8a34abfecef6b6034981c372b21d2bb5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '435'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '435'"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 435
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 53
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__1cf1c47aaeca04bdc452b52159697ee5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__eba891a8c6682f54147706cb658561c2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__1cf1c47aaeca04bdc452b52159697ee5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__0adc59c12a25290161dfc234cd37feea"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__dc7edfdc7f35ccf09a78a770a8392e5d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__22d4ef727bcc7cbfa583b52bb105842d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__dc7edfdc7f35ccf09a78a770a8392e5d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__1cf1c47aaeca04bdc452b52159697ee5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__1cf1c47aaeca04bdc452b52159697ee5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_ad8699d5a444c01043fa7c14f54fc7b0",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_53__eba891a8c6682f54147706cb658561c2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 14:05:04 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 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/_fragment",
        "2": "path",
        "3": "auto_create",
        "4": "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 14:05:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:04 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 14:05:04 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:05:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT * FROM documents_editables WHERE documentId = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM documents_editables WHERE documentId = ?",
    "params": {
        "1": 170
    },
    "types": {
        "1": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_164"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_164\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_164 from cache
{
    "key": "document_164"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_165"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_165\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_165 from cache
{
    "key": "document_165"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_151"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_151\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_151 from cache
{
    "key": "document_151"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_152"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_152\u0001tags\u0001",
        "3": "document_57\u0001tags\u0001",
        "4": "document_54\u0001tags\u0001",
        "5": "document_55\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_152 from cache
{
    "key": "document_152"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_153"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_153\u0001tags\u0001",
        "3": "asset_14\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_153 from cache
{
    "key": "document_153"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_154"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_154\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_154 from cache
{
    "key": "document_154"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_155"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_155\u0001tags\u0001",
        "3": "asset_25\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_155 from cache
{
    "key": "document_155"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_156"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_156\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_156 from cache
{
    "key": "document_156"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_48"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_48\u0001tags\u0001",
        "3": "asset_62\u0001tags\u0001",
        "4": "asset_63\u0001tags\u0001",
        "5": "asset_321\u0001tags\u0001",
        "6": "asset_319\u0001tags\u0001",
        "7": "asset_362\u0001tags\u0001",
        "8": "asset_340\u0001tags\u0001",
        "9": "asset_317\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_48 from cache
{
    "key": "document_48"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_52"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_52\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_52 from cache
{
    "key": "document_52"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_112"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_112\u0001tags\u0001",
        "3": "asset_336\u0001tags\u0001",
        "4": "asset_382\u0001tags\u0001",
        "5": "asset_378\u0001tags\u0001",
        "6": "asset_374\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_112 from cache
{
    "key": "document_112"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_49"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_49\u0001tags\u0001",
        "3": "asset_252\u0001tags\u0001",
        "4": "asset_250\u0001tags\u0001",
        "5": "asset_249\u0001tags\u0001",
        "6": "asset_251\u0001tags\u0001",
        "7": "asset_115\u0001tags\u0001",
        "8": "asset_117\u0001tags\u0001",
        "9": "asset_114\u0001tags\u0001",
        "10": "asset_35\u0001tags\u0001",
        "11": "asset_36\u0001tags\u0001",
        "12": "asset_41\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_49 from cache
{
    "key": "document_49"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_113"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_113\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_113 from cache
{
    "key": "document_113"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_39"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_39\u0001tags\u0001",
        "3": "asset_345\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_39 from cache
{
    "key": "document_39"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_50"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_50\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_50 from cache
{
    "key": "document_50"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_38"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_38\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_38 from cache
{
    "key": "document_38"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_51"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_51\u0001tags\u0001",
        "3": "asset_348\u0001tags\u0001",
        "4": "asset_347\u0001tags\u0001",
        "5": "asset_349\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_51 from cache
{
    "key": "document_51"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_95"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_95\u0001tags\u0001",
        "3": "object_75\u0001tags\u0001",
        "4": "object_74\u0001tags\u0001",
        "5": "object_399\u0001tags\u0001",
        "6": "asset_384\u0001tags\u0001",
        "7": "asset_385\u0001tags\u0001",
        "8": "asset_386\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_95 from cache
{
    "key": "document_95"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_110"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1772028304,
        "2": "document_110\u0001tags\u0001",
        "3": "document_104\u0001tags\u0001",
        "4": "document_54\u0001tags\u0001",
        "5": "document_55\u0001tags\u0001",
        "6": "document_56\u0001tags\u0001",
        "7": "document_57\u0001tags\u0001",
        "8": "object_548\u0001tags\u0001",
        "9": "object_561\u0001tags\u0001",
        "10": "object_551\u0001tags\u0001",
        "11": "object_550\u0001tags\u0001",
        "12": "asset_390\u0001tags\u0001",
        "13": "asset_391\u0001tags\u0001",
        "14": "asset_392\u0001tags\u0001",
        "15": "asset_389\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_110 from cache
{
    "key": "document_110"
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_88"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 doctrine Executing statement: SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?) (parameters: {params}, types: {types})
{
    "sql": "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)",
    "params": {
        "1": 1772028304,
        "2": "document_88\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 14:05:04 cache Successfully got data for key document_88 from cache
{
    "key": "document_88"
}
DEBUG 14:05:04 event Notified event "kernel.view" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView".
{
    "event": "kernel.view",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView"
}
DEBUG 14:05:04 event Listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView" stopped propagation of the event "kernel.view".
{
    "event": "kernel.view",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView"
}
DEBUG 14:05:04 event Listener "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" was not called for event "kernel.view".
{
    "event": "kernel.view",
    "listener": "Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener::onKernelView"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 14:05:04 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 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 14:05:04 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 14:05:04 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 14:05:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 14:05:05 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/de/Weiteres/Landingpages/Chevrolet",
        "2": "path",
        "3": "auto_create",
        "4": "/de/Weiteres/Landingpages/Chevrolet",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/de/Weiteres/Landingpages/Chevrolet",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 14:05:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 14:05:05 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 14:05:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 14:05:05 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 14:05:05 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 14:05:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/82/e6/16e682): Failed to open stream: Datei oder Verzeichnis nicht gefunden

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:177
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:157)
  at Symfony\Component\HttpKernel\Kernel->terminate()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/pimcore/versions/initial_pimcore_version/vendor/autoload_runtime.php')
     (public/index.php:20)                
Loading…
Loading the web debug toolbar…
Attempt #
Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

Symfony\Component\VarDumper\Cloner\Data objects are immutable.

Exception

BadMethodCallException

  1.         return $this->__get($key);
  2.     }
  3.     public function offsetSet(mixed $keymixed $value): void
  4.     {
  5.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  6.     }
  7.     public function offsetUnset(mixed $key): void
  8.     {
  9.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  1.     /**
  2.      * @see TraceableEventDispatcher
  3.      */
  4.     public function setCalledListeners(array $listeners, ?string $dispatcher null): void
  5.     {
  6.         $this->data[$dispatcher ?? $this->defaultDispatcher]['called_listeners'] = $listeners;
  7.     }
  8.     /**
  9.      * @see TraceableEventDispatcher
  10.      */
  1.         foreach ($this->dispatchers as $name => $dispatcher) {
  2.             if (!$dispatcher instanceof TraceableEventDispatcher) {
  3.                 continue;
  4.             }
  5.             $this->setCalledListeners($dispatcher->getCalledListeners($this->currentRequest), $name);
  6.             $this->setNotCalledListeners($dispatcher->getNotCalledListeners($this->currentRequest), $name);
  7.             $this->setOrphanedEvents($dispatcher->getOrphanedEvents($this->currentRequest), $name);
  8.         }
  9.         $this->data $this->cloneVar($this->data);
  1.     public function saveProfile(Profile $profile): bool
  2.     {
  3.         // late collect
  4.         foreach ($profile->getCollectors() as $collector) {
  5.             if ($collector instanceof LateDataCollectorInterface) {
  6.                 $collector->lateCollect();
  7.             }
  8.         }
  9.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  10.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         }
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 538)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 $exceptionHandler($exception);
  6.                 return;
  7.             }
  8.             $handlerException ??= $exception;
  9.         } catch (\Throwable $handlerException) {
ErrorHandler->handleException()

Stack Trace

BadMethodCallException
BadMethodCallException:
Symfony\Component\VarDumper\Cloner\Data objects are immutable.

  at /var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/var-dumper/Cloner/Data.php:155
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/HttpKernel.php:142)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/error-handler/ErrorHandler.php:538)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()