Content Delivery Network (CDN) in Power Pages
Content Delivery Network (CDN) in Power Pages
A Content Delivery Network (CDN) is a distributed network of servers that cache static website content closer to users to improve performance and reduce latency.
In Power Pages, enabling CDN ensures that images, scripts, and styles are served from the nearest edge location, improving load time and user experience.
Enable CDN for Production Website
- Go to Power Platform Admin Center.
- Select Power Pages Sites.
- Open your website and go to Performance and Protection.
- Turn on Content Delivery Network toggle.
- Confirm the changes.
Enable CDN During Production Conversion
When converting a trial site to production, you can enable CDN during the conversion process.
- Go to Site Details
- Select Convert to Production
- Enable Content Delivery Network option
- Confirm conversion
Disable CDN
You can disable CDN anytime from the Performance and Protection section in the admin center.
Clear CDN Cache
Use the Purge Cache option to clear cached static content when updates are made.
Static File Configuration
- Configure file extensions in Portal Management
- Control which files are cached by CDN
- Optimize static asset delivery
Static Page Caching Rules
- Static pages: Fully cacheable
- Dynamic safe pages: Partially cacheable
- Dynamic unsafe pages: Not cacheable
- Authenticated pages: Never cached
When CDN Caching is Used
- Anonymous users accessing static pages
- Production environments
- Pages without dynamic content
When CDN Caching is Bypassed
- Logged-in users
- Studio preview mode
- Browser cache disabled
- Hard refresh requests