Ideas

Use PHP's spl_autoload to only load the necessary wordpress classes

  1. tobiasbeuving
    Member

    12345

    Like Ketwaroo suggests in the thread - http://wordpress.org/support/topic/use-spl_autoload-to-load-classes?replies=1

    Use PHP's spl_autoload to only load the classes that are really needed at that moment.
    Requires renaming of some files, but stimulates file naming consistency.

    Tutorial: http://www.phpro.org/tutorials/SPL-Autoload.html

    Posted: 3 months ago #
  2. Nicolas Chevallier
    Member

    12345

    I agree with tobias, we need to load just needed libraries and classes and not all the engine in order to speed up responses.

    Posted: 2 weeks ago #

RSS feed for this topic

Reply

You must log in to post.

  • Rating

    12345
    9 Votes
  • Status

    This idea is under consideration