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 #1

Merged
merged 1 commit into from
Apr 22, 2020

Commits on Apr 6, 2020

  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 Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e15d959 View commit details
    Browse the repository at this point in the history