Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26804, comment 6


Ignore:
Timestamp:
01/10/2014 01:34:44 PM (11 years ago)
Author:
mgibbs189
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26804, comment 6

    initial v1  
    11@markoheijnen - That's true, the timing could make things confusing, but I need some way to include a caching handler before WP and all the plugins fully load. In some cases, this is the difference between 20ms and 2 seconds.
    22
    3 @wonderboymusic's suggestion to use `SHORTINIT` won't work because it FORCES WP to quit early. I need a way for this to happen conditionally. E.g.
     3@wonderboymusic's suggestion to use `SHORTINIT` with `wp-load.php` won't work because it FORCES WP to quit early. I need a way for this to happen conditionally. E.g.
    44
    55* If a cache exists, then simulate `SHORTINIT` (quit early)