I'm trying out the stale-while-revalidate approach with WP object cache -- whenever the main cache entry expires, it attempts to serve a stale version and schedules an update on the shutdown hook after flush()-ing output. Almost like async PHP 😅
I'm trying out the stale-while-revalidate approach with WP object cache -- whenever the main cache entry expires, it attempts to serve a stale version and schedules an update on the shutdown hook after flush()-ing output. Almost like async PHP 😅