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

getProductTreeData uses too much memory #8

Open
lnicola opened this issue Aug 29, 2017 · 0 comments
Open

getProductTreeData uses too much memory #8

lnicola opened this issue Aug 29, 2017 · 0 comments

Comments

@lnicola
Copy link
Contributor

lnicola commented Aug 29, 2017

Right now, sp_get_dashboard_products returns the site footprint for each product in the result, even if it's the same for all products in a site.

This has caused memory usage issues in the past and requires us to edit php.ini to increase the memory limit. According to one user's report, setting it to 1 GB was not enough, so it's really bad and should be fixed.

The solution is to retrieve the site definitions separately and do the lookup on the client.

For anyone affected, a workaround is to update the site to a simpler footprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant