We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.
For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.
Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.
I'm wondering the same as below. This is marked as shipped but still on https://www.optimizely.com/beta. Is it still in beta?
Exciting that this has been marked as Shipped! Is it possible to get a link to the documentation from Optimizely on how to best implement this feature?
Hi all,
Because the options for image resizing on .NET Core are less plentiful in comparison to .NET Framework, we have now started a beta for Image Resizing through the CDN for CMS 12 in DXP Cloud Services. Sign up is available here https://www.optimizely.com/beta
@Elias, I think option 1 would be our preference as the offloading of processing would be ideal, and the change to existing implementations with other image processors seems like it'd be fairly simple to achieve. Is that a correct understanding?
Additionally, is this a feature that we can currently request to be lit up in Cloudflare, or is there additional cost to using it?
Life would be so much better if there was support for cloudflare image resizing.
Please enable Cloudflare Image Resizing. Cloudflare is such a powerful toolbox, so it's a shame we only get this crippled version in DXP.
I would love the 1st option, "Using a specially-formatted URL determined by the CDN"
What version/licensing of/for Cloudflare is there in a DXP environment? Is it supporting the image resizing so a partner can implement this on their own?
+1 for this one. We really need to have a way of reizing image within the services from optimizely that is not relying on third party tools/licenses but is included within DXP.
This would be a super useful tool for us, I hope you can implement this in DXP! We are already using query parameters for our image resizing tools, so it would be an easy switch to implement Cloudflare style parameters instead.
I'm sure you can find a good convention and possibly some basic PaaS-portal configuration to get a good mix of locked down sizing steps and ease-of-use.
Thanks for sharing this feedback! Image Resizing at the edge is indeed a powerful tool to offload the origin from a very CPU intensive task. Though it may be difficult for us to get away from the query string parameters as this is the CDNs main way of determining resize parameters. There's two ways of deploying the image resizer,
Using a specially-formatted URL determined by the CDN
Using a Worker to extract resize parameters from query string
Option #1 has the advantage of not requiring a third-party plugin, and option #2 has the advantage of allowing the use of third-party plugins to administrate image resizing but the actual resizing will happen at the edge rather than the origin.
Would love to hear what direction you'd prefer!