Temporarily disable the catalogitem change manager

When you run large imports you might run into the issue that the "Change log auto truncate job" will timeout because the tblActivityLog has become very large. When that happens you can manually run a stored procedure on the DB as described here. To prevent it from happening, as from EPiServer.Commerce 11.6.0, you can disable … Continue reading Temporarily disable the catalogitem change manager

Offload your Episerver Find tracking

Imagine a site with 10+ instances and a lot of visitors and search requests. The find queries are tracked, to provide data for the auto suggest, and cached. And then... you get an error in Find: Too Many Requests. My first thought was to increase the value for StaticallyCacheFor. But it did not have as … Continue reading Offload your Episerver Find tracking