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
This PR was merged into the 2.x branch.
Discussion
----------
TwigPreLexer: improve performance
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Tickets | <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
When using the `cache:warmup` command in my symfony project, 25% of the time is used by the TwigPreLexer:
<img src="https://github.com/symfony/ux/assets/330436/4539dd1d-d8d2-4633-8c1d-503afe2218be" width=500/>
This PR reduces the time of the `cache:warmup` command by 28% in my project (which does not use the html component syntax so far):
<img src="https://github.com/symfony/ux/assets/330436/f6df7275-e15a-40c3-ba36-33b099c5c0b1" width=500/>
Commits
-------
2568098 TwigPreLexer: improve performance
0 commit comments