Configuring Cache Expiration for File System & Sitecore Media based on Production Deployments

While working with Cache configuration for our website, we found that Sitecore’s media files have ‘Expires’ and ‘ETag’ set in their cache headers. But we do not have these two settings for the File System Media like Stylesheets, Script Files and Static Image files. As a result, whenever we have a production release, users will have to refresh their cache to get the latest updates. Continue reading “Configuring Cache Expiration for File System & Sitecore Media based on Production Deployments”

Retrieving Interactions Data from MongoDB using Sitecore Analytics API

Being a Sitecore Developer sometimes means that you have implemented or gonna implement Sitecore Analytics in your project soon. While implementing the same, we would end up in creating Reports with Charts/Tables using Analytics Data. For that, the first option that we would choose is to query the Reporting Database to get the interaction details from tables like Fact_PageViews or Fact_Visits. Continue reading “Retrieving Interactions Data from MongoDB using Sitecore Analytics API”