Skip to main content

Posts

Showing posts with the label Pipelines

Sitecore Pipelines - TrafficTypes

This post documents Sitecore's  TrafficTypes  pipeline, and is part of a series providing information on  all the pipelines and processors in involved in a Sitecore 8 request . It's not a line by line account, but all the key logic is described.

First and Last Publish Dates in Sitecore

Sitecore users and developers occasionally ask how to find out when an item was most recently published or when it was first published. Unfortunately, the answer isn't as simple as you might assume.

Create Site Specific Pipeline Processors for Sitecore

This post outlines a method of selecting different processors in the httpRequestBegin pipeline depending on the context site.  (Edit: John West has now  expanded on this idea , with an approach that does not require a 'parent' processor)