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

Optimizing memory usage #28177

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Optimizing memory usage #28177

merged 2 commits into from
Nov 10, 2020

Commits on Nov 3, 2020

  1. Optimizing memory usage

    Removing the potential undesired retrieval of hundreds or thousands of unreadable WC_Product objects into memory just to filter them out immediately.
    This change prevented some out-of-memory situations in our site.
    davefx committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9c1de7c View commit details
    Browse the repository at this point in the history
  2. Fixing spaces in empty lines

    davefx committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c3ba17a View commit details
    Browse the repository at this point in the history