Kategorie
Hersteller
  • 1
  • 1
  • 1
  • 3
  • 1
  • 2
  • 2
  • 4
  • 7
  • 1
  • 1
  • 1
  • 4
Kilometerstand
  • 5
  • 6
  • 7
  • 11
Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/bc/4b/0a4bbc): 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/bc/4b/0a4bbc): Failed to open stream: Datei oder Verzeichnis nicht gefunden

Exception

ErrorException

Show exception properties
ErrorException {#64998
  #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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30: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\Bundle\DataHubBundle\EventListener\DataChangeListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 08:30: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\GraphQLAssetMetadataListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 08:30: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\Bundle\PortalEngineBundle\EventSubscriber\DataIndexSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 08:30:03 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 08:30:04 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber::onTerminate"
}
DEBUG 08:30:04 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber::onTerminate"
}
DEBUG 08:30:04 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener::onKernelTerminate"
}
DEBUG 08:30:04 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
INFO 08:30:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 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 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 php User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
{
    "exception": {}
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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": 1761726602,
        "2": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "system\u0001tags\u0001",
        "3": "site\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key site_domain_062996b47153b3ef3b5ff3b5bf2c3dba from cache
{
    "key": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
}
DEBUG 08:30:02 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 08:30:02 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 08:30:02 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/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396",
        "2": "path",
        "3": "auto_create",
        "4": "/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396?page=1",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396?page=1",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "system_route_redirect"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "system\u0001tags\u0001",
        "3": "redirect\u0001tags\u0001",
        "4": "route\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key system_route_redirect from cache
{
    "key": "system_route_redirect"
}
DEBUG 08:30:02 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 08:30:02 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
    }
}
INFO 08:30:02 request Matched route "shop-category".
{
    "route": "shop-category",
    "route_parameters": {
        "_route": "shop-category",
        "path": "Ersatzteile/Beleuchtung/",
        "_controller": "App\\Controller\\ProductController::listingAction",
        "_locale": "de",
        "categoryname": "Ruckleuchten",
        "category": "396"
    },
    "request_uri": "https://demo.pimcoreui.studioemma.com/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396?page=1",
    "method": "GET"
}
DEBUG 08:30:02 app Resolved pimcore context for path /de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396 to default
{
    "path": "/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396",
    "context": "default"
}
DEBUG 08:30:02 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/shop/Ersatzteile/Beleuchtung/",
        "2": "Ruckleuchten~c396"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 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/shop/Ersatzteile/",
        "2": "Beleuchtung"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/de/shop/Ersatzteile/Beleuchtung"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 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/shop/",
        "2": "Ersatzteile"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/de/shop/Ersatzteile"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 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/",
        "2": "shop"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/de/shop"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "document_136"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "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 08:30:02 cache Successfully got data for key document_136 from cache
{
    "key": "document_136"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "document_properties_136"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_136\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key document_properties_136 from cache
{
    "key": "document_properties_136"
}
DEBUG 08:30:02 security Checking for authenticator support.
{
    "firewall_name": "demo_frontend",
    "authenticators": 2
}
DEBUG 08:30:02 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 08:30:02 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 08:30:02 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 08:30:02 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 08:30:02 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30:02 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 08:30:02 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 08:30:02 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 08:30:02 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 08:30:02 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 08:30:02 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 08:30:02 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
INFO 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 08:30:02 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"
}
INFO 08:30:02 php User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\DataObject\AbstractObject::getById is deprecated
{
    "exception": {}
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_396"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "object_396\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_396 from cache
{
    "key": "object_396"
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "object_393"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_393\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_393 from cache
{
    "key": "object_393"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_392"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_392\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_392 from cache
{
    "key": "object_392"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_564"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_564\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_564 from cache
{
    "key": "object_564"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_389"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_389\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_389 from cache
{
    "key": "object_389"
}
DEBUG 08:30:02 doctrine Executing statement: SELECT * FROM object_relations_CA WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CA WHERE src_id = ?",
    "params": {
        "1": 396
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT * FROM object_relations_CA WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CA WHERE src_id = ?",
    "params": {
        "1": 393
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 doctrine Executing statement: SELECT * FROM object_relations_CA WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CA WHERE src_id = ?",
    "params": {
        "1": 392
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_760"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_760\u0001tags\u0001",
        "3": "class_EF_FD\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_760 from cache
{
    "key": "object_760"
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "object_758"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_758\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_758 from cache
{
    "key": "object_758"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_695"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_695\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_695 from cache
{
    "key": "object_695"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_562"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_562\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_562 from cache
{
    "key": "object_562"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_1"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_1\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_1 from cache
{
    "key": "object_1"
}
DEBUG 08:30:02 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 08:30:02 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 08:30:02 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 08:30:02 pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,396,%')
INFO 08:30:02 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')
INFO 08:30:02 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 (parentCategoryIds LIKE '%,396,%') LIMIT 22
DEBUG 08:30:02 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 (parentCategoryIds LIKE '%,396,%') 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 (parentCategoryIds LIKE '%,396,%') LIMIT 22"
}
DEBUG 08:30:02 doctrine Executing query: SELECT FOUND_ROWS()
{
    "sql": "SELECT FOUND_ROWS()"
}
INFO 08:30:02 pimcore_ecommerce_sql Query done.
DEBUG 08:30:02 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": 1761726602,
        "2": "object_82"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "object_82\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_68\u0001tags\u0001",
        "5": "asset_6\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_82 from cache
{
    "key": "object_82"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_384"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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 08:30:02 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": 1761726602,
        "2": "object_384\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_31\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_384 from cache
{
    "key": "object_384"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_400"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_400\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_193\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_400 from cache
{
    "key": "object_400"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_416"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_416\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_253\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_416 from cache
{
    "key": "object_416"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_427"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "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 08:30:02 cache Successfully got data for key object_427 from cache
{
    "key": "object_427"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_429"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "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 08:30:02 cache Successfully got data for key object_429 from cache
{
    "key": "object_429"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_433"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "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 08:30:02 cache Successfully got data for key object_433 from cache
{
    "key": "object_433"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_450"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_450\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_80\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_450 from cache
{
    "key": "object_450"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_456"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_456\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_89\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_456 from cache
{
    "key": "object_456"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_459"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_459\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_94\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_459 from cache
{
    "key": "object_459"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_463"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_463\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_102\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_463 from cache
{
    "key": "object_463"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_465"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_465\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_233\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_465 from cache
{
    "key": "object_465"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_473"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_473\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_16\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_473 from cache
{
    "key": "object_473"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_475"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_475\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_13\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_475 from cache
{
    "key": "object_475"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_478"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_478\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_225\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:02 cache Successfully got data for key object_478 from cache
{
    "key": "object_478"
}
DEBUG 08:30:02 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": 1761726602,
        "2": "object_485"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_485\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_280\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_485 from cache
{
    "key": "object_485"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_487"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_487\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_126\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_487 from cache
{
    "key": "object_487"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_488"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_488\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_120\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_488 from cache
{
    "key": "object_488"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_501"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_501\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_263\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_501 from cache
{
    "key": "object_501"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_505"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_505\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_274\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_505 from cache
{
    "key": "object_505"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_506"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_506\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_260\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_506 from cache
{
    "key": "object_506"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_507"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_507\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_267\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_507 from cache
{
    "key": "object_507"
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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"
}
DEBUG 08:30: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": 82
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_100"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_100\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_300\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_100 from cache
{
    "key": "object_100"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_559"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_559\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_559 from cache
{
    "key": "object_559"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_558"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_558\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_558 from cache
{
    "key": "object_558"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_397"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_397\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_397 from cache
{
    "key": "object_397"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_407"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_407\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_407 from cache
{
    "key": "object_407"
}
DEBUG 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "object_693"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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 08:30: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": 1761726603,
        "2": "object_693\u0001tags\u0001",
        "3": "class_EF_OSTC\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_693 from cache
{
    "key": "object_693"
}
DEBUG 08:30: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 08:30: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": 1761726603,
        "2": "system_resource_columns_ecommerceframework_pricing_rule"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "system\u0001tags\u0001",
        "3": "resource\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key system_resource_columns_ecommerceframework_pricing_rule from cache
{
    "key": "system_resource_columns_ecommerceframework_pricing_rule"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_556"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_556\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_556 from cache
{
    "key": "object_556"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_75"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key object_75 from cache
{
    "key": "object_75"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_74"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key object_74 from cache
{
    "key": "object_74"
}
DEBUG 08:30: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 08:30: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": 1761726603,
        "2": "object_438"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key object_438 from cache
{
    "key": "object_438"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_399"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_399\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_399 from cache
{
    "key": "object_399"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_873"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_873\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_873 from cache
{
    "key": "object_873"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_81"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_81\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_67\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_81 from cache
{
    "key": "object_81"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_79"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_79\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_79 from cache
{
    "key": "object_79"
}
DEBUG 08:30:03 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": 384
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_28"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_28\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_290\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_28 from cache
{
    "key": "object_28"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_32"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_32\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_32 from cache
{
    "key": "object_32"
}
DEBUG 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "object_365"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_365\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_365 from cache
{
    "key": "object_365"
}
DEBUG 08:30:03 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": 400
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_240"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_240\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_291\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_240 from cache
{
    "key": "object_240"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_242"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_242\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_242 from cache
{
    "key": "object_242"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 416
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_300"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_300\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_393\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_300 from cache
{
    "key": "object_300"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_310"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_310\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_249\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_310 from cache
{
    "key": "object_310"
}
DEBUG 08:30: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 08:30: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 08:30:03 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 08:30: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": 1761726603,
        "2": "object_59"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key object_59 from cache
{
    "key": "object_59"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_68"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_68\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_68 from cache
{
    "key": "object_68"
}
DEBUG 08:30: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 08:30: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 08:30:03 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 08:30: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": 1761726603,
        "2": "object_61"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key object_61 from cache
{
    "key": "object_61"
}
DEBUG 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "object_366"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_366\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_366 from cache
{
    "key": "object_366"
}
DEBUG 08:30:03 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 08:30: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 08:30: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 08:30:03 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": 450
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_93"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_93\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_299\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_93 from cache
{
    "key": "object_93"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_95"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_95\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_95 from cache
{
    "key": "object_95"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 456
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_101"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_101\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_101 from cache
{
    "key": "object_101"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 459
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_106"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_106\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_301\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_106 from cache
{
    "key": "object_106"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_108"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_108\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_108 from cache
{
    "key": "object_108"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 463
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_117"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_117\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_117 from cache
{
    "key": "object_117"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 465
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_4"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_4\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_302\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_4 from cache
{
    "key": "object_4"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_289"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_289\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_289 from cache
{
    "key": "object_289"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 473
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_17"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_17\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_19\u0001tags\u0001",
        "5": "asset_18\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_17 from cache
{
    "key": "object_17"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 475
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_9"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_9\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_3\u0001tags\u0001",
        "5": "asset_13\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_9 from cache
{
    "key": "object_9"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 478
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_284"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_284\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_284 from cache
{
    "key": "object_284"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 485
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_134"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_134\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_305\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_134 from cache
{
    "key": "object_134"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_349"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_349\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_349 from cache
{
    "key": "object_349"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 487
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_140"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_140\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_140 from cache
{
    "key": "object_140"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 488
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_136"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_136\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_136 from cache
{
    "key": "object_136"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 501
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_327"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_327\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_327 from cache
{
    "key": "object_327"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 505
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_345"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_345\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_345 from cache
{
    "key": "object_345"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 506
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_319"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_319\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_319 from cache
{
    "key": "object_319"
}
DEBUG 08:30: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 08:30: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 08:30:03 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": 507
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_335"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_335\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_335 from cache
{
    "key": "object_335"
}
DEBUG 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "nav_8b3929e1273fcd8bedc37390a35e0d0c"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key nav_8b3929e1273fcd8bedc37390a35e0d0c from cache
{
    "key": "nav_8b3929e1273fcd8bedc37390a35e0d0c"
}
DEBUG 08:30: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": 1761726603,
        "2": "sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "\u0000tags\u0000sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Key sites_path_mapping doesn't exist in cache
{
    "key": "sites_path_mapping"
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "studio_backend_user_permissions"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key studio_backend_user_permissions from cache
{
    "key": "studio_backend_user_permissions"
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM translations_messages LIMIT 1;
{
    "sql": "SELECT * FROM translations_messages LIMIT 1;"
}
DEBUG 08:30: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": 1761726603,
        "2": "translation_data_1d19e47125946f5a6366d64de93b5d4f"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "translator\u0001tags\u0001",
        "3": "translator_website\u0001tags\u0001",
        "4": "translate\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key translation_data_1d19e47125946f5a6366d64de93b5d4f from cache
{
    "key": "translation_data_1d19e47125946f5a6366d64de93b5d4f"
}
DEBUG 08:30: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": 136
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 3,
        "2": 136,
        "3": 136
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30: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": 136,
        "2": 136
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30: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": 3,
        "2": 3
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_3"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_3 from cache
{
    "key": "document_3"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_properties_3"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_3\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_properties_3 from cache
{
    "key": "document_properties_3"
}
DEBUG 08:30: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
    }
}
INFO 08:30:03 php User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\DataObject\AbstractObject::getById is deprecated
{
    "exception": {}
}
INFO 08:30:03 php User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\DataObject\AbstractObject::getById is deprecated
{
    "exception": {}
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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": 1761726603,
        "2": "nav_4cbf1c38e41d958d69772bb2eb9b625e"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key nav_4cbf1c38e41d958d69772bb2eb9b625e from cache
{
    "key": "nav_4cbf1c38e41d958d69772bb2eb9b625e"
}
DEBUG 08:30: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
    }
}
INFO 08:30:03 pimcore_ecommerce_sql User specific Condition Part:
INFO 08:30:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant'
INFO 08:30:03 pimcore_ecommerce_sql Query: SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' GROUP BY TRIM(`parentCategoryIds`)
DEBUG 08:30:03 doctrine Executing query: SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' GROUP BY TRIM(`parentCategoryIds`)
{
    "sql": "SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' GROUP BY TRIM(`parentCategoryIds`)"
}
INFO 08:30:03 pimcore_ecommerce_sql Query done.
DEBUG 08:30: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": 760
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT objects.id as id, objects.type as `type` FROM objects WHERE (parentId = ? AND objects.type IN ('object','variant','folder')) AND objects.published = 1 ORDER BY `key` ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT objects.id as id, objects.type as `type` FROM objects WHERE (parentId = ? AND  objects.type IN ('object','variant','folder')) AND objects.published = 1 ORDER BY `key` ASC  ",
    "params": {
        "1": 396
    },
    "types": {
        "1": 1
    }
}
INFO 08:30:03 pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,396,%')
INFO 08:30:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')
INFO 08:30:03 pimcore_ecommerce_sql Query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')) GROUP BY dest
DEBUG 08:30:03 doctrine Executing query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')) GROUP BY dest
{
    "sql": "SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')) GROUP BY dest"
}
INFO 08:30:03 pimcore_ecommerce_sql Query done.
INFO 08:30:03 pimcore Load Objects...
DEBUG 08:30: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": 1761726603,
        "2": "object_158"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_158\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_309\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_158 from cache
{
    "key": "object_158"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_167"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_167\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_311\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_167 from cache
{
    "key": "object_167"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_185"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_185\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_315\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_185 from cache
{
    "key": "object_185"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_206"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_206\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_206 from cache
{
    "key": "object_206"
}
INFO 08:30:03 pimcore done.
INFO 08:30:03 pimcore_ecommerce_sql User specific Condition Part: (parentCategoryIds LIKE '%,396,%')
INFO 08:30:03 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%')
INFO 08:30:03 pimcore_ecommerce_sql Query: SELECT TRIM(`milage`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%') GROUP BY TRIM(`milage`)
DEBUG 08:30:03 doctrine Executing query: SELECT TRIM(`milage`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%') GROUP BY TRIM(`milage`)
{
    "sql": "SELECT TRIM(`milage`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,396,%') GROUP BY TRIM(`milage`)"
}
INFO 08:30:03 pimcore_ecommerce_sql Query done.
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '82'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '82'"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_545"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_545\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_545 from cache
{
    "key": "object_545"
}
DEBUG 08:30: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": 1761726603,
        "2": "object_390"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_390\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_390 from cache
{
    "key": "object_390"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 68
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 68
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "imagick_format_avif"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key imagick_format_avif from cache
{
    "key": "imagick_format_avif"
}
DEBUG 08:30: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": 1761726603,
        "2": "imagick_format_webp"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key imagick_format_webp from cache
{
    "key": "imagick_format_webp"
}
INFO 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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": 81
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "object_6"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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 08:30: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": 1761726603,
        "2": "object_6\u0001tags\u0001",
        "3": "class_BS\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key object_6 from cache
{
    "key": "object_6"
}
DEBUG 08:30: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": 1761726603,
        "2": "quantityvalue_units_table"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key quantityvalue_units_table from cache
{
    "key": "quantityvalue_units_table"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM translations_admin LIMIT 1;
{
    "sql": "SELECT * FROM translations_admin LIMIT 1;"
}
DEBUG 08:30: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": 1761726603,
        "2": "translation_data_97d20181b29e38ccdfcc2249cc63ac4a"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key translation_data_97d20181b29e38ccdfcc2249cc63ac4a from cache
{
    "key": "translation_data_97d20181b29e38ccdfcc2249cc63ac4a"
}
DEBUG 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '384'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '384'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 31
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 31
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__51447c5e05f0ffa2422289b0241e5e65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__b46b3ab9d788b170abfe207e35d9e152"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__51447c5e05f0ffa2422289b0241e5e65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__45817d39edabff21c78a2d405258279f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__97044f5625f9b8a1461b27896a96483f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__45817d39edabff21c78a2d405258279f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__f1e59e9552f2071a3be3d6bc396ed637"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__19c3b5a85a62f0fd70bc152f48aaa2cb"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__f1e59e9552f2071a3be3d6bc396ed637"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__51447c5e05f0ffa2422289b0241e5e65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__51447c5e05f0ffa2422289b0241e5e65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1463e0595949322eabb3320ca0239d8",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_31__b46b3ab9d788b170abfe207e35d9e152"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '400'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '400'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 193
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 193
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__de7c1d18ae768317981d03ae7b5fba19"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__ffc9c171fbcc037b7ca58c34729aeca4"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__c7d69d10bb120fe734abf3e36e4a2466"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__deeff7bb83f4352cc3015ac839a4841f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__c7d69d10bb120fe734abf3e36e4a2466"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_5682c0f8b711d85cd10f7802ac2f0998",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_193__de7c1d18ae768317981d03ae7b5fba19"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '416'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '416'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 253
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 253
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__2bb1e796bdb9827d26c026ebda73c8ed"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__b835f8002eb8ba602905fa416bfaebba"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__2bb1e796bdb9827d26c026ebda73c8ed"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__4ef4a6b72b69c93081c79f6540c22a81"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__d38eb5164ca7142ccfd330e1408e7b1a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__1ba925a53a0f6348d58f731bdf1a20a8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__d38eb5164ca7142ccfd330e1408e7b1a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__2bb1e796bdb9827d26c026ebda73c8ed"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__2bb1e796bdb9827d26c026ebda73c8ed"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_29a3abe04b771be7723e490a910afbb1",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_253__b835f8002eb8ba602905fa416bfaebba"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 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 08:30: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 08:30:03 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 08:30: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": 56
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6cbb5e48bb33a9c2bc460f8a0c57b263",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30:03 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 08:30: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 08:30:03 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 08:30: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": 46
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_9e5dfbdf6777a1c7751b60ff29ae0c30",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30:03 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 08:30: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 08:30:03 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 08:30: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": 54
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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_auto_6d98b1d89ffd68c16811fd09ebe58a13",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 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 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '450'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '450'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 80
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 80
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__82841b7b908c0664508ed5b3b82e9e90"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__fe88c357baec1d9b9236a20b77d16687"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__82841b7b908c0664508ed5b3b82e9e90"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__d86cea1a7ad4fbae17f04c103e478890"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__2dba1997419e86ef358bd28b7a57edb5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__d86cea1a7ad4fbae17f04c103e478890"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__d2383fcd217d5719d1d923357eedc13b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__44370a048fa66c671e43698b210be5b8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__d2383fcd217d5719d1d923357eedc13b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__82841b7b908c0664508ed5b3b82e9e90"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__82841b7b908c0664508ed5b3b82e9e90"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6df474dddd1eb2008d6b6accebc1407d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_80__fe88c357baec1d9b9236a20b77d16687"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '456'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '456'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 89
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 89
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__f702fd87a787aa31e1a9383b154d3d70"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__0b5dc5ac4a42535a0e566e678af10a85"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__f702fd87a787aa31e1a9383b154d3d70"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__cc8cb71d0c4251d74f8cf14c5cd3d6d2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__ff54ad5156ee5c89121d08feb6d75d27"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__fabea79d8e686d8db7f714901041b272"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__ff54ad5156ee5c89121d08feb6d75d27"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__f702fd87a787aa31e1a9383b154d3d70"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__f702fd87a787aa31e1a9383b154d3d70"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_bd84a656e32088c10d5e1e5c1147b6b7",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_89__0b5dc5ac4a42535a0e566e678af10a85"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '459'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '459'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 94
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 94
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e78a80000c368b54fa450cf49fbab5a7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__5a6f32838ce0358e2c1f1bf0918da935"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e78a80000c368b54fa450cf49fbab5a7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__cfeec46312b074cb1cd6335e53526227"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e943024622b2030214eda408ce58705e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__4af4455785e84d202a5c05bc8a4ceb60"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e943024622b2030214eda408ce58705e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e78a80000c368b54fa450cf49fbab5a7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__e78a80000c368b54fa450cf49fbab5a7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_6a81b1f9718e20a45519ea0f0533a7aa",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_94__5a6f32838ce0358e2c1f1bf0918da935"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '463'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '463'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 102
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 102
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__ba64a9c641783cad9eb66c0f531c2400"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__6c2245f2366f6eb2719a817fc50fb50e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__7233af6989cfe27aca6bde2bc668899f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__a381a82d777b15fec0bb79d396a02148"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__7233af6989cfe27aca6bde2bc668899f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_116a0713e361a44eead67cea160ac81e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_102__ba64a9c641783cad9eb66c0f531c2400"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '465'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '465'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 233
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 233
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__ce0b92d1c86754da573f0c9d58d6a9bc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__3412a0a2327a513043f6a463cda313ef"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__9480c5cc5b027d069d8e2db445aee3c7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__875f436dfa0eb3fdfbe032f8e6d681a5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__9480c5cc5b027d069d8e2db445aee3c7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_ec4f2a280aaee702f16408cba07c6d5d",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_233__ce0b92d1c86754da573f0c9d58d6a9bc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '473'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '473'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 16
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 16
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__a9af4e18790e86c2e80d90718002ab45"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__94229b72b3f140e3e14c936c4731928e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__a9af4e18790e86c2e80d90718002ab45"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__90831b2bd53cf991ead75beab2b02ae2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__c261d822357ace6cd6ecafe036fdd921"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__90831b2bd53cf991ead75beab2b02ae2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__68c52edf8fa56c05b2c73fe780f7756c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__7a4ae4221784d21aade560a031d1cd98"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__68c52edf8fa56c05b2c73fe780f7756c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__a9af4e18790e86c2e80d90718002ab45"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__a9af4e18790e86c2e80d90718002ab45"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_5d1c3b4b66ea5ae804f50d464665ee53",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_16__94229b72b3f140e3e14c936c4731928e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '475'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '475'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 13
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 13
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__ecfefa54aa8d19fdea951979d5a8004e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__8dd474c35f8cc48b33003ad4065a904d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__ecfefa54aa8d19fdea951979d5a8004e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__2d8d13031502e8b36df4bbcbf2ec20df"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__7dc994768546576f95a695d0c4525fdf"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__2d8d13031502e8b36df4bbcbf2ec20df"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__d1b92845a7f7a26154af10560096bc72"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__3e148650bb85ed80c692f76fe6271a41"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__d1b92845a7f7a26154af10560096bc72"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__ecfefa54aa8d19fdea951979d5a8004e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__ecfefa54aa8d19fdea951979d5a8004e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_b21671e59f9c7a03e4e1b5816b1f1f73",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_13__8dd474c35f8cc48b33003ad4065a904d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '478'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '478'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 225
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 225
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__212f8e493e6db6de07d433fb3074fcfa"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__7a62a1634a6e48e3957b6c7997c27543"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__212f8e493e6db6de07d433fb3074fcfa"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__f50ef55cf460d4157e01087e8246adb9"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__d40daf5de8c83e5a736d3e0ec4ca6ba6"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__6621ca6bce9e8aec540a908dd7b4109c"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__d40daf5de8c83e5a736d3e0ec4ca6ba6"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__212f8e493e6db6de07d433fb3074fcfa"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__212f8e493e6db6de07d433fb3074fcfa"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_59f179d505343e7b1909638e3c7b938c",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_225__7a62a1634a6e48e3957b6c7997c27543"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '485'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '485'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 280
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 280
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__14d3a188dd388a2322f3661518d2b79e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__fcfe60c67ef381ee5e4d97015957a21f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__14d3a188dd388a2322f3661518d2b79e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__fb55b670f327e3100aca88b7a098f760"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__4c16c5d314e55873f095e13f0657c840"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__8bb63c3e48ffe6946a6a636c74425f05"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__4c16c5d314e55873f095e13f0657c840"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__14d3a188dd388a2322f3661518d2b79e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__14d3a188dd388a2322f3661518d2b79e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_be1264d6bf93925b717fdee63418a115",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_280__fcfe60c67ef381ee5e4d97015957a21f"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '487'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '487'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 126
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 126
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__66537414bc526c67a42633c9cbf6d414"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__307fbce889b7e9c5994ec93e237aabd5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__66537414bc526c67a42633c9cbf6d414"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__a13fc6b0fed830860deee4e94fdb33b0"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__0c9210d03052ab746893bd9e0c4ced82"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__e942ca92d8e94282b4b11a621cd2e147"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__0c9210d03052ab746893bd9e0c4ced82"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__66537414bc526c67a42633c9cbf6d414"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__66537414bc526c67a42633c9cbf6d414"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d1725d6c3e4820bb8b6bed5a2c05f50a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_126__307fbce889b7e9c5994ec93e237aabd5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '488'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '488'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 120
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 120
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__c4cc621a2dea69d47a379ad1b95b0ff1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__cae0d5b235cf01eba540934b08a8c484"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__08cbab1af1620c3481e2a1ec603b9470"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__bbf6204522a7d21920a339be84dde9a2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__08cbab1af1620c3481e2a1ec603b9470"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_d00e07dd34f70985b3c699c1dfa104cc",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_120__c4cc621a2dea69d47a379ad1b95b0ff1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '501'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '501'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 263
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 263
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__e0a45e080e9fa70fdec8c5f896d5bad5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__c71578c1bc0eac2e3f8a25be54e5d53b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__c49ced5fac503f9b8944a3e643a64bf6"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__892730437f134ae5355db31fc5311931"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__c49ced5fac503f9b8944a3e643a64bf6"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_0768eee6f5f466db73d2755ee97f6a5a",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_263__e0a45e080e9fa70fdec8c5f896d5bad5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '505'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '505'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 274
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 274
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1e67489f54b94b8d37646178272aa875"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__2a51d51315be6d3a024970fc754a4e66"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__67ce598b1545ec9a9db665ea6f79fb4b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__2a51d51315be6d3a024970fc754a4e66"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__f3b82bbfe35a3dc2b46ebe4ea98f1eb2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__982578fd13ee594a49af7d881dc4b4cc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__f3b82bbfe35a3dc2b46ebe4ea98f1eb2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1e67489f54b94b8d37646178272aa875"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '506'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '506'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 260
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 260
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__046a654584ec030ecd9d0df163d11ec8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__0bfede2e51f928e6c6e1ffa4cfbefca1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__568a5f3a13792cda71bb4d5766259e32"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__0bfede2e51f928e6c6e1ffa4cfbefca1"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__7d3324dce1a7e552f81bc6863c82422d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__cc03898286c2e6f44d1983aa504a2ecb"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__7d3324dce1a7e552f81bc6863c82422d"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_0e6bb8985224d1d0ba87cfb7a8c91641",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_260__046a654584ec030ecd9d0df163d11ec8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30:03 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '507'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '507'"
}
DEBUG 08:30: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 08:30:03 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 267
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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": 267
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__a3e9996c7f3277bac0da42cbd9a11089"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__98055969a4b2ee064955cc1112367387"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__a2696d36c180f627c898cf6bcb980d0a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__0b4fe52f7651644692190dcb599cbdd4"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__a2696d36c180f627c898cf6bcb980d0a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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_auto_955cb4a09338aa8ecfbbc97d809dc2ae",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 08:30:03 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_267__a3e9996c7f3277bac0da42cbd9a11089"
    },
    "types": {
        "1": 2
    }
}
DEBUG 08:30: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 08:30: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": 1761726603,
        "2": "document_170"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_170\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_170 from cache
{
    "key": "document_170"
}
DEBUG 08:30:03 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 08:30: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": 1761726603,
        "2": "document_properties_170"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_170\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_properties_170 from cache
{
    "key": "document_properties_170"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 08:30: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 08:30: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
    }
}
CRITICAL 08:30:04 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/bc/4b/0a4bbc): Failed to open stream: Datei oder Verzeichnis nicht gefunden" at FileProfilerStorage.php line 177
{
    "exception": {}
}
DEBUG 08:30: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 08:30: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=_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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30:03 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30: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 08:30:03 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30:03 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 08:30: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 08:30:03 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 08:30: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": 1761726603,
        "2": "document_164"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_164\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_164 from cache
{
    "key": "document_164"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_165"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_165\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_165 from cache
{
    "key": "document_165"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_151"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_151\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_151 from cache
{
    "key": "document_151"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_152"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_152 from cache
{
    "key": "document_152"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_153"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_153\u0001tags\u0001",
        "3": "asset_14\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_153 from cache
{
    "key": "document_153"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_154"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_154\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_154 from cache
{
    "key": "document_154"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_155"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_155\u0001tags\u0001",
        "3": "asset_25\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_155 from cache
{
    "key": "document_155"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_156"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_156\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_156 from cache
{
    "key": "document_156"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_48"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_48 from cache
{
    "key": "document_48"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_52"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_52\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_52 from cache
{
    "key": "document_52"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_112"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_112 from cache
{
    "key": "document_112"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_49"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_49 from cache
{
    "key": "document_49"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_113"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_113\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_113 from cache
{
    "key": "document_113"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_39"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_39\u0001tags\u0001",
        "3": "asset_345\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_39 from cache
{
    "key": "document_39"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_50"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_50\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_50 from cache
{
    "key": "document_50"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_38"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_38\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_38 from cache
{
    "key": "document_38"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_51"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_51 from cache
{
    "key": "document_51"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_95"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_95 from cache
{
    "key": "document_95"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_110"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "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 08:30:03 cache Successfully got data for key document_110 from cache
{
    "key": "document_110"
}
DEBUG 08:30: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": 1761726603,
        "2": "document_88"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30: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": 1761726603,
        "2": "document_88\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 08:30:03 cache Successfully got data for key document_88 from cache
{
    "key": "document_88"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 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 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 08:30:03 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 08:30:03 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 08:30: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 08:30: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": "/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396",
        "2": "path",
        "3": "auto_create",
        "4": "/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396?page=1",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/de/shop/Ersatzteile/Beleuchtung/Ruckleuchten~c396?page=1",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 08:30: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 08:30:04 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30: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 08:30:04 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 08:30: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"
}

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/bc/4b/0a4bbc): 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()