Optimizely CMS 12 DXP Paas. Website is going down twice in a month

Vote:
 

Hi,

We need to figure out the root cause and solution. Website is going down twice in month. 

Regards

-Owais

#342789
Jun 16, 2026 12:40
Vote:
 

Hi Owais,

First thing I’d do is identify the exact time windows when the site was down, then check the application logs / App Service logs in the DXP PaaS Portal for those periods - you can select specific period and download logs to check it locally. 

Also check if it lines up with deployments /restarts / high memory/CPU usage or some 5xx errors from you Application.

If this is production, I’d open a support case with Optimizely ASAP as well and send them the outage timestamps, as they can check logs too: support@optimizely.com.

Without the timestamps and logs it’s hard to say much more than that.

 

Feel free to write back if you have any more questions

Kind Regards,

Wojciech

#342811
Jun 16, 2026 21:46
Vote:
 

Hey Owais,

Without logs, honestly, it's just guesswork. You need data first

**Check these:**

1. **DXP Portal > Troubleshoot tab > Application Logs** - quickest place to start.
2. **Azure Portal > Application Insights** - Absolutely helpful. DXP uses App Insights for performance monitoring and exceptions. You can request access to your DXP Azure resources through Optimizely.

Once you have logs, look for app pool recycles, memory spikes, or health check failures. That'll tell you if it's your code or the platform.

Let me know what you find.

#342814
Jun 17, 2026 15:51
Vote:
 

How can we monitor high memory/CPU ?

#342821
Jun 18, 2026 8:57
Vote:
 

1. Application Insights (this is your best bet)
DXP sets this up automatically through the EPiServer.CloudPlatform.Cms package, so it should already be there - you just need access to it. You'll have to ask Optimizely to grant you permissions for your environment. Once you're in, you can actually see what's going on: CPU usage, memory spikes, request rates, exception counts, and where things are slowing down. If you need to pull data programmatically, you can also request a read-only API key.

2. Azure Portal
You can also get direct access to the underlying Azure resources  - again, just reach out to Optimizely and they'll set that up for you. Once you have access, you can check the App Service metrics directly, like CPU Percentage and Memory Working Set. It's pretty straightforward once you're in there.

#342825
Jun 18, 2026 14:03
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.