Changes between Initial Version and Version 1 of Ticket #26804, comment 6
- Timestamp:
- 01/10/2014 01:34:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26804, comment 6
initial v1 1 1 @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. 2 2 3 @wonderboymusic's suggestion to use `SHORTINIT` w on'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. 4 4 5 5 * If a cache exists, then simulate `SHORTINIT` (quit early)