theor

Results 8 comments of theor

` await sizeOf("_site/" + src);` is slow and done every time (that's where the time is spent the next 21 times in my example) `srcset` doing all the actual resizing...

I've disabled css inlining in dev mode, as it allows browsersync to inject css and bypass 11ty, which is way faster. is it something worth a PR ?

https://github.com/google/eleventy-high-performance-blog/pull/108 let me know what you think !

http://solomon.io/why-im-done-with-social-media-buttons/ is an interesting article. TLDR: "sharing buttons considered harmful".

To add some details : adding a MVC per item of a collection seems not trivial, as it would involve composing everytime an item is added to the list, and...

Yes it is, sorry for the duplicate ! Moving over there.

As you reopened this issue, I'll answer here. I saw your comment in the other issue about data templates. Would it be possible instead to just replace the collection in...