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

Remove oldFields mapping to speed up system #6

Open
wants to merge 2 commits into
base: hardcode_old_fields_map
Choose a base branch
from

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

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    c1f1015 View commit details
    Browse the repository at this point in the history