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
Today I found out that the compilation is qutie slow for rather large email. I have an email layout with some Inky template elements and inside the content block of layout is one large table (1000 rows) that itself does not contain any Inky special elements. The comilation of one such e-mail takes 150 seconds. It means that it is 0.15 s per one row in the e-mail, that is VERY slow.
The text was updated successfully, but these errors were encountered:
Now the problem worsens. Before the e-mail template was quite large. Now we ran into problems with quite simple template that easily matches one screen. One such e-mail takes ridiculous 2.5 s to process. I think that paquettg/php-html-parser is to blame. I tried to profile the template compilation and isolated the slowness in \PHPHtmlParser\Selector->seek() method which gets called 30 times and takes almost 2 seconds for one e-mail.
Today I found out that the compilation is qutie slow for rather large email. I have an email layout with some Inky template elements and inside the content block of layout is one large table (1000 rows) that itself does not contain any Inky special elements. The comilation of one such e-mail takes 150 seconds. It means that it is 0.15 s per one row in the e-mail, that is VERY slow.
The text was updated successfully, but these errors were encountered: