The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I just implemented a CDN on my Wordpress blog and its working fine on the regular wordpress website but the REST API is still sending the old urls for images on the frontity website.
For our purposes, we will only be using the CDN for images and maybe Font files. So perhaps we can implement something in the frontity.settings.js file that will replace all instances of old ‘wp-content/uploads/*’ urls to a cdn url?
Which CDN plugin are you using? It should change the URLs in the REST API…
1 Like
luisherranz3
By the way, we have tested the Jetpack’s image CDN and it works great and it’s free. You don’t need to add anything in Frontity, it just works: https://jetpack.com/support/site-accelerator/
I think it’s going to be the one we start recommending.
1 Like
sonicares4
I am using Bunnycdn and their plugin doesn’t change the REST api urls