Skip to main content

Posts

Showing posts from March, 2017

Sitecore Caching

Basics of Cache Size Tuning Periodically Saving Information about Cache and Rendering Statistics Problems publishing? Review your Sitecore scalability settings Three tips for creating seamless content publishing Sitecore Content Delivery Server not clearing Cache Prod CD servers cache clear - Sitecore 8.1 Caching issue on one web database Sitecore Content Delivery Server Not Clearing Cache Sitecore 8.1 caching issue in cluster enviroment Publishing and Cache Clearing Basics Sitecore HTML Cache Doesn't Clear How can I know that the Html Cache on the CD is Cleared on Publish Caching-hot Sitecore Content Search may cause performance issues due of excessive updates of the EventQueue table Remote events how to investigate Sitecore Caching – Clear caches individually

Sitecore Analytics

Clean-Up XConnect Anonymous Contacts Troubleshooting Sitecore 8 XP Analytics Is your Sitecore 8 package installer goes in never ending loop? Excel Transfer Utility for Sitecore 10 Steps to Setup MongoDB as a Windows Service with Sitecore 7.5+ Sitecore and xDB – Setting up MongoDB on your developer machine How to install MongoDB on Windows Install MongoDB  1. Install MongoDB through .msi file 2. Go to C:\Program Files\MongoDB\Server\3.2 and create mongod.cfg file with below content systemLog:     destination: file     path: C:\MongoDB\log\mongod.log storage:     dbPath: C:\MongoDB\db 3. Go to directory where MongoDB is installed ( ex: C:\Program Files\MongoDB\Server\3.2\bin ) 4. Execute below command in commad prompt mongod.exe --config "C:\Program Files\MongoDB\Server\3.2\mongod.cfg" --install --serviceName "MongoDB" This step will create MongoDB service 5. Start MongoDB through this command net sta...