Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retailer Offers List & New Retailer Offer pages are blocked -> too many retailer #44

Open
pascalhugo opened this issue Oct 10, 2019 · 0 comments
Assignees
Labels

Comments

@pascalhugo
Copy link

For information, it's not the same problem with this ticket :
#27
In our case, it's because we have more than 7000 retailers.

Preconditions

Magento Version : CE 2.3.2

Module Retailer Offer Version : 1.5.1

Environment : Developer & Production

Third party modules :
Smile_ElasticSuite
Smile_Backend
Smile_Dataflow
Smile_Map
Smile_Offer
Smile_Retailer
Smile_Retailer_Offer
Smile_Seller
Smile_Store_Locator

Steps to reproduce

  1. Create more than 5000 retailers
  2. Go to Retailer Offers List page Or New Retailer Offer page

Expected result

  1. The retailer offer page is loaded

Actual result

  1. The retailer offer list&create page are blocked
    image

Origin of the problem

The module load all retailers and send them in json.
After dom ready, the js get this list and create a select input with all the retailers like options, that's what creates the problem.

@Fdec Fdec added the bug label Oct 15, 2019
@Fdec Fdec self-assigned this Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants