Skip to content
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

Performances dilemma #19

Open
ghost opened this issue Aug 17, 2017 · 0 comments
Open

Performances dilemma #19

ghost opened this issue Aug 17, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 17, 2017

I'm wondering if is better, for performances on our SPA, if I use inline or symbol method.

Correct me if I'm wrong:

  • I think that inline method increase our file size but is cacheable with no HTTP requests, right?

  • The symbol method decrease our file size but is more heavy for DOM rendering, right?

Which one I should use?

Thanks anyway for your amazing job!

Other similar questions on StackOverflow: https://stackoverflow.com/questions/33153411/include-inline-svg-through-symbol-or-css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants