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

BUGFIX: Reduce nodetype schema size #4561

Merged
merged 4 commits into from
Oct 25, 2023
Merged

Commits on Sep 26, 2023

  1. BUGFIX: Reduce nodetype schema size

    With this change the following optimisations are done to improve speed and reduce size of the schema generation:
    
    * Abstract nodetypes are not queried anymore for constraints as they
    are already resolved by the nodetype manager.
    
    * Entries in the inheritance map and constraints will be skipped if they don’t contain any data.
    
    These optimisations reduce the size of the schema in the Neos.Demo from ~380KB to ~307KB and improve the response time by ~20%.
    
    The more nodetypes a project has, the bigger the benefit is.
    Sebobo committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e6fca32 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 25, 2023

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