Skip to content

Commit 11b497c

Browse files
committed
ACP2E-2166: Magento is slow for customers with large address books
- reverted session operation
1 parent 7e0ff21 commit 11b497c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

app/code/Magento/Customer/Model/Address/CustomerAddressDataProvider.php

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2023 Adobe
4+
* All Rights Reserved.
5+
*
6+
* ADOBE CONFIDENTIAL
7+
*
8+
* NOTICE: All information contained herein is, and remains
9+
* the property of Adobe and its suppliers, if any. The intellectual
10+
* and technical concepts contained herein are proprietary to Adobe
11+
* and its suppliers and are protected by all applicable intellectual
12+
* property laws, including trade secret and copyright laws.
13+
* Dissemination of this information or reproduction of this material
14+
* is strictly forbidden unless prior written permission is obtained
15+
* from Adobe.
516
*/
617
declare(strict_types=1);
718

@@ -16,8 +27,6 @@
1627
class CustomerAddressDataProvider
1728
{
1829
/**
19-
* Customer addresses.
20-
*
2130
* @var array
2231
*/
2332
private $customerAddresses = [];

0 commit comments

Comments
 (0)