
A Jekyll plugin to cache the rendering of Liquid includes
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.
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 is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.