You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial commit: re-prime the W3TC page cache after purges
Listens to W3TC's public flush actions (w3tc_flush_post / w3tc_flush_url)
and fires non-blocking loopback requests on shutdown at priority 200000 -
after W3TC executes its queued purges at 100000 - so purged pages are
re-cached before a real visitor arrives. Inline priming does not work:
it gets served the old cached page, which W3TC then deletes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>