You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very good day to you.
I met a problem using Template-Mustache to render a very long template. test_mustache.pl.txt
I uploaded the sample code which compares between Template-Mustache and mustache-simple.
mustache-simple always costs 0 second.
On my Macbook Pro, Template-Mustache cost 2 second, and in production which is in docker(2 core, 4G) it cost more than 20 seconds.
Is there any way or API to enhance the performance of rendering a long template?
Thanks!
The text was updated successfully, but these errors were encountered:
shengyi-yan
changed the title
Performance problem when render a very long template
Performance problem when rendering a very long template
Nov 7, 2023
Hi @yanick
A very good day to you.
I met a problem using Template-Mustache to render a very long template.
test_mustache.pl.txt
I uploaded the sample code which compares between Template-Mustache and mustache-simple.
mustache-simple always costs 0 second.
On my Macbook Pro, Template-Mustache cost 2 second, and in production which is in docker(2 core, 4G) it cost more than 20 seconds.
Is there any way or API to enhance the performance of rendering a long template?
Thanks!
The text was updated successfully, but these errors were encountered: