I have updated just-the-docs remote theme version to the latest and implemented a caching mechanism with jekyll-include-cache plugin to the the included sidebar.html and icons.html inside default.html by overriding default.html from the remote theme. Also, I have cached the social media includes inside footer_custom.html.
Additonally, I have enabled incremental builds and set lsi: false, as there is no generation of similiar posts implemented.
The above steps have reduced the build time from 2779 seconds to 342 seconds.
Description
Fixes #489
I have updated just-the-docs remote theme version to the latest and implemented a caching mechanism with jekyll-include-cache plugin to the the included sidebar.html and icons.html inside default.html by overriding default.html from the remote theme. Also, I have cached the social media includes inside footer_custom.html.
Additonally, I have enabled incremental builds and set lsi: false, as there is no generation of similiar posts implemented.
The above steps have reduced the build time from 2779 seconds to 342 seconds.
Checklist: