Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 538 Bytes

File metadata and controls

1 lines (1 loc) · 538 Bytes
  • Model, controller, and mapper object creation no longer re-scans the framework mixin folders (a directory listing plus a createObject and getMetaData per file) on every materialization. The mixin-integration plan is now built once per application and reused, and the per-method $willBeOverriddenByMixin lookup is precomputed — cutting model-instance creation roughly in half (every new() and every finder row was paying the full cost). This is the regression behind slow test-suite and request times reported on 4.0.x (#3213)