On my PC it did make the build twice as fast as before. While this doesn't matter on Github it does matter if you want to try something locally.
The Plugin basicly causes that things that get multiple times include but are always the same get build once and not for every page using a specific layout.
The keep_files prevents the build from looking at the files, as thoose only need to be copied and not modified while building.
This PR adds:
On my PC it did make the build twice as fast as before. While this doesn't matter on Github it does matter if you want to try something locally.
The Plugin basicly causes that things that get multiple times include but are always the same get build once and not for every page using a specific layout. The keep_files prevents the build from looking at the files, as thoose only need to be copied and not modified while building.