Skip to content
Commit 8e8b813b authored by Jon Pugh's avatar Jon Pugh
Browse files

Fix major loading time problems. When there are more than 3 contexts, loading...

Fix major loading time problems. When there are more than 3 contexts, loading time just to get the list was huge:

- Move YML file search and loading code to new method loadAllContexts() method that runs on Provision::__construct().
- Ensure dependent contexts can be loaded (using loadContext() method).
- Refactor objects to always be "ProvisionAware".
- Remove static functions for public and private.
- Fix ContextNodeDefinition to use ProvisionAwareTrait.
parent 1c0f6e26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment