Skip to content

Minor performance optimizations #386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Minor performance optimizations #386

wants to merge 2 commits into from

Conversation

javiereguiluz
Copy link
Member

  • 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?).

@bocharsky-bw
Copy link
Contributor

My only argument to left Swiftmailer is to be synchronized with Symfony SE, but I think these changes make sense 👍

javiereguiluz added a commit that referenced this pull request Oct 13, 2016
This PR was squashed before being merged into the master branch (closes #387).

Discussion
----------

Stop using Assetic to manage assets

Related to #386 discussion ... what if we remove Assetic entirely?

Commits
-------

e9df259 Stop using Assetic to manage assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants