55 results found
-
Reporting on unpublished pages
As a web content editor, reporting on unpublished pages means better governance of the website where there are multiple editors leaving pages unpublished.
1 vote -
Feature request: Cloudflare Turnstile Support in DXP
Cloudflare Turnstile is a modern, privacy-friendly captcha solution that improves user experience. Since Cloudflare is already part of DXP, it would be great to see native support for Turnstile in the platform.
1 vote -
Cloudflare 524 error page Statistics, Alerting and Customization request
When Cloudflare fails to load a page on our DXP hosted website we would like the ability to see statistics about the number of time the 524 error page was displayed to our users.
We would like to request that statistics and/or alerting be made available through the DXP portal to be able to determine the scope of issues involving 524.
https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/
https://developers.cloudflare.com/analytics/account-and-zone-analytics/zone-analytics/
We would also like to request the ability to provide customization to the 524 page to include our company's branding and/or the ability to add Google Analytics to provide statistics on these error page views.
https://developers.cloudflare.com/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/1 vote -
Support using Sendgrid's EU datacenter
As a European site owner, I would like to send mails through Sendgrid's EU-based datacenter.
At the moment, DXP always uses the US API endpoint and routes the mails through a dedicated US address. For various reasons, we would like to have the choice of either EU or US datacenters.3 votes -
Allow for CMS access management in the DXP Portal
New properties added to App Settings in the DXP Portal, allowing for DXP users to whitelist allowed IPs for CMS access.
5 votes -
Customer Feedback on Log Availability & Request for Product Roadmap Update
Hi Opti Team,
We are consistently receiving feedback from our customers expressing dissatisfaction with the current availability of logs within our system.
For context, we recently received the following response from your support team regarding log access:
"As mentioned in the follow up ticket, the CMS system does not handle login information. You can see the last login date in [dbo].[AspNetUsers] if you use AspNetIdentity. If you use another authentication method, you will have to handle it yourself."
This response, while technically accurate, does not provide a practical solution for our customers who require access to log data for various…1 vote -
Enable Brotli Support For WebP and Avif
Brotli support can be enabled in Cloudflare for assets and is the best compression mechanism.
Also for Core WebVitals we and many other solutions compress images to Avif (best or WebP (second best so that they are delivered in the best way.
The default compression formats do not support these formats for Brotli https://developers.cloudflare.com/speed/optimization/content/compression/#compression-between-cloudflare-and-website-visitors and need compression rules enabled to support enabling it.
Current the DXP does not allow us to do that and we would like the ability to add these file types so that Brotli can be used.2 votes -
Restore access to SendGrid
Before CMS 12 (and/or Commerce 14, DXP customers had access to SendGrid to log in directly at Sendgrid to see statistics on emails sent, bounce rates, open rates etc. This access was revoked as clients upgraded and the DXP environments were switched out.
Emails are fundamental for any commerce solution and I don't see any justifiable reason that DXP customers shouldn't at least have read-only access to SendGrid directly to self serve information on their email deliverability health.5 votes -
Using HTTP/2 calls from the Server
HTTP/2 is more performant than the current HTTP 1.1 and it is already available on the Cloudflare side, it would nice if it could be used when integrating with other systems. Faster calls on the server should add to the overall speed of the application.
4 votes -
Support Early Hints in Cloudflare
Providing a means to enable the Early Hints feature in Cloudflare, which is included in all plans, could potentially improve performance drastically.
Enabling through PaaS portal is prefereable but a support ticket would be fine aswell.
https://developers.cloudflare.com/cache/advanced-configuration/early-hints/5 votes -
DXP ability to amend app service access restrictions
To restrict environments by IP requires implementing something via code:
https://docs.developers.optimizely.com/digital-experience-platform/docs/restricting-environment-access
This is cumbersome, especially for IP ranges. In addition it's not possible to restrict/allow by service tag - which we would also like to do.
Our application needs to allow it's own outbound IPs that can change at any time. Relying on a code-based IP restriction means that the site could become unavailable if the outbound IPs change.1 vote -
Execute Manually run Scheduled Jobs on the Scheduled Job Server
When a scheduled job is executed on a schedule it is executed on the special Scheduler server instance. When a scheduled job is executed by running it Manually it appears it executes on one of the front end servers. This feedback request is to suggest adding the manually run jobs to the queue or some other mechanism so they are executed on the scheduler instance. Running the scheduled jobs on the frontend web instances exposes the end users to poor performance when CPU and memory is peaked and can cause delays in executing the scheduled job when the server becomes…
2 votes -
Manage app settings/secrets with API
As a developer, I want to automate the creation/update of appsettings/secrets in the DXP portal during deployment. So that I'm sure there are no mistakes introduced.
We typically deploy our code with a pipeline in Azure DevOps. It would be nice if we could also create and update appropriate app and secrets via the Deployment API. To further automate deployments of our releases.
There can also be settings/secrets that are sourced elsewhere, as they are multi-purposed for other applications too. We see that sometimes human interactions for setting up the keys can take awhile (if there are many. Mistakes are…1 vote -
API for DXP environment restart
Currently you can restart an environment only manually from Optimizely paasportal.
We would need an API for restarting environments, which would be a more modern way of doing things and it would allow a better automation for managing environments.1 vote -
Ability to smoke-test other sites during deploy (slot domains
As a CMS developer and QA specialist we want to be able to smoke-test multiple sites so that we can detect potential issues on all our sites during deployment with DXP Cloud Platform to our multi-site CMS platform.
When we deploy to PREP/PROD we get a temporary SLOT to run our smoke-tests against. For example:
* https://projectidprep-slot.dxcloud.episerver.net/
* https://projectidprod-slot.dxcloud.episerver.net/
These are the default URL provided by Optimizely and are configured on the first website. We would like to be able to smoke-test multiple sites on the SLOT instance.
We could configure additional domain names on each site like so:
* …4 votes -
Access to container / docker logs
As a developer, I want to access and download container/docker logs from PaaS portal and my environments, just as I can download application logs. This will help me find useful information when a container crashes or fails to start.
See attached dockerlogsmockup.png for suggestion for how this could look.
Here is an example of interesting exception in the docker logs. Today I need to reach out to support to access this vital information.
2024-09-24T05:29:04.3588100Z Starting ssh...
2024-09-24T05:29:04.4980741Z Starting OpenBSD Secure Shell server: sshd.
2024-09-24T05:29:04.4993808Z Starting application...
2024-09-24T05:29:13.4824830Z info: Microsoft.Hosting.Lifetime[14]
2024-09-24T05:29:13.4827604Z Now listening on: http://[::]:80
2024-09-24T05:29:13.4935836Z info: Microsoft.Hosting.Lifetime[0]
2024-09-24T05:29:13.4936420Z…9 votes -
Support or Access to Create Stored Log Queries on Preproduction and Production Environments
As a performance engineer, I need either support or access to create Stored Log Queries on our preproduction and production environments. Currently, we have minimal functionality and rights to create these queries in our staging application insights, which has been beneficial.
Having similar access in preproduction and production is crucial for maintaining performance and quickly resolving issues. Your prompt assistance in this matter would greatly enhance our operational efficiency.
Creation of custom queries is possible by going to:
Application Insights > Monitoring > Logs > Create a query > Click Save -> Save as query (or save as function4 votes -
Pageview data per domain
Make it possible to see pageview data and performance data per domain in the IQI report and the DXP dashboard.
2 votes -
Allow Access to App Insights > Investigate > Performance > Code Optimizations
I was advised by Technical Support services that Code Optimization access is not currently supported for DXP. Please Allow Access to App Insights > Investigate > Performance > Code Optimizations. It is a read permission, can provide useful information for developers, and I'm not aware of any major downsides or risks to adding this to the Power User role.
6 votes -
Cloudflare Page Shield
PCI DSS 4.0 requirement 11.6.1: For use of iframes hosting the payment service provider's payment page, a change and tamper detection mechanism to alert personnel to changes to HTTP headers or payment page contents; the mechanism must work at least every 7 days.
Cloudflare's Page Shield can meet this requirement.2 votes
- Don't see your idea?