Changes between Initial Version and Version 1 of Ticket #36335, comment 2
- Timestamp:
- 03/25/2016 08:52:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36335, comment 2
initial v1 1 One more thing: I read the discussion about [30203] [https://wordpress.slack.com/archives/core/p1414709222002852 here] and I do not accord that autoloading is all about dependency management. However, what if we think about a solution that gives a complete optimized autoload file for the core that can be shipped with WordPress which doesn't hurts performance at all? Beside that having all benefits of a dynamic autoloader for development. Thats what we should strive for. 1 One more thing: I read the discussion about [30203] [https://wordpress.slack.com/archives/core/p1414709222002852 here] and I do not accord that autoloading is all about dependency management. However, what if we think about a solution that gives a complete optimized autoload file for the core that can be shipped with WordPress which doesn't hurts performance at all? Beside that having all benefits of a dynamic autoloader for development. Thats what we should strive for. 2 3 I'll provide complete implementation examples for the proposal the next days.