I am having a strange issue where occasionally, the caching is not clearing on the front-end staging site after content has been updated/saved. Resetting IIS on staging, the content updates right a...
I am looking over caching methods in Kentico 13 .net Core. Specically looking at the RepositoryCacheHelper class, and CachePages method.My current use case is wanting to cache all pages of a given...
Welcome to the first episode of our short article series presenting Kentico Xperience 13 technical features, which might not be visible at first sight.
Today I will talk about improvements in caching with regard to task-based asynchronous programming.
In a follow up to my earlier question - https://devnet.kentico.com/questions/caching-not-working-as-expected-in-kentico-13Is IPageDataContextRetriever automatically cached.In ArticleRepository.cs i...
I am working on a new Kentico 13 project using .NET Core.I created repository code based off the ArticleRepository.cs file in the .NET Core dancing goat example project. I have the following: ...
I want to update cached content of one custom table when another custom table item is updated. Let's say I have two Custom Tables: Product and Order. There are List and Edit pages for both Product ...
I am trying to improve the performance score of my Kentico Portal Engine website.I added the web.config entries for the cachingControlMode and setup IIS to handle compressions and setting proper HT...
Dear All, In our current project (Kentico 12.0.51 MVC dev model), each time we need to store a reference to Media Library's file in our Page Types, we create a field of Text Data Type and Media Sel...
Hi,I'm using caching to improve performance and I'm having issues with some Kentico Forms added to my site, which by the way is in a web farm.I have the same @machineKey decryptionKey=@XXX@ validat...
I have one page where i am loading my favorite list. I am adding or removing favorite using webservice. Page contains repeater with querydatasource.Now issue arise with page caching. If i modified...