Improve site speed in PowerPages

What is CDN?
In short, Content Delivery Network (CDN) caches your public assets of your site in distributed servers, so if you have a website that is hosted in a server located in the US for example and you're living in Japan, the website static files will be loaded from the closest server to you and not from the server directy.
Refer here to Microsoft Documentation about enabling CDN to your PowerPages site
Watch the below video for detailed information about CDN
Is it worth it for our site?
The more cache-able files your site has the more the effect will be
If the content of your site is mostly dynamic based on Dataverse user permissions, profile and related records, then I would say the effect will be tiny because not much is cached in CDN.
If you have a lot of static assets and static pages, then the effect will be higher as more files are cached.
Only files that are part of a webpage that can be accessed by anonymous users are stored on Content Delivery Network servers; authenticated files are always delivered from the application server.
Check privacy notes here
How to enable it
Note: you can only enable CDN for your Production PowerPages website
Navigate here to enablement steps
Can I control which files to be cached?
Yes! you can configure which file extensions you want to cache to CDN
Explained here
Overall
CDN has many benefits, and it would be beneficial for your site.
This feature can be disabled by the administrator any time!
Published on:
Learn moreRelated posts
Fixed – Flow not getting triggered / incorrect callback registration record (Power Automate / Dataverse)
Recently, we faced an interesting issue, where we updated an existing flow in our Dev, basically we removed the Filter Rows condition and depl...
Power Automate – Organize desktop flows using tags
We are announcing the ability to organize desktop flows using tags in Power Automate. This feature will reach general availability on Septembe...
Asynchronous flows and Concurrency Control in Power Automate
In this post I will look at Asynchronous flows vs Synchronous flows, Concurrency controls and multiple response actions in Power Automate flow...
2 Actions to run script in Excel from Power Automate flows
Within Power Automate, it has been possible to run scripts in Excel using the Run Script actions. Did you know that the is a Run Scripts from ...
Power Automate Cloud Flows in Power Pages
What are Cloud Flows in Power Pages? Cloud flows allow you to: You configure this using the Power Pages + Power Automate integration via the “...
When Do We Use the ActivityParty.AddressUsed Property for Emails in Power Automate (Dataverse)
When we automate emails in Dataverse using Power Automate, we deal with something called Activity Party. It manages the participants of an ema...
Find Power Automate flows referencing a specific field / column in Power Apps
In this blogpost, we will learn to identify all Power Automate flows that reference or interact with a specific column or field within a Power...
How to call Microsoft Graph API from Power Automate?
While Power Automate has many built-in connectors for these services, there are times when you need more control or access to features not ava...
Power Automate – Debug desktop flows using step over and step out
We are announcing the ability to debug desktop flows using step over and step out in Power Automate. This feature will reach general availabil...
Sending Adaptive Cards in Outlook via Power Automate (Test User Setup Guide)
In today’s fast-paced business world, real-time communication is essential. In this guide, I’ll show you how I built a fully automated employe...