Waiting Impatiently

Six Time Sitecore MVP 2017-2022 Marketing Technologist.

xDB Sitecore

Single node Facets in the xDB database

The xDB Mongo database collects essential data about each visitor to your Sitecore site. While it automatically tracks page clicks, time spent on pages, and user identity, its real strength...
2 min read
Sitecore

Bonfire Profile Information API

The Bonfire team focuses on digital marketing, Sitecore Experience Platform, and customer journey tracking. I frequently need to monitor how current test users or real users progress through their experience,...
1 min read
Sitecore

Helix: Your Best Practice Guide to Sitecore Development

Sitecore is a dynamic and configurable content management system. However, its openness creates challenges, as developers can approach Sitecore implementation in numerous ways, leading to ongoing debates about best practices....
3 min read
Sitecore

Moving controllers routes into Sitecore

I traditionally registered custom API controllers in Sitecore by modifying the Global.ascx.cs file, similar to standard ASP.NET MVC practices. However, when deploying packages to customer applications, overwriting the Global.ascx file...
1 min read
Sitecore SQL

Getting multilist from SQL

A client requested to export site structure via SQL, and I encountered a challenge with multilist controls that reference other items. Since selected items for a multilist is the item...
1 min read
Sitecore xDB

Order of Pipelines for the Analytics Tracker

I encountered challenges while developing a Tracker modification for Sitecore’s marketplace. The core issue involved determining which pipeline stage to use for custom code that calls an external API to...
1 min read
Sitecore

Parsing the __Tracker object for indexing

This article addresses performance challenges when indexing Sitecore profile data. Martin Davies discussed in a presentation how the TrackingField object in Sitecore performs excessive processing beyond indexing needs.
3 min read
Sitecore AWS Azure

AWS vs Azure for Sitecore

This article examines infrastructure options for Sitecore deployments, focusing on virtual machine configurations rather than PaaS solutions.
5 min read
Ektron SQL

Reset Ektron Search Property on Content

This article addresses a limitation in Ektron’s content management system. When administrators modify the searchability checkbox on a folder, the change applies only to newly created content. Previously existing items...
1 min read
Sitecore SQL

Getting Sitecore out of SQL

Accessing Sitecore data directly through SQL queries has limitations compared to using Sitecore’s native API. Direct database queries bypass the caching mechanisms built into the platform.
1 min read
SQL

Find size of all SQL tables

To find all the sizes of the SQL tables on disk, run the following query. This helps locate problematic databases and identify which tables consume the most storage resources.
1 min read