Introducing CDNs for the Cloud version
Hello together,
we started to integrate an asset and content CDN into Squidex Cloud.
The two URLs are
-
https://assets.squidex.io
and (you guess it) https://contents.squidex.io
How to use it
The two URLs are restricted for contents and API endpoint for now. So instead of
https://cloud.squidex.io/api/assets/eabbc4a0-afa5-40bb-ad32-4d07e1795770
for an asset you use
https://assets.squidex.io/eabbc4a0-afa5-40bb-ad32-4d07e1795770
And similarly instead of
https://cloud.squidex.io/api/content/squidex-website/blog
for contents you use
https://contents.squidex.io/squidex-website/blog
What is the status?
We are still working on it, especially the caching invalidation is not easy to get right.
And don’t forget: It is an CDN, your contents and updates are not available immediately in all cases.
The Squidex Client library has been updated as well to support this. You can enter CDN endpoints now to query your assets and contents from CDN instead of from the normal endpoint.
Who can use it?
For now it is available for anybody, but because of the additional costs on our side it will be only available for professional plans and above.
We also plan to make a few changes to the pricing model, but more about this later in an official blog post and newsletter.