Skip to content

Commit 9c5d3e0

Browse files
committed
ACP2E-2504: [TMNA] Slow Query Investigation
1 parent eeaa059 commit 9c5d3e0

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

app/code/Magento/Catalog/Cron/SynchronizeWebsiteAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct(WebsiteAttributesSynchronizer $synchronizer)
2929

3030
/**
3131
* Synchronizes website attribute values if needed
32+
*
3233
* @return void
3334
*/
3435
public function execute()

app/code/Magento/Catalog/Model/ResourceModel/Attribute/WebsiteAttributesSynchronizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ private function processAttributeValues(array $attributeValueItems, string $tabl
237237
* Yields batch of AttributeValues
238238
*
239239
* @param string $tableName
240+
* @param int $storeId
240241
* @yield array
241242
* @return \Generator
242243
*/

app/code/Magento/Catalog/Observer/SynchronizeWebsiteAttributesOnStoreChange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(
2222
}
2323

2424
/**
25-
* {@inheritdoc}
25+
* @inheritdoc
2626
*/
2727
public function execute(Observer $observer)
2828
{

app/code/Magento/Catalog/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"require": {
88
"php": "~8.1.0||~8.2.0",
99
"magento/framework": "*",
10+
"magento/framework-bulk": "*",
1011
"magento/module-authorization": "*",
1112
"magento/module-asynchronous-operations": "*",
1213
"magento/module-backend": "*",

0 commit comments

Comments
 (0)