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
Power Automate: dayOfYear function
The “dayOfYear function” helps us determine which day of the year a specific date falls on. This might not be the first function t...
Power Automate: How to Get Your Flow’s Name
You might need to access your Flow’s name when building complex Flows for various reasons. You may create a custom logging system, want ...
Power Automate: coalesce function
The “coalesce function” is one of those hidden gems in Power Automate that can save you much time and make your flows more robust....
Power Automate Add Attendee To Meeting And Don’t Email Others
In Power Automate you can add a new attendee to a meeting without emailing all ... The post Power Automate Add Attendee To Meeting And DonR...
Enable Auto-Recording in Teams Meetings via Power Automate and Microsoft Graph API
In one of my previous articles : Graph API: Teams Meeting Creation with ‘Lobby Bypass’ I explained how to configure lobbyBypassSettings using ...
Power Automate: max function
The “max” function is a powerful tool in Power Automate that helps you find the highest value in a set of numbers. Although it’s n...
Power Automate: Converting Strings to Integers
When working with data in Power Automate, you’ll often encounter strings that need to be converted to integers for calculations or compa...
Power Automate – Share desktop flow connections with service principal users
We are announcing the ability to share desktop flow connections with service principal users in Power Automate. This feature will reach genera...