GoogleChromeLabs / http2push-gae

Drop-in HTTP2 push on App Engine
https://http2-push.appspot.com/
Apache License 2.0
141 stars 18 forks source link

Do you recommend minifying polymer elements? #3

Closed cayblood closed 8 years ago

cayblood commented 8 years ago

http2 push seems to obviate vulcanize, but one aspect of vulcanize was minification. In your experience, is it worth minifying polymer components with http2 push, or do you think it's overkill?

igrigorik commented 8 years ago

You should definitely minify your resources, regardless of protocol or delivery mechanism. Minification is a form of content-aware compression.. and shipping fewer bytes is always a win.

cayblood commented 8 years ago

Thanks for the clarification.