Tags

About

Archive

Szołkowski Blog

Blog with Episerver/Optimizely and tech stuff

Latest post


Feb 24, 2026 | Tags: .NET, catalog, commerce, episerver, optimizely, patterns, scheduled jobs

Catalog Traversal in Action. Part 2: Real-World Scheduled Job Patterns

In my previous post, I showed how to build a memory-efficient catalog traversal service for Optimizely Commerce. The service uses streaming to process large catalogs without loading everything into memory at once.

Read more ...

Jan 18, 2026 | Tags: .NET, catalog, commerce, episerver, memory-optimization, optimizely, performance

Memory-Efficient Catalog Traversal in Optimizely Commerce. Part 1: Building the Service

If you’ve worked with Optimizely Commerce for any length of time, you’ve probably faced this scenario: you need to process an entire product catalog in a scheduled job. Maybe you’re syncing to an external PIM system, exporting data for analytics, or performing bulk updates. The straightforward approach of loading all products into memory works fine for small catalogs, but once you hit thousands of products, things start to get uncomfortable.

Read more ...

Oct 8, 2025 | Tags: database, db, episerver, indexes, jobs, maintenance, optimizely, performance, scheduled jobs

Quiet Performance Wins: Scheduled Job for SQL Index Maintenance in Optimizely

As Optimizely CMS projects grow, it’s not uncommon to introduce custom tables—whether for integrations, caching, or specialized business logic. But with great schema comes great responsibility: SQL Server indexes and statistics need love too.

Read more ...

Sep 4, 2025 | Tags: episerver, jobs, maintenance, optimizely, scheduled jobs

How to automatically remove orphaned Opti jobs from the DB

Optimizely CMS provides a simple yet powerful built-in job system that handles most standard scheduling scenarios with ease. Developers can easily implement these jobs to run automatically on a defined schedule or trigger them manually through the CMS interface. From my experience as an Optimizely/Episerver developer, manual jobs are especially useful for one-off operations or bulk content updates. Typically, these jobs serve a temporary purpose and are removed from the codebase in subsequent releases once they’ve fulfilled their role.

Read more ...

Jun 12, 2025 | Tags: application insights, dxp, episerver, optimizely

Tunning Application Insights telemetry filtering in Optimizely

Application Insights is a cloud-based service designed to monitor web applications, providing insights into performance, errors, and user behavior, which integrates very well with the Optimizely CMS/Commerce solution and is included in the default DXP experience. However, like any generic tool for complex systems, it can be tuned to work even better for specific platforms and projects.

Read more ...

Recent posts

  • September 04, 2025: How to automatically remove orphaned Opti jobs from the DB
  • June 12, 2025: Tunning Application Insights telemetry filtering in Optimizely
  • May 26, 2025: Running full Optimizely development setup on M1 (ARM) based machine
  • July 31, 2024: Adding Hangfire to Episerver/Optimizely CMS 12
  • August 15, 2023: Add SonarCloud/SonarQube to Episerver/Optimizely 12 project using Github actions
  • July 30, 2022: Add Github pipelines/workflows to Episerver 12 project
  • July 28, 2022: Episerver Foundation on Apple Silicon (M1)!

Tags

.NET (2) apple silicon (2) application insights (1) arm (2) background jobs (1) catalog (2) ci (2) commerce (2) database (1) db (1) devops (2) dxp (1) episerver (10) github (2) hangfire (1) indexes (1) jobs (3) m1 (2) maintenance (2) memory-optimization (1) ms sql server (1) optimizely (10) patterns (1) performance (2) pipeline (2) scheduled jobs (3) sonarcloud (1) sonarqube (1) sql server (1) workflow (2)

Read more articles | subscribe via RSS