Raku / Pod-To-HTML

Convert Raku docs to shiny HTML
Artistic License 2.0
12 stars 19 forks source link

Speed problems with big file set #76

Closed antoniogamiz closed 4 years ago

antoniogamiz commented 4 years ago

This issue comes from here: https://github.com/softmoth/raku-Template-Mustache/issues/35. We are using the template with the option :literal and in doing so, we are not using the cache where Template::Mustache stores processed templates. This implies that every time an HTML page is generated, this template is processed.

As you can see, that increments the generation time up to 30 minutes on the official site.