Jekyll Include Cache

screenshot of Jekyll Include Cache
jekyll

A Jekyll plugin to cache the rendering of Liquid includes

Overview:

The Jekyll Include Cache is a plugin that helps improve the performance of Jekyll websites by caching the rendering of computationally expensive Liquid includes. By rendering the include once and reusing the output whenever it is called with the same arguments, the plugin can potentially speed up the build process of the site significantly.

Features:

  • Caching Liquid includes: The plugin caches the rendering of Liquid includes, such as sidebars or navigations, to avoid repetitive computations.
  • Improved build performance: By reusing the cached output of includes with the same arguments, the plugin can speed up the build process of Jekyll websites.
  • Easy integration: Adding the plugin to your site's Gemfile and configuring it in the config file allows for simple integration with your existing Jekyll setup.

Summary:

The Jekyll Include Cache plugin offers a solution for improving the performance of Jekyll websites by caching the rendering of computationally expensive Liquid includes. By following the installation steps and making necessary adjustments to include syntax and variable referencing, developers can achieve significant improvements in the build speed of their websites.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.