jetpack
jetpack copied to clipboard
Reload the post cache when updating.
Instead of deleting the cache when a post is updated (may harm a busy site), preload it (maybe in background) when updating.
Instead of deleting and then regenerating the cache (which leaves the page uncached for a small amount of time), preload the new cache in a temporary file then replace the older (so uncached time is 0)