Jan Pech
Jan Pech
I've tried to rewrite the `Button.html.twig` component to avoid calling nested components, but it didn't help much. The main issue seems to be accessing and rendering blocks. I rewrote it...
> It's an issue I'm facing too with components being rendered inside other components. Like you I've seen those timings in the Symfony profiler, but I don't know if it...
@smnandre Yes, my problem occurs in a real-world application, and Symfony forms are used on the page that is particularly slow. I am using the latest version of the Twig...
@smnandre > I then will be even more curious to know if downgrading Twig to 3.8 has any impact This has a huge impact on my scenario. I've gone from...
> Did you have time to check if disabling the TwigComponent profiler has some effect ? This results in a 200-300 ms difference in the development scenario (Symfony dev mode...
Sorry I haven't posted in a while. I'm travelling at the moment and unfortunately I don't have time to work. I have reproducer half-finished. I'll post it here the first...
I tried to prepare a repository with the reproduction code, but unfortunately I was not successful. The reproduction code is extremely fast and the problems I observed are not manifested...
Btw. I've updated composer dependencies and I've noticed some performance improvements. So keep up doing amazing job
I will try to provide some more context. I have implemented infinite scrolling like described here https://ux.symfony.com/demos/live-component/infinite-scroll LiveListComponent ```twig {% for item in items %} {% endfor %} ``` LiveComponentA...
> I don't get: is there something preventing you to use the page as a prefix ? As I said before. Nothing is preventing me from using page / id...