-
…in reply to @eleven_ty
eleven_ty Okay, tried the caching technique: - Due to async, several instances run at once so the cache isn't always used (more so in head vs footer) since it's technically not declared and saved at that point yet. - It's faster! On avg 2.15s with cache vs 3.36s w/ 11ty-in-11ty. Thanks! 🙏
-
…in reply to @ckirknielsen
eleven_ty (updated my post to maybe discourage using this technique 😅: chriskirknielsen.com/blog/eleventy-within-eleventy-precompiling-reused-assets/#quick-update)