Log Messages
Level (7)
Channel (4)
Time | Message |
---|---|
deprecation |
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#33212 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:512 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:512 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › |
info |
Matched route "admin_seo" .
request
[ "route" => "admin_seo" "route_parameters" => [ "_route" => "admin_seo" "_controller" => "Data\Controller\Admin\DashboardSeoController::index" ] "request_uri" => "https://antech-data-dev.ws4k.ru/seo?crudAction=edit&crudControllerFqcn=Data%5CController%5CAdmin%5CSeo%5CSeoContentProductCustomCrudController&entityFqcn=Shared%5CEntity%5CMain%5CSeo%5CSeoContent&entityId=1067&filters%5Bis_published%5D=1" "method" => "GET" ] |
debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 1 ] |
debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
debug |
Read existing security token from the session.
security
[ "key" => "_security_main" "token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken" ] |
deprecation |
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,
and "IDENTITY" when using DBAL 4,
so you should probably use the following configuration before upgrading to DBAL 4,
and remove it after deploying that upgrade:
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]);
(ClassMetadataFactory.php:635 called by ClassMetadataFactory.php:546, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
deprecation
[ "exception" => ErrorException {#719 #message: """ User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n results in SERIAL, which is not recommended.\n Instead, configure identifier generation strategies explicitly through\n configuration.\n We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,\n and "IDENTITY" when using DBAL 4,\n so you should probably use the following configuration before upgrading to DBAL 4,\n and remove it after deploying that upgrade:\n \n $configuration->setIdentityGenerationPreferences([\n "Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n ]);\n (ClassMetadataFactory.php:635 called by ClassMetadataFactory.php:546, https://github.com/doctrine/orm/issues/8893, package doctrine/orm) """ #code: 0 #file: "/var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php" #line: 210 #severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › { /var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › |
info |
Connecting with parameters [ "driver" => "pdo_pgsql" "host" => "rc1a-mjmw77gn7vp2glbd.mdb.yandexcloud.net" "port" => 6432 "user" => "antech" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "antech_main" "serverVersion" => "16" "charset" => "utf8" ]
doctrine
[ "params" => [ "driver" => "pdo_pgsql" "host" => "rc1a-mjmw77gn7vp2glbd.mdb.yandexcloud.net" "port" => 6432 "user" => "antech" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "antech_main" "serverVersion" => "16" "charset" => "utf8" ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.plain_password AS plain_password_6, t0.is_active AS is_active_7, t8.id AS id_9, t8.name AS name_10, t8.email AS email_11, t8.user_id AS user_id_12 FROM symfony_user t0 LEFT JOIN person t8 ON t8.user_id = t0.id WHERE t0.id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.plain_password AS plain_password_6, t0.is_active AS is_active_7, t8.id AS id_9, t8.name AS name_10, t8.email AS email_11, t8.user_id AS user_id_12 FROM symfony_user t0 LEFT JOIN person t8 ON t8.user_id = t0.id WHERE t0.id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.person_id AS person_id_3 FROM manager t0 WHERE t0.person_id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.person_id AS person_id_3 FROM manager t0 WHERE t0.person_id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
debug |
User was reloaded from a user provider.
security
[ "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" "username" => "iv4dev@gmail.com" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id WHERE t0.id = ?" (parameters: [ 1 => "1067" ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id WHERE t0.id = ?" "params" => [ 1 => "1067" ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.base_path AS base_path_4, t0.short_title AS short_title_5 FROM seo_type t0 WHERE t0.id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.base_path AS base_path_4, t0.short_title AS short_title_5 FROM seo_type t0 WHERE t0.id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" ] |
debug |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "ContainerSYPI0gz\RequestPayloadValueResolverGhostBc64508::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerSYPI0gz\RequestPayloadValueResolverGhostBc64508::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
deprecation |
User Deprecated: Since easycorp/easyadmin-bundle 4.4.0: The value passed as the $icon argument in "FormField::setIcon()" method must be the full FontAwesome CSS class of the icon. For example, if you passed "user" before, you now must pass "fa fa-user" (or any style variant like "fa fa-solid fa-user").
deprecation
10 times
[ "exception" => ErrorException {#2076 #message: "User Deprecated: Since easycorp/easyadmin-bundle 4.4.0: The value passed as the $icon argument in "FormField::setIcon()" method must be the full FontAwesome CSS class of the icon. For example, if you passed "user" before, you now must pass "fa fa-user" (or any style variant like "fa fa-solid fa-user")." #code: 0 #file: "/var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Field/FormField.php" #line: 189 #severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Field/FormField.php:189 { EasyCorp\Bundle\EasyAdminBundle\Field\FormField->fixIconFormat(?string $icon, string $methodName): ?string … › { /var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Field/FormField.php:189 { EasyCorp\Bundle\EasyAdminBundle\Field\FormField->fixIconFormat(?string $icon, string $methodName): ?string … › |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
deprecation |
User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\JoinColumnMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by CommonPreConfigurator.php:201, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)
deprecation
[ "exception" => ErrorException {#2264 #message: "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\JoinColumnMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by CommonPreConfigurator.php:201, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)" #code: 0 #file: "/var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php" #line: 210 #severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › { /var/www/dev_antech_base/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.plain_password AS plain_password_6, t0.is_active AS is_active_7, t8.id AS id_9, t8.name AS name_10, t8.email AS email_11, t8.user_id AS user_id_12 FROM symfony_user t0 LEFT JOIN person t8 ON t8.user_id = t0.id WHERE t0.id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.plain_password AS plain_password_6, t0.is_active AS is_active_7, t8.id AS id_9, t8.name AS name_10, t8.email AS email_11, t8.user_id AS user_id_12 FROM symfony_user t0 LEFT JOIN person t8 ON t8.user_id = t0.id WHERE t0.id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.person_id AS person_id_3 FROM manager t0 WHERE t0.person_id = ?" (parameters: [ 1 => 28 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.person_id AS person_id_3 FROM manager t0 WHERE t0.person_id = ?" "params" => [ 1 => 28 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id INNER JOIN seo_content_seo_content ON t0.id = seo_content_seo_content.seo_content_source WHERE seo_content_seo_content.seo_content_target = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id INNER JOIN seo_content_seo_content ON t0.id = seo_content_seo_content.seo_content_source WHERE seo_content_seo_content.seo_content_target = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id INNER JOIN seo_content_seo_content ON t0.id = seo_content_seo_content.seo_content_target WHERE seo_content_seo_content.seo_content_source = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.description AS description_5, t0.slug AS slug_6, t0.short_title AS short_title_7, t0.modified_at AS modified_at_8, t0.priority AS priority_9, t0.url AS url_10, t0.is_published AS is_published_11, t0.bitrix_id AS bitrix_id_12, t0.keywords AS keywords_13, t0.menu_title AS menu_title_14, t0.is_problems AS is_problems_15, t0.is_ready AS is_ready_16, t0.problems_string AS problems_string_17, t0.search_string AS search_string_18, t0.vote_count AS vote_count_19, t0.vote_sum AS vote_sum_20, t0.meta_ok AS meta_ok_21, t0.notice_field AS notice_field_22, t0.voc_code AS voc_code_23, t0.sort_order AS sort_order_24, t25.id AS id_26, t25.value AS value_27, t25.content_id AS content_id_28, t0.seo_type_id AS seo_type_id_29, t0.parent_id AS parent_id_30, t31.id AS id_32, t31.xml_id AS xml_id_33, t31.price_base AS price_base_34, t31.price_old AS price_old_35, t31.price_min AS price_min_36, t31.price_d1 AS price_d1_37, t31.price_d2 AS price_d2_38, t31.price_d1_from AS price_d1_from_39, t31.price_d2_from AS price_d2_from_40, t31.stock AS stock_41, t31.custom AS custom_42, t31.is_hit AS is_hit_43, t31.is_new AS is_new_44, t31.is_sale AS is_sale_45, t31.title AS title_46, t31.search AS search_47, t31.by_count AS by_count_48, t31.price_personal_from AS price_personal_from_49, t31.exclusive_dev AS exclusive_dev_50, t31.vendor_code AS vendor_code_51, t31.external_code AS external_code_52, t31.sort_order AS sort_order_53, t31.length AS length_54, t31.width AS width_55, t31.height AS height_56, t31.size_count AS size_count_57, t31.content_id AS content_id_58, t31.color_id AS color_id_59, t31.mark_id AS mark_id_60, t31.fluid_id AS fluid_id_61, t31.construction_id AS construction_id_62, t0.last_edit_user_id AS last_edit_user_id_63 FROM seo_content t0 LEFT JOIN seo_raw t25 ON t25.content_id = t0.id LEFT JOIN seo_product t31 ON t31.content_id = t0.id INNER JOIN seo_content_seo_content ON t0.id = seo_content_seo_content.seo_content_target WHERE seo_content_seo_content.seo_content_source = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.text AS text_4, t0.raw_value AS raw_value_5, t0.bitrix_id AS bitrix_id_6, t0.sort_order AS sort_order_7, t0.content_id AS content_id_8 FROM seo_paragraph t0 WHERE t0.content_id = ? ORDER BY t0.id ASC" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.text AS text_4, t0.raw_value AS raw_value_5, t0.bitrix_id AS bitrix_id_6, t0.sort_order AS sort_order_7, t0.content_id AS content_id_8 FROM seo_paragraph t0 WHERE t0.content_id = ? ORDER BY t0.id ASC" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.seo_name AS seo_name_2, t0.alt_text AS alt_text_3, t0.sort_order AS sort_order_4, t0.is_page_preview AS is_page_preview_5, t0.raw_name AS raw_name_6, t0.old_path AS old_path_7, t0.default_alt_text AS default_alt_text_8, t0.paragraph_id AS paragraph_id_9, t0.content_id AS content_id_10 FROM seo_image t0 WHERE t0.content_id = ? ORDER BY t0.id ASC" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.seo_name AS seo_name_2, t0.alt_text AS alt_text_3, t0.sort_order AS sort_order_4, t0.is_page_preview AS is_page_preview_5, t0.raw_name AS raw_name_6, t0.old_path AS old_path_7, t0.default_alt_text AS default_alt_text_8, t0.paragraph_id AS paragraph_id_9, t0.content_id AS content_id_10 FROM seo_image t0 WHERE t0.content_id = ? ORDER BY t0.id ASC" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.url AS url_2, t0.title AS title_3, t0.thumbnail_url AS thumbnail_url_4, t0.created_at AS created_at_5, t0.description AS description_6, t0.slug AS slug_7, t0.title_default AS title_default_8, t0.description_default AS description_default_9, t0.content_id AS content_id_10 FROM seo_video t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.title AS title_3, t0.thumbnail_url AS thumbnail_url_4, t0.created_at AS created_at_5, t0.description AS description_6, t0.slug AS slug_7, t0.title_default AS title_default_8, t0.description_default AS description_default_9, t0.content_id AS content_id_10 FROM seo_video t0 WHERE t0.content_id = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.title AS title_3, t0.description AS description_4, t0.old_path AS old_path_5, t0.content_id AS content_id_6 FROM seo_file t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.title AS title_3, t0.description AS description_4, t0.old_path AS old_path_5, t0.content_id AS content_id_6 FROM seo_file t0 WHERE t0.content_id = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM old_slug t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM old_slug t0 WHERE t0.content_id = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM old_url t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM old_url t0 WHERE t0.content_id = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.seo_name AS seo_name_2, t0.alt_text AS alt_text_3, t0.sort_order AS sort_order_4, t0.is_page_preview AS is_page_preview_5, t0.raw_name AS raw_name_6, t0.old_path AS old_path_7, t0.default_alt_text AS default_alt_text_8, t0.paragraph_id AS paragraph_id_9, t0.content_id AS content_id_10 FROM seo_image t0 WHERE t0.paragraph_id = ?" (parameters: [ 1 => 688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.seo_name AS seo_name_2, t0.alt_text AS alt_text_3, t0.sort_order AS sort_order_4, t0.is_page_preview AS is_page_preview_5, t0.raw_name AS raw_name_6, t0.old_path AS old_path_7, t0.default_alt_text AS default_alt_text_8, t0.paragraph_id AS paragraph_id_9, t0.content_id AS content_id_10 FROM seo_image t0 WHERE t0.paragraph_id = ?" "params" => [ 1 => 688 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_options t0 INNER JOIN seo_product_seo_product_options ON t0.id = seo_product_seo_product_options.seo_product_options_id WHERE seo_product_seo_product_options.seo_product_id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_options t0 INNER JOIN seo_product_seo_product_options ON t0.id = seo_product_seo_product_options.seo_product_options_id WHERE seo_product_seo_product_options.seo_product_id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_purpose t0 INNER JOIN seo_product_seo_product_purpose ON t0.id = seo_product_seo_product_purpose.seo_product_purpose_id WHERE seo_product_seo_product_purpose.seo_product_id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_purpose t0 INNER JOIN seo_product_seo_product_purpose ON t0.id = seo_product_seo_product_purpose.seo_product_purpose_id WHERE seo_product_seo_product_purpose.seo_product_id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_segment t0 INNER JOIN seo_product_seo_product_segment ON t0.id = seo_product_seo_product_segment.seo_product_segment_id WHERE seo_product_seo_product_segment.seo_product_id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.icon AS icon_4, t0.bitrix_code AS bitrix_code_5, t0.bitrix_id AS bitrix_id_6, t0.description AS description_7 FROM seo_product_segment t0 INNER JOIN seo_product_seo_product_segment ON t0.id = seo_product_seo_product_segment.seo_product_segment_id WHERE seo_product_seo_product_segment.seo_product_id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.base_path AS base_path_3, s0_.short_title AS short_title_4 FROM seo_type s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.base_path AS base_path_3, s0_.short_title AS short_title_4 FROM seo_type s0_" ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.meta_title AS meta_title_1, s0_.meta_description AS meta_description_2, s0_.title AS title_3, s0_.description AS description_4, s0_.slug AS slug_5, s0_.short_title AS short_title_6, s0_.modified_at AS modified_at_7, s0_.priority AS priority_8, s0_.url AS url_9, s0_.is_published AS is_published_10, s0_.bitrix_id AS bitrix_id_11, s0_.keywords AS keywords_12, s0_.menu_title AS menu_title_13, s0_.is_problems AS is_problems_14, s0_.is_ready AS is_ready_15, s0_.problems_string AS problems_string_16, s0_.search_string AS search_string_17, s0_.vote_count AS vote_count_18, s0_.vote_sum AS vote_sum_19, s0_.meta_ok AS meta_ok_20, s0_.notice_field AS notice_field_21, s0_.voc_code AS voc_code_22, s0_.sort_order AS sort_order_23, s0_.seo_type_id AS seo_type_id_24, s0_.parent_id AS parent_id_25, s0_.last_edit_user_id AS last_edit_user_id_26 FROM seo_content s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.meta_title AS meta_title_1, s0_.meta_description AS meta_description_2, s0_.title AS title_3, s0_.description AS description_4, s0_.slug AS slug_5, s0_.short_title AS short_title_6, s0_.modified_at AS modified_at_7, s0_.priority AS priority_8, s0_.url AS url_9, s0_.is_published AS is_published_10, s0_.bitrix_id AS bitrix_id_11, s0_.keywords AS keywords_12, s0_.menu_title AS menu_title_13, s0_.is_problems AS is_problems_14, s0_.is_ready AS is_ready_15, s0_.problems_string AS problems_string_16, s0_.search_string AS search_string_17, s0_.vote_count AS vote_count_18, s0_.vote_sum AS vote_sum_19, s0_.meta_ok AS meta_ok_20, s0_.notice_field AS notice_field_21, s0_.voc_code AS voc_code_22, s0_.sort_order AS sort_order_23, s0_.seo_type_id AS seo_type_id_24, s0_.parent_id AS parent_id_25, s0_.last_edit_user_id AS last_edit_user_id_26 FROM seo_content s0_" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 960 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 960 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 32 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 32 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 32 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 32 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 53 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 53 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 53 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 53 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 54 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 54 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 54 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 54 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 177 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 177 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 181 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 181 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 34 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 34 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 34 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 34 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 35 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 35 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 35 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 35 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 186 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 186 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 306 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 306 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 948 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 948 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 482 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 482 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 52 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 52 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 52 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 52 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1287 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1287 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 29 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 29 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 29 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 29 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 495 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 495 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 188 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 188 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 25 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 25 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 25 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 25 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 28 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 28 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 28 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 28 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 524 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 524 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 43 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 43 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 43 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 43 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 44 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 44 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 44 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 44 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 47 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 47 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 47 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 47 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 689 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 689 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 944 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 944 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 48 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 48 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 48 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 48 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 50 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 50 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 50 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 50 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 40 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 40 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 40 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 40 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 46 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 46 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 46 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 46 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 941 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 941 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 64 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 64 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 64 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 64 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 642 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 642 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 68 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 68 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 68 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 68 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 61 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 61 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 61 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 61 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1289 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1289 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 11 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 11 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 11 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 11 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 67 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 67 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 67 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 67 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 13 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 13 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 13 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 13 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 60 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 60 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 60 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 60 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 59 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 59 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 59 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 59 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 940 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 940 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 85 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 85 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 85 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 85 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 566 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 566 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 55 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 55 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 55 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 55 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 80 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 80 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 80 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 80 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 82 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 82 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 82 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 82 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 83 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 83 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 83 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 83 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 666 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 666 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 65 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 65 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 65 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 65 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 77 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 77 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 77 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 77 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 79 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 79 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 79 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 79 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 97 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 97 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 97 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 97 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 937 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 937 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 98 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 98 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 98 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 98 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 91 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 91 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 91 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 91 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 680 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 680 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 680 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 680 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 99 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 99 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 99 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 99 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 586 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 586 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 586 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 586 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 682 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 682 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1290 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1290 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 450 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 450 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 71 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 71 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 71 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 71 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 107 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 107 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 76 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 76 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 76 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 76 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 104 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 104 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 592 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 592 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 592 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 592 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 189 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 189 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 118 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 118 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 694 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 694 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 935 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 935 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 772 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 772 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 499 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 499 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 687 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 687 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 109 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 109 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 743 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 743 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 127 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 127 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 933 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 933 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1293 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1293 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 128 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 128 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 927 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 927 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 62 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 62 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 62 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 62 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 509 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 509 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 509 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 509 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 227 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 227 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 37 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 37 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 37 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 37 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 568 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 568 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1018 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1018 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 38 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 38 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 195 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 195 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 725 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 725 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 398 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 398 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 593 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 593 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 593 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 593 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 926 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 926 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1298 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1298 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 924 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 924 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 42 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 42 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 42 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 42 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 496 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 496 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 130 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 130 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 125 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 125 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 198 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 198 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 705 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 705 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 705 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 705 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 520 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 520 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 623 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 623 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 199 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 199 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 723 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 723 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 723 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 723 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 70 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 70 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 70 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 70 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 724 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 724 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 724 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 724 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1033 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1033 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 726 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 726 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 726 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 726 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 200 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 200 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 722 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 722 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 263 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 263 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 268 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 268 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 738 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 738 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 738 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 738 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 774 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 774 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 349 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 349 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 922 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 922 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 539 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 539 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 730 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 730 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 731 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 731 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 731 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 731 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 732 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 732 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 728 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 728 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 729 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 729 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 733 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 733 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 733 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 733 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 734 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 734 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 740 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 740 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 202 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 202 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 136 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 136 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 546 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 546 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1036 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1036 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 155 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 155 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 100 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 100 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 719 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 719 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 921 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 921 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 470 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 470 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 776 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 776 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1040 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1040 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 777 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 777 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1037 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1037 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 148 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 148 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 191 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 191 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 286 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 286 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 617 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 617 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 913 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 913 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 913 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 913 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 416 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 416 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 172 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 172 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 601 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 601 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 910 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 910 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1304 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1304 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 303 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 303 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 417 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 417 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 179 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 179 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 779 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 779 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 569 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 569 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 569 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 569 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 578 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 578 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 908 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 908 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 205 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 205 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 212 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 212 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 157 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 157 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 570 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 570 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 333 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 333 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 665 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 665 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 664 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 664 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 906 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 906 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 218 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 218 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 327 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 327 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 905 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 905 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 771 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 771 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 771 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 771 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 193 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 193 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 214 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 214 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 559 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 559 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 215 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 215 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 246 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 246 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 10 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 10 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 10 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 10 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 582 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 582 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 443 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 443 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 739 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 739 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 739 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 739 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 704 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 704 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 704 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 704 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 890 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 890 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 781 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 781 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 26 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 26 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 26 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 26 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 677 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 677 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 677 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 677 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 702 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 702 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 248 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 248 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 839 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 839 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 782 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 782 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 783 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 783 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 103 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 103 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 110 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 110 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 737 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 737 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 540 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 540 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 562 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 562 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 784 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 784 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 785 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 785 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 786 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 786 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 612 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 612 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 837 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 837 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 217 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 217 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 164 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 164 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 220 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 220 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 614 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 614 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 834 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 834 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 467 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 467 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 129 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 129 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 688 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 688 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 616 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 616 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1056 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1056 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 654 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 654 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 654 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 654 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 833 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 833 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 571 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 571 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 253 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 253 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1059 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1059 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 295 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 295 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 301 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 301 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 788 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 788 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 788 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 788 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 580 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 580 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 830 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 830 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 176 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 176 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 336 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 336 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 575 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 575 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 170 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 170 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 465 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 465 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 472 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 472 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 670 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 670 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 828 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 828 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 789 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 789 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 74 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 74 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 74 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 74 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 338 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 338 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 339 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 339 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 674 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 674 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 790 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 790 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 791 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 791 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 826 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 826 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 350 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 350 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 352 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 352 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 230 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 230 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 351 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 351 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 793 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 793 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 793 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 793 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 353 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 353 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 49 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 49 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 49 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 49 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 792 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 792 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 794 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 794 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 359 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 359 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 256 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 256 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 769 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 769 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 825 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 825 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 358 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 358 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 545 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 545 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 775 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 775 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 192 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 192 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 478 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 478 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 543 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 543 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 700 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 700 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 824 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 824 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 563 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 563 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 778 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 778 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 628 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 628 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 780 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 780 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 226 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 226 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 516 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 516 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 56 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 56 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 56 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 56 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 787 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 787 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 243 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 243 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 375 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 375 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 821 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 821 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 526 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 526 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 690 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 690 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 73 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 73 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 73 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 73 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 463 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 463 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 735 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 735 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 735 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 735 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 820 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 820 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 510 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 510 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1307 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1307 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 534 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 534 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1055 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1055 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 194 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 194 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 235 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 235 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 535 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 535 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 736 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 736 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 815 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 815 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 106 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 106 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 770 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 770 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 814 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 814 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 304 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 304 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 619 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 619 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 768 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 768 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 231 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 231 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 573 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 573 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 8 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 8 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 8 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 8 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 773 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 773 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 773 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 773 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 19 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 19 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 19 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 19 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 17 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 17 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 17 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 17 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 583 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 583 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 434 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 434 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 437 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 437 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 810 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 810 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 810 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 810 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 121 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 121 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 209 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 209 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 808 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 808 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 808 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 808 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 101 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 101 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 113 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 113 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 251 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 251 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 259 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 259 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 596 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 596 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 596 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 596 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1318 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1318 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 210 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 210 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 261 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 261 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 446 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 446 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 621 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 621 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 753 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 753 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 753 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 753 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 41 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 41 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 41 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 41 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 624 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 624 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 806 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 806 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 806 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 806 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 140 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 140 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 262 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 262 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 748 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 748 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 748 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 748 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 630 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 630 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 281 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 281 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 272 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 272 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 458 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 458 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 798 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 798 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 241 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 241 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 265 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 265 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 313 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 313 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1322 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1322 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1125 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1125 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1057 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1057 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 221 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 221 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 216 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 216 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 500 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 500 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 608 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 608 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 233 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 233 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 469 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 469 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1126 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1126 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 267 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 267 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 631 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 631 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 325 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 325 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 133 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 133 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 283 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 283 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 228 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 228 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 537 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 537 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1325 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1325 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1058 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1058 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1259 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1259 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 58 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 58 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 58 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 58 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 119 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 119 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1191 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1191 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 672 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 672 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1275 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1275 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 744 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 744 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 473 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 473 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 290 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 290 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 475 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 475 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1344 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1344 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 476 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 476 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 712 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 712 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1260 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1260 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 250 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 250 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 502 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 502 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1345 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1345 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 741 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 741 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 741 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 741 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 796 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 796 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 989 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 989 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1261 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1261 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1262 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1262 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 204 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 204 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 300 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 300 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 242 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 242 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1346 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1346 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1171 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1171 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 797 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 797 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 797 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 797 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 802 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 802 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 180 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 180 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1347 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1347 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 493 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 493 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 494 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 494 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1263 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1263 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 799 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 799 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 800 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 800 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 801 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 801 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 801 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 801 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 803 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 803 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 487 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 487 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 266 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 266 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 296 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 296 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 152 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 152 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1351 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1351 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 765 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 765 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 7 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 7 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 7 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 7 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 277 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 277 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 274 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 274 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 278 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 278 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 497 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 497 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 244 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 244 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 503 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 503 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 347 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 347 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1354 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1354 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 994 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 994 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 492 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 492 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1355 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1355 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 293 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 293 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 305 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 305 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 479 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 479 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1356 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1356 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 752 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 752 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 298 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 298 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 289 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 289 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 203 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 203 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 208 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 208 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 632 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 632 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1357 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1357 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 112 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 112 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 307 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 307 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 219 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 219 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 522 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 522 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1358 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1358 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 308 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 308 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 120 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 120 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 124 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 124 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 541 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 541 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1359 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1359 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 547 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 547 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 633 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 633 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 232 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 232 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 257 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 257 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 548 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 548 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 141 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 141 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 206 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 206 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 326 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 326 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 636 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 636 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1265 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1265 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1364 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1364 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 182 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 182 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 269 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 269 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 381 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 381 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 461 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 461 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 454 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 454 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 641 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 641 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 211 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 211 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 275 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 275 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 663 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 663 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 142 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 142 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 577 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 577 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 646 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 646 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 143 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 143 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1384 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1384 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 751 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 751 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 299 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 299 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 501 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 501 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 249 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 249 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 314 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 314 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1396 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1396 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 151 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 151 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 368 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 368 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 667 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 667 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 149 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 149 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 213 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 213 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1409 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1409 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 273 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 273 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 324 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 324 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 671 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 671 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 329 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 329 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 589 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 589 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1415 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1415 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 590 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 590 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 590 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 590 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 357 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 357 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 813 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 813 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 676 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 676 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 284 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 284 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 160 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 160 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 439 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 439 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 161 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 161 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 678 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 678 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 678 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 678 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 225 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 225 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 223 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 223 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 229 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 229 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 310 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 310 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 407 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 407 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 408 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 408 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 679 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 679 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 679 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 679 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 245 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 245 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 438 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 438 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 409 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 409 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 816 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 816 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 595 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 595 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 320 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 320 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1427 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1427 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 322 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 322 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 166 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 166 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 167 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 167 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 683 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 683 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 426 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 426 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 419 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 419 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 162 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 162 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 279 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 279 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 282 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 282 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 513 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 513 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 599 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 599 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 599 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 599 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 818 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 818 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 287 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 287 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 389 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 389 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 610 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 610 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 684 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 684 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1061 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1061 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 291 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 291 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 292 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 292 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 750 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 750 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 297 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 297 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 392 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 392 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 686 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 686 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 691 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 691 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 348 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 348 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 441 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 441 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 355 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 355 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 356 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 356 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 374 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 374 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 718 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 718 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 428 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 428 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 402 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 402 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 393 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 393 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 394 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 394 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 401 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 401 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 403 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 403 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 404 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 404 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 456 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 456 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 460 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 460 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 395 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 395 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 396 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 396 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 405 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 405 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 466 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 466 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 553 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 553 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 554 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 554 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 620 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 620 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 418 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 418 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 420 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 420 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 424 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 424 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1212 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1212 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 622 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 622 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 795 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 795 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 429 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 429 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 525 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 525 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1432 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1432 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 555 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 555 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 523 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 523 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 468 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 468 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 344 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 344 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 425 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 425 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 557 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 557 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 430 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 430 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 749 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 749 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 346 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 346 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 627 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 627 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 721 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 721 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 422 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 422 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 427 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 427 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1068 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1068 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1069 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1069 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1070 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1070 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 415 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 415 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 431 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 431 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 432 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 432 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 827 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 827 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 827 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 827 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1071 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1071 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1072 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1072 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1072 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1072 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1073 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1073 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 474 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 474 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 362 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 362 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 531 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 531 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 532 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 532 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 530 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 530 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1074 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1074 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1074 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1074 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1075 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1075 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1076 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1076 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1076 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1076 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 410 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 410 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 442 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 442 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 444 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 444 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1139 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1139 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1077 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1077 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1077 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1077 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1002 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1002 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1078 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1078 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1078 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1078 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 488 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 488 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 406 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 406 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 445 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 445 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 448 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 448 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1079 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1079 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1080 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1080 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1080 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1080 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1081 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1081 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1082 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1082 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 490 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 490 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 835 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 835 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 280 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 280 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 391 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 391 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 449 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 449 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 807 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 807 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 390 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 390 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 145 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 145 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 455 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 455 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 451 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 451 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 504 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 504 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 536 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 536 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1083 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1083 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1084 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1084 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1084 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1084 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1085 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1085 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 508 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 508 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 508 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 508 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 196 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 196 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 551 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 551 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 841 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 841 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 842 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 842 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1086 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1086 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 840 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 840 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1087 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1087 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1088 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1088 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1089 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1089 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1090 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1090 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1091 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1091 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1092 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1092 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1092 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1092 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1093 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1093 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1094 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1094 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1094 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1094 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 386 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 386 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 388 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 388 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 845 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 845 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 846 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 846 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 846 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 846 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 847 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 847 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 847 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 847 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 848 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 848 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 848 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 848 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 849 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 849 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 849 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 849 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 850 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 850 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 851 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 851 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 852 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 852 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 853 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 853 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 853 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 853 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 854 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 854 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 854 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 854 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 855 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 855 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 855 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 855 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1095 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1095 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 844 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 844 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 132 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 132 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 644 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 644 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1096 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1096 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 858 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 858 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 859 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 859 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 860 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 860 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 861 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 861 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 862 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 862 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 863 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 863 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 864 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 864 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 865 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 865 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 866 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 866 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 867 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 867 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 868 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 868 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 869 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 869 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 870 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 870 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 856 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 856 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1097 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1097 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 647 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 647 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1098 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1098 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 137 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 137 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 146 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 146 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1099 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1099 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 873 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 873 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 874 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 874 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 876 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 876 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 877 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 877 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 878 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 878 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 872 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 872 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 872 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 872 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 139 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 139 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 384 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 384 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 397 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 397 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 880 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 880 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 882 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 882 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 883 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 883 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 884 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 884 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 884 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 884 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 885 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 885 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 885 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 885 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 879 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 879 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1100 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1100 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1101 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1101 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1102 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1102 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 649 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 649 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 649 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 649 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 144 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 144 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 400 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 400 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 154 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 154 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1103 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1103 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 886 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 886 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1104 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1104 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1105 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1105 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1106 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1106 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1107 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1107 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 175 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 175 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 891 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 891 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 892 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 892 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 893 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 893 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 894 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 894 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 895 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 895 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 896 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 896 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 897 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 897 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 898 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 898 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 899 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 899 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 900 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 900 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 901 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 901 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 902 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 902 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 889 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 889 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1108 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1108 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1109 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1109 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 187 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 187 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 747 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 747 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 412 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 412 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 413 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 413 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 909 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 909 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1110 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1110 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1111 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1111 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 904 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 904 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 907 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 907 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1112 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1112 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 379 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 379 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 457 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 457 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 512 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 512 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 658 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 658 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 912 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 912 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 912 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 912 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 914 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 914 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 915 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 915 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 916 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 916 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 911 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 911 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1113 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1113 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 158 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 158 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 518 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 518 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 378 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 378 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 917 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 917 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 918 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 918 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 527 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 527 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 376 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 376 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 533 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 533 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 542 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 542 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 746 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 746 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1114 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1114 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1115 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1115 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1116 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1116 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 549 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 549 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 373 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 373 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 923 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 923 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 433 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 433 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 925 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 925 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 745 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 745 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1117 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1117 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 372 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 372 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 440 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 440 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 550 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 550 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 436 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 436 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1190 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1190 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 486 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 486 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 498 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 498 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 556 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 556 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 929 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 929 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 931 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 931 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1118 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1118 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 930 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 930 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 930 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 930 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1119 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1119 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1120 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1120 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 370 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 370 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1121 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1121 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 514 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 514 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 505 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 505 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 505 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 505 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 506 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 506 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 517 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 517 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1122 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1122 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1123 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1123 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1124 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1124 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 447 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 447 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 521 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 521 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 528 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 528 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 742 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 742 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 538 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 538 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 552 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 552 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 452 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 452 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 452 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 452 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 558 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 558 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 453 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 453 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1004 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1004 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1004 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1004 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 668 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 668 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 560 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 560 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 939 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 939 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 369 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 369 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 561 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 561 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 588 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 588 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1060 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1060 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 564 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 564 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1054 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1054 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 367 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 367 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 567 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 567 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 572 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 572 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 942 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 942 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 943 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 943 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 366 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 366 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 574 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 574 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 946 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 946 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1279 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1279 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 576 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 576 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1053 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1053 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 581 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 581 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 365 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 365 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 584 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 584 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 950 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 950 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1048 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1048 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 606 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 606 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 606 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 606 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 955 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 955 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 955 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 955 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 364 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 364 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 464 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 464 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 953 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 953 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 954 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 954 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 477 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 477 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 957 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 957 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1397 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1397 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 207 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 207 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 618 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 618 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 760 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 760 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 361 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 361 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 483 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 483 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 597 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 597 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 598 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 598 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 602 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 602 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 603 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 603 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 484 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 484 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 604 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 604 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 343 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 343 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 961 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 961 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 485 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 485 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 342 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 342 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 607 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 607 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 964 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 964 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 611 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 611 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1282 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1282 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 963 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 963 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 489 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 489 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1044 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1044 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1283 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1283 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 491 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 491 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 615 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 615 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 966 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 966 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 341 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 341 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 507 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 507 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 626 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 626 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1398 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1398 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1284 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1284 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 970 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 970 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 969 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 969 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 511 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 511 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 340 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 340 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 625 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 625 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 975 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 975 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1285 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1285 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1173 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1173 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 974 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 974 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 134 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 134 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 629 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 629 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 977 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 977 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 977 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 977 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 979 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 979 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 515 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 515 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 337 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 337 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1286 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1286 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 519 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 519 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 981 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 981 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1043 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1043 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 335 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 335 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 638 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 638 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 529 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 529 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 685 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 685 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 637 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 637 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1034 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1034 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 224 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 224 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 640 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 640 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1178 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1178 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 986 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 986 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 987 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 987 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 544 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 544 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 332 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 332 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 645 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 645 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 990 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 990 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 990 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 990 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1032 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1032 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 650 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 650 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 331 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 331 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 652 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 652 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 653 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 653 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1025 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1025 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 651 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 651 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 330 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 330 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 655 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 655 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 655 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 655 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 656 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 656 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1181 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1181 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 997 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 997 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 996 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 996 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1288 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1288 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 565 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 565 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 660 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 660 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 661 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 661 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 662 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 662 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 999 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 999 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1022 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1022 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 328 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 328 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 639 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 639 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 659 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 659 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1003 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1003 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 669 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 669 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1013 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1013 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 323 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 323 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 579 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 579 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 643 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 643 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 727 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 727 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 767 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 767 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1005 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1005 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 648 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 648 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 321 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 321 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 675 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 675 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 766 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 766 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1186 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1186 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 147 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 147 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 585 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 585 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 319 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 319 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1012 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1012 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1011 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1011 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1009 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1009 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 318 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 318 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 657 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 657 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1015 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1015 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1017 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1017 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1016 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1016 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 635 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 635 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 316 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 316 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 681 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 681 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1019 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1019 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1020 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1020 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1021 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1021 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 238 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 238 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 693 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 693 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1008 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1008 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1008 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1008 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 315 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 315 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 764 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 764 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1023 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1023 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 697 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 697 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 239 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 239 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1006 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1006 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 634 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 634 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 695 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 695 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1026 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1026 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 312 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 312 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 673 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 673 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1001 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1001 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 699 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 699 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 763 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 763 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1028 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1028 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 703 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 703 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 703 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 703 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 311 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 311 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1000 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1000 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 706 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 706 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 706 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 706 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 707 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 707 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 708 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 708 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1031 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1031 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 762 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 762 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 309 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 309 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 998 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 998 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 163 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 163 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 761 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 761 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1035 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1035 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 302 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 302 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 713 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 713 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 995 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 995 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 714 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 714 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 714 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 714 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1038 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1038 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1038 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1038 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 715 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 715 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 716 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 716 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 716 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 716 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1039 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1039 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 717 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 717 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1144 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1144 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1042 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1042 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1045 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1045 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1041 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1041 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 587 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 587 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 587 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 587 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 992 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 992 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 992 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 992 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 591 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 591 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 591 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 591 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 759 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 759 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1047 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1047 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 169 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 169 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 288 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 288 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 991 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 991 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 294 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 294 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1007 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1007 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1010 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1010 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 173 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 173 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 988 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 988 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 711 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 711 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 804 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 804 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 805 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 805 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 758 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 758 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 985 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 985 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 285 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 285 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 317 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 317 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 594 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 594 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 594 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 594 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 757 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 757 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 710 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 710 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 984 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 984 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 720 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 720 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 276 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 276 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 334 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 334 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 600 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 600 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 817 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 817 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 817 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 817 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1291 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1291 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 983 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 983 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 982 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 982 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 178 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 178 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 271 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 271 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 345 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 345 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 823 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 823 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1192 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1192 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 709 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 709 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 980 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 980 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 363 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 363 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1157 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1157 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 832 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 832 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 836 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 836 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1292 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1292 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 701 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 701 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 270 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 270 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 371 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 371 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 843 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 843 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 843 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 843 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 857 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 857 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 871 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 871 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 871 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 871 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 875 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 875 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 976 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 976 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 976 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 976 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 264 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 264 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 184 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 184 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 185 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 185 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 377 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 377 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 903 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 903 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 605 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 605 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 756 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 756 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 190 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 190 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 380 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 380 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 973 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 973 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 967 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 967 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 609 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 609 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 260 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 260 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 613 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 613 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 382 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 382 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1294 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1294 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1295 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1295 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 698 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 698 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 934 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 934 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 383 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 383 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 385 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 385 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1296 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1296 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 932 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 932 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1297 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1297 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 755 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 755 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 696 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 696 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 254 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 254 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 387 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 387 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 938 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 938 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 754 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 754 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 754 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 754 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 399 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 399 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 692 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 692 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 947 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 947 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 411 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 411 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1299 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1299 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 952 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 952 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 247 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 247 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1300 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1300 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 421 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 421 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 423 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 423 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 951 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 951 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1014 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1014 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1198 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1198 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1145 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1145 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1024 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1024 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1030 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1030 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1029 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1029 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1027 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1027 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1147 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1147 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1301 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1301 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1049 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1049 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1046 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1046 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1052 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1052 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1051 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1051 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1050 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1050 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1050 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1050 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1302 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1302 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1303 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1303 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1065 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1065 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1063 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1063 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1064 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1064 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1062 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1062 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1066 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1066 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1159 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1159 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 819 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 819 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 819 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 819 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 812 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 812 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 812 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 812 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 811 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 811 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 809 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 809 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1160 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1160 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 888 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 888 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 887 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 887 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 838 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 838 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 831 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 831 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 831 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 831 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 829 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 829 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 829 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 829 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 822 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 822 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1305 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1305 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1306 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1306 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 936 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 936 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 928 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 928 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 920 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 920 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 920 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 920 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 919 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 919 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 919 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 919 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1308 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1308 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 959 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 959 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 958 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 958 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 956 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 956 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 949 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 949 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 945 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 945 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 965 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 965 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 962 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 962 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1309 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1309 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 972 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 972 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 971 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 971 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 968 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 968 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1310 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1310 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1142 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1142 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1143 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1143 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1130 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1130 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1132 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1132 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1140 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1140 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1141 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1141 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1311 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1311 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1154 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1154 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1156 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1156 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1161 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1161 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1185 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1185 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1187 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1187 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1314 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1314 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1203 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1203 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1205 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1205 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1206 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1206 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1312 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1312 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1313 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1313 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1315 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1315 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1146 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1146 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1316 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1316 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1167 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1167 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1317 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1317 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1165 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1165 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1166 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1166 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1319 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1319 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1320 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1320 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1170 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1170 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1177 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1177 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1182 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1182 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1321 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1321 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1323 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1323 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1324 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1324 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1201 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1201 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1133 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1133 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1134 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1134 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1138 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1138 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1151 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1151 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1152 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1152 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1153 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1153 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1326 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1326 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1327 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1327 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1174 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1174 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1184 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1184 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1180 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1180 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1199 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1199 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1195 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1195 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1200 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1200 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1202 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1202 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1207 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1207 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1197 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1197 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1328 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1328 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1209 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1209 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1210 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1210 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1208 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1208 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1329 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1329 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1330 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1330 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1213 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1213 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1214 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1214 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1129 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1129 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1137 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1137 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1162 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1162 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1163 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1163 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1218 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1218 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1217 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1217 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1193 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1193 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1196 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1196 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1204 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1204 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1216 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1216 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1331 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1331 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1333 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1333 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1335 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1335 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1332 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1332 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1219 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1219 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1334 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1334 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1336 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1336 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1223 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1223 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1224 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1224 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1221 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1221 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1229 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1229 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1227 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1227 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1228 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1228 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1244 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1244 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1225 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1225 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1226 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1226 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1337 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1337 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1245 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1245 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1252 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1252 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1231 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1231 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1253 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1253 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1379 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1379 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1235 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1235 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1236 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1236 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1233 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1233 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1234 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1234 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1238 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1238 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1240 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1240 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1242 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1242 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1243 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1243 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1239 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1239 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1248 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1248 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1249 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1249 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1338 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1338 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1250 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1250 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1246 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1246 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1247 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1247 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1255 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1255 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1339 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1339 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1343 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1343 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1341 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1341 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1340 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1340 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1254 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1254 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1342 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1342 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1349 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1349 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1350 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1350 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1348 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1348 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1352 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1352 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1353 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1353 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1360 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1360 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1361 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1361 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1362 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1362 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1363 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1363 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1367 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1367 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1369 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1369 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1368 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1368 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1370 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1370 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1365 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1365 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1366 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1366 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1371 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1371 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1372 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1372 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1373 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1373 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1376 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1376 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1377 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1377 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1378 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1378 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1374 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1374 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1375 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1375 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1381 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1381 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1390 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1390 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1382 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1382 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1383 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1383 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1380 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1380 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1391 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1391 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1387 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1387 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1388 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1388 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1385 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1385 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1389 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1389 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1386 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1386 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1395 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1395 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1392 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1392 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1393 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1393 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1394 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1394 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1400 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1400 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1401 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1401 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1402 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1402 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1413 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1413 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1403 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1403 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1399 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1399 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1408 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1408 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1407 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1407 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1405 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1405 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1406 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1406 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1410 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1410 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1411 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1411 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1412 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1412 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1422 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1422 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1423 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1423 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1414 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1414 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1425 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1425 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1424 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1424 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1418 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1418 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1420 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1420 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1421 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1421 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1416 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1416 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1417 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1417 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1419 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1419 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1426 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1426 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1428 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1428 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1127 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1127 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1128 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1128 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1429 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1429 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1433 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1433 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1434 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1434 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1430 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1430 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1431 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1431 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1131 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1131 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1135 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1135 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1136 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1136 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1148 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1148 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1149 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1149 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1150 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1150 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1155 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1155 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1158 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1158 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1164 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1164 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1168 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1168 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1169 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1169 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1172 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1172 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1175 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1175 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1251 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1251 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1176 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1176 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1179 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1179 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1183 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1183 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1188 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1188 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1189 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1189 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1194 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1194 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1211 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1211 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1215 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1215 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1267 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1267 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1220 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1220 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1222 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1222 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1230 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1230 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1232 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1232 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1237 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1237 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1241 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1241 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1256 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1256 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1257 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1257 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1258 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1258 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1264 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1264 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1266 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1266 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1268 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1268 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1269 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1269 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1270 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1270 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1271 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1271 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1272 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1272 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1273 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1273 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1274 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1274 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1276 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1276 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1277 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1277 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1278 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1278 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1280 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1280 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.content_id AS content_id_3 FROM seo_raw t0 WHERE t0.content_id = ?" "params" => [ 1 => 1281 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" (parameters: [ 1 => 1281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.xml_id AS xml_id_2, t0.price_base AS price_base_3, t0.price_old AS price_old_4, t0.price_min AS price_min_5, t0.price_d1 AS price_d1_6, t0.price_d2 AS price_d2_7, t0.price_d1_from AS price_d1_from_8, t0.price_d2_from AS price_d2_from_9, t0.stock AS stock_10, t0.custom AS custom_11, t0.is_hit AS is_hit_12, t0.is_new AS is_new_13, t0.is_sale AS is_sale_14, t0.title AS title_15, t0.search AS search_16, t0.by_count AS by_count_17, t0.price_personal_from AS price_personal_from_18, t0.exclusive_dev AS exclusive_dev_19, t0.vendor_code AS vendor_code_20, t0.external_code AS external_code_21, t0.sort_order AS sort_order_22, t0.length AS length_23, t0.width AS width_24, t0.height AS height_25, t0.size_count AS size_count_26, t0.content_id AS content_id_27, t0.color_id AS color_id_28, t0.mark_id AS mark_id_29, t0.fluid_id AS fluid_id_30, t0.construction_id AS construction_id_31 FROM seo_product t0 WHERE t0.content_id = ?" "params" => [ 1 => 1281 ] "types" => [ 1 => 1 ] ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.email AS email_1, s0_.roles AS roles_2, s0_.password AS password_3, s0_.is_verified AS is_verified_4, s0_.plain_password AS plain_password_5, s0_.is_active AS is_active_6 FROM symfony_user s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.email AS email_1, s0_.roles AS roles_2, s0_.password AS password_3, s0_.is_verified AS is_verified_4, s0_.plain_password AS plain_password_5, s0_.is_active AS is_active_6 FROM symfony_user s0_" ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 29 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 29 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 7 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 7 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 2 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 2 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 25 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 25 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 11 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 11 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 26 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 26 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 4 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 4 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 17 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 17 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 13 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 13 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 10 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 10 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 8 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 8 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 28 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 28 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 19 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 19 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t4.id AS id_5, t4.is_active AS is_active_6, t4.person_id AS person_id_7, t0.user_id AS user_id_8 FROM person t0 LEFT JOIN manager t4 ON t4.person_id = t0.id WHERE t0.user_id = ?" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.seo_name AS seo_name_1, s0_.alt_text AS alt_text_2, s0_.sort_order AS sort_order_3, s0_.is_page_preview AS is_page_preview_4, s0_.raw_name AS raw_name_5, s0_.old_path AS old_path_6, s0_.default_alt_text AS default_alt_text_7, s0_.paragraph_id AS paragraph_id_8, s0_.content_id AS content_id_9 FROM seo_image s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.seo_name AS seo_name_1, s0_.alt_text AS alt_text_2, s0_.sort_order AS sort_order_3, s0_.is_page_preview AS is_page_preview_4, s0_.raw_name AS raw_name_5, s0_.old_path AS old_path_6, s0_.default_alt_text AS default_alt_text_7, s0_.paragraph_id AS paragraph_id_8, s0_.content_id AS content_id_9 FROM seo_image s0_" ] |
debug |
Executing statement: "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.text AS text_3, s0_.raw_value AS raw_value_4, s0_.bitrix_id AS bitrix_id_5, s0_.sort_order AS sort_order_6, s0_.content_id AS content_id_7 FROM seo_paragraph s0_ WHERE s0_.content_id = ? ORDER BY s0_.id ASC" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.text AS text_3, s0_.raw_value AS raw_value_4, s0_.bitrix_id AS bitrix_id_5, s0_.sort_order AS sort_order_6, s0_.content_id AS content_id_7 FROM seo_paragraph s0_ WHERE s0_.content_id = ? ORDER BY s0_.id ASC" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_options s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_options s0_" ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_purpose s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_purpose s0_" ] |
debug |
Executing query: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_segment s0_"
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.title AS title_2, s0_.icon AS icon_3, s0_.bitrix_code AS bitrix_code_4, s0_.bitrix_id AS bitrix_id_5, s0_.description AS description_6 FROM seo_product_segment s0_" ] |
debug |
Executing query: "SELECT c0_.id AS id_0, c0_.calc_size AS calc_size_1, c0_.price_from AS price_from_2, c0_.slug AS slug_3, c0_.bitrix_slug AS bitrix_slug_4, c0_.external_code AS external_code_5, c0_.title AS title_6, c0_.description AS description_7, c0_.vendor_code AS vendor_code_8, c0_.bitrix_id AS bitrix_id_9 FROM construction c0_"
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.calc_size AS calc_size_1, c0_.price_from AS price_from_2, c0_.slug AS slug_3, c0_.bitrix_slug AS bitrix_slug_4, c0_.external_code AS external_code_5, c0_.title AS title_6, c0_.description AS description_7, c0_.vendor_code AS vendor_code_8, c0_.bitrix_id AS bitrix_id_9 FROM construction c0_" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "kernel.view" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" .
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
debug |
Listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" stopped propagation of the event "kernel.view" .
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
debug |
Listener "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" was not called for event "kernel.view" .
event
[ "event" => "kernel.view" "listener" => "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" ] |
debug |
Stored the security token in the session.
security
[ "key" => "_security_main" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (2189)
Log messages generated during the compilation of the service container.
Messages | Class |
---|---|
638 |
|
236 |
|
86 |
|
672 |
|
114 |
|
442 |
|
1 |
|