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
minor #2818 Token become immutable, performance optimizations (keradus)
This PR was squashed before being merged into the 2.4-dev branch (closes#2818).
Discussion
----------
Token become immutable, performance optimizations
TODO:
- [x] rebase on master
```
Executing on Symfony 2.7 with 45files that reports violations
before
> Checked all files in 77.743 seconds, 20.000 MB memory used
> Checked all files in 78.761 seconds, 20.000 MB memory used
after improvement
> Checked all files in 70.417 seconds, 20.000 MB memory used
> Checked all files in 71.144 seconds, 20.000 MB memory used
About 10% improvement
```
Deps:
- [x] #2819
- [x] #2816
- [x] #2817
- [x] #2823
Commits
-------
964586f Token become immutable, performance optimizations
0 commit comments