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.
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 whereTemplate::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.