I looked at the entire dist folder as that was the actual result in my
perspective. 1MB index.html with about 700k extra JS (elm.js included)
Yes, it was not minified.

The performance details are part of what I mean by integration.

Should I, the beginner, solve this or should I have some kind of help in
this from Elm tools?
In other words, should I spend time figuring out how to connect tools
(maybe get paralyzed by not being able to figure out if I should use grunt,
gulp or webpack)  OR should I invest that time in learning to use Elm?

This is how constrains liberate.
One integration solution (even if sub-optimal for some of the veteran web
devs) frees the beginners from all the complexity of making that work from
scratch.




On Wed, Sep 28, 2016 at 1:35 PM, 'Rupert Smith' via Elm Discuss <
[email protected]> wrote:

> 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.
>



-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
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.

Reply via email to