Caching
PorterWP only caches when wp_get_environment_type() === 'production'
.
Data cached
Option name
Expiry
Scanned block list
porter_blocks
Until version changes
Block styles array
porter_block_styles
–
Included PHP files
porter_inc_files
–
Clearing the cache
WP Admin → Settings → PorterWP → Clear Cache
Bump the
version
key in anyporter/config/*.json
.wp option delete porter_*
via CLI.
See the Environment Awareness doc for in‑depth details.
Last updated