Enable CDN Mode

By default, Spaces downloads and resizes images. Enabling CDN mode skips this process and serves images directly from the SightMap CDN. This is more efficient overall, though you may notice a slight performance hit in Google Lighthouse reports.

How to Enable CDN Mode

Add this line to your wp-config.php file:

define( 'SPACES_XP_FEATURES', ['cdn'] );