Fork me on GitHub
#cljsfiddle
<
2016-03-22
>
chrisoakman14:03:12

yeah yeah! I'm liking the new visual design on http://cljsfiddle.com simple_smile

nberger17:03:18

Hi @escherize. First of all, huge props for cljsfiddle! It's so so great! One thing I noticed though: it's veeeeeery slow to load. And I think it can be improved very easily by just putting a cdn in front of it (cloudfront, as it seems to be in S3?), enable gzipping (it's around 10MB (!) and pagespeed says that it would cut the transfer size by 8.8MiB (85% reduction)).

nberger17:03:58

Also, I understand you can't use :advanced optimization, but what about :whitespace?

richiardiandrea19:03:25

btw you can use :simple too

nberger19:03:58

Yeah, thought about it after I wrote it