WordPress shows this message when the page‑cache loses files faster than it can rebuild them. The cache folder ends up half empty, so requests fall back to PHP execution.
The loss usually originates from a plugin or server component that triggers a full purge on actions that do not modify content. Frequent purges overwrite the cache before the preload process finishes, resulting in random misses.