The post asks whether media pulled from a CMS is cached in the Cloudflare CDN on hosted Webstudio, and how linked media/images in CMS rich text are handled. The community members discuss that images in CMS fields are cached and optimized, but rich text content is just output as-is without manipulation. They mention plans to potentially support optimizing images in rich text/markdown in the future, possibly by adding JSON to HTML converters. The community members also discuss updating the documentation to clarify the image handling behavior.
For imgs, they go through the WS img component which has optimization.
Rich text we just output the html as is and apply styles so theres not manipulation to the img url. I can see us supporting this in the future though especially if we add JSON > HTML converters. Maybe it's possible on the Markdown one too