For Presidium to support the functionality it has built on top of Hugo there are some performance considerations to take into account so that build times can remain reasonable. Below are some steps that can be taken to help with overall build performance:
Keep total markdown content to 50MB or less, this should result in a build time of around one minute, but this cannot be guaranteed due to other factors
Content spread across multiple files is more performant that having fewer files with more content
Less content per markdown file is encouraged, this also supports Presidium’s philosophy of small micro-articles
While project dependent multiple directories with single a
_index.mdfile has better build performance
