Skip to Main Content
Customer Feedback

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.

ADD FEEDBACK

Technical

Showing 74 of 1720

Support importing / exporting >2GB data

When developing new sites and features using the CMS, it's occasionally useful to export multiple GBs of new and changed content and assets from a staging environment and import everything to production along with an updated codebase.
5 months ago in Content Management / Technical 0

Give warning in Visual Studio if Optimizely nuget package has security vulnerability

I do not get a warning for a vulnerable package from Optimizely like the 4.30 version of Forms. Currently visual studio gives warning if solution contains packages from nuget.org that has a security vulnerability. This is a really nice feature tha...
7 months ago in Content Management / Technical 0

Task async/await support for scheduled jobs

The scheduled jobs are executed as tasks by the scheduled job executor (IScheduledJobExecutor). However the Execute method that is required to create and run a custom job does not support return type Task or Task<T> and therefore the async/a...
about 3 years ago in Content Management / Technical 2 Future consideration

Support for Managed Identity in EPiServer.Azure

We are hosting Optimizely CMS in Azure for some customers so we are using the EPiServer.Azure nuget package for connection to Azure Storage Account and Azure Service Bus. To do this we have use the SAS key connection string. Are there any plans to...
about 1 year ago in Content Management / Technical 0

Add an option to DXC for a NodeJS server in addition to an Episerver instance

I want to have a NodeJS server running on Azure, alongside my Episerver instance. To start, this would be a simple, naked NodeJS instance. I could do whatever I like with this. It would be deployable apart from the Episerver instance -- I could pu...
almost 4 years ago in Content Management / APIs / Technical 1 Investigating

Hide broken links on expired content from Link Status report

Currently, the Link Status report shows broken links that are present on expired pages. I would prefer it if broken links on expired content could be excluded from the report. This could be configurable. Jira ticket
almost 4 years ago in Content Management / Technical 1 Future consideration

Similar type of field for blocks than route segment is for pages

Page types have the route segment property in Optimizely. Blocks obviously don't have these as they don't have URLs. Would it be possible to add some kind of similar field to block that could be used as a filtering option for example through the A...
3 months ago in Content Management / Technical 0

Add NotNullWhen attribute to ContentReference.IsNullOrEmpty

As a Developer I would like my static code analysis to understand that ContentReference.IsNullOrEmpty is performing an implicit null check. I have found that if (!ContentReference.IsNullOrEmpty(someLink)) is false, then my IDE will suggest me to a...
6 months ago in Content Management / Technical 0

More efficient loading of content area items

As a developer with aims for high performance, I would like the IContentAreaLoader interface to have a batch load method, to load all content area items at once, whether from inline content, cache or database. All while keeping the internal order ...
2 months ago in Content Management / Technical 1

More efficient loading of child content

As a developer with aims for high performance, I would like the IContentLoader.GetChildren method to use batching when loading uncached content from the database. Currently, the CMS will load content one by one and then return a list. But the data...
2 months ago in Content Management / Technical 0