Masthead image for SitecoreFundamentals.com
Banner image for Sitecore Broken Links Are Not 404, and You Should Be Checking for This Setting Before Going Live article

You know the deal. Before going live, you check for all use cases in your site, including 404 URLs. You'd assume broken links will route a User to said 404 pages, but you'd be wrong, and the result won't be what your content team is looking for.

Read More
Banner image for What's Burning My Shard Databases at 100%? article

This morning I was alerted to both shard databases burning at 100%, which should never happen in a right-sized configuration. After some checking around, the problem appeared to be bots indexing this site. That's great, we like bots! But Sitecore wasn't identifying these visits for what they were, and began processing them as Users, to be collected into the xDB. Here's a quick guide to keep these bots that slipped past detection at bay.

Read More
Banner image for How to reduce one or many Sitecore log entries from Application Insights article

One thing you'll be familiar with in Sitecore Managed Cloud is Application Insights, which is going to give you access to the log lines Sitecore produces. My first impression of this was, how do I sift through all this garbage? We'll here's how.

Read More
Banner image for Speeding up Sitecore Starts for Better Experiences, From Dev to Production article

Ok, using Falcon Heavy's engines as my banner is a little dramatic, but time is money, and having staff wait for Sitecore restarts can add up over an engagement of several months. I'm constantly looking for more ways to speed process up, so I've put together a couple of tips on speeding things along.

Read More
Banner image for Using Sitecore to Manage Your Bundled Assets article

There's no reason why you shouldn't be bundling your assets as it cuts down on requests by your Users. One thing about it, is the bundles are defined in the BudleConfig class on application startup. This means you have to re-deploy if the bundles need changing, so let's use Sitecore Config and Pipelines instead.

Read More