-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[TwigComponent] Optimize the ComponentLoggerListener #2167
Conversation
smnandre
commented
Sep 15, 2024
- Clean unused code
- Reduce memory usage
- Optimize class/templates lookup
src/TwigComponent/src/EventListener/TwigComponentLoggerListener.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
Nice! Maybe we can also remove the ux/src/TwigComponent/composer.json Line 43 in 8dd706d
|
af3a156
to
578f21e
Compare
* Clean unused code * Reduce memory usage * Optimize class/templates lookup
578f21e
to
19ff071
Compare
Absolutely, thank you for catching this! |
Do... you think we can have some Blackfire profiles to show the performance improvments? 🙏🏻 |
I did not have time yet to configure it 😶🌫️ But i will in the next few days (already started a dedicated repo to measure performance of twig/live components) |