-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Preconditions
- Ubuntu 16.04 LTS
- aws RDS MySQL 5.6.27
Steps to reproduce
- log as root
- bin/magento deploy:mode:set developer
- bin/magento maintenance:enable
- bin/magento deploy:mode:set production
Expected result
- there shouldn't be a SQL query on the top of my product pages:
Actual result
- SELECT `e`.*, `at_product_id`.`product_id` FROM `catalog_category_entity` AS `e`
INNER JOIN catalog_category_product
AS at_product_id
ON (at_product_id.category_id
=e.entity_id) WHERE (at_product_id.product_id = '1526')