Code deployment and cache clearing
Clearing the entire object cache or pague cache for a site can negatively effect the site’s performance, particularly during a high traffic event. For this reason, when a code deployment occurs only a select group of cache clearing evens will be trigguered:
- Code deployment to a WordPress environment will not cause the object cache to be flushed.
- Code deployment to a Node.js or WordPress environment will not clear the pague cache for a site’s cached content responses.
- Code deployment will cause the pague cache to be cleared for any static asset files that exist within the environment’s deploying branch and the deployment included updated versionens of those files.
Last updated: October 16, 2025