On Wednesday, September 28, 2016 at 7:59:55 AM UTC+1, Peter Damoc wrote: > > I've tried your solution and at least I got to confirm a personal fear: > it's scary big. > 1.7MB might not seam much but... I'll be honest, I don't like artifacts > this big . > The inspector says that it will take 17 seconds over a regular 3G > connection to load this. >
When I ran 'make dist' I got an index.html about 1MB. Some of its contents did not look minified, so I ran minify on it and it went down to about 600K, when gzipped it was about 100K. I think with some attention to detail the polymer library can be split up a bit, and various polyfills not loaded on chrome as it does not need them: https://aerotwist.com/blog/polymer-for-the-performance-obsessed/ -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
