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

Make oldFields mapping hardcoded to speed up system #921

Merged
merged 1 commit into from
Jun 20, 2022

Commits on Jun 20, 2022

  1. Make oldFields mapping hardcoded to speed up system

    The mapping came with Magneto 1.6 to provide a backward compatibility
    for old (pre 1.6) db field names.
    Now the mapping is hardcoded in the class instead of saved
    in the configuration.
    This improves performance as Magento will not create tons of objects for
    every new product/order/... entities.
    
    Related: OpenMage#920
    tmotyl committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    bec5c0a View commit details
    Browse the repository at this point in the history