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 #386 Minor performance optimizations (javiereguiluz)
This PR was squashed before being merged into the master branch (closes#386).
Discussion
----------
Minor performance optimizations
* The purpose of the Symfony Demo is not to build a fast Symfony app, but to showcase how to develop Symfony apps. However, we should optimize the things that make sense and not complicate the application much.
* We're not sending emails, so we can stop loading the Swift bundle.
* We're promoting Assetic less and less ... so we could stop loading Assetic bundle too. Sadly we can't remove Assetic entirely yet because there is no clear alternative (maybe stop using SCSS and just use some simple CSS and JS files?).
Commits
-------
e2264b0 Minor performance optimizations
0 commit comments