1.

Write different types of publishing modes in Sitecore?

Answer»

The three modes of publishing a website are as FOLLOWS:

  • Incremental Publish: It only publishes items currently present in the publishing queue. ​Modifying or changing an ITEM automatically adds it to the publishing queue. This method of publishing is faster since Sitecore does not utilize resources to compare different versions of items in the publishing queue before publishing them.
  • Smart Publish: In this publication, all items that have changed since the last publication are published. A Smart publish compares each item in the master database with its equivalent item in the target database, and if there have been any changes, the item gets published. This involves comparing all items in the database, which is a time-consuming process for publishing an entire website, particularly if there are MANY items in the content tree.
  • Republish: Everything is published there. Every item in the target database is OVERWRITTEN by the equivalent item in the Master database, even if the item has not changed. By REPUBLISHING, all obsolete versions are deleted from the target database. It can be used to bring an entirely new web database online, restore a backup of the master database, and add new content languages, publishing targets, and other system elements to the website.


Discussion

No Comment Found