Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #36335, comment 2


Ignore:
Timestamp:
03/26/2016 10:54:42 AM (8 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36335, comment 2

    v1 v2  
    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.
     1One 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.
    22
    33I'll provide complete implementation examples for the proposal the next days.