Monday, 4 September 2017

Pipeline using Sitecore Rocks

After working with Site Definition using Sitecore rocks. Now it's time to check and add new pipeline using sitecore rocks.

First you need to select instance and then right click select Manage option




now go to second menu section as Pipeline and you will see all the pipelines will be listed that are applied to the instance.




after selecting anyone of the pipeline like publish you will see all the processors applied to that pipelines
and if you wanted to add you own custom pipeline's processor by just right click



add entry for class and assembly, now test is it valid or not? 






If valid then you pipeline entry has been added, enjoy buddy.





Sunday, 3 September 2017

Cache using Sitecore Rocks

While development with sitecore, sometime content is not getting updated because of cache issue. To overcome this issue what usually we do:

1. <instance_name>/sitecore/admin/cache.aspx 

2. Recycle AppPool from IIS.

3. Browse page on private browser mode.

there is one more option but it is more flexible and much fast, yes it's with sitecore rocks.


Let's do practical on this:

First need to go instance, right click and select Manage option



after this will see Caches Section with cached listing items with all the properties.





let's select one of an item from cached listed items







After selecting one of an item will have two options:

either clear all cache means it will clear all the cached item which all are listed

or cache means it will clear cache of this item as well as child of this item also.



let's explore one of an item from the list, and will see all the child items



now from this list we will have option to remove from cache, instead of clear.




 Now suppose you are working on one of rendering and after the development just remove that item from cached list that's it.
you will see the new changes.


Hope will help this.