Skip to content
David Russell edited this page Jul 27, 2016 · 3 revisions

####Slideshow Caching

In order to provide responsive service GitPitch utilizes two distinct levels of caching when generating and serving up slideshow presentations:

  1. Slideshow presentations on the master branch are cached for up to 180 seconds
  2. Slideshow presentations on any feature branch are cached for up to 20 seconds

If your slideshow presentation does not appear to be reflecting your latest changes it is most likely a consequence of this GitPitch caching policy.

This caching policy encourages and supports prototyping and development in feature branches within your GitHub repo. It also acknowledges the master branch within any GitHub repo is typically the stable branch, where changes are made much less frequently.

####PDF Caching

GitPitch supports the printing of GitPitch slideshow presentations as PDF documents. See the Slideshow Printing page for further details. As generating PDF is an expensive operation on the GitPitch server each PDF is cached for up to 20 minutes.

Clone this wiki locally