diff --git a/.jules/bolt.md b/.jules/bolt.md new file mode 100644 index 0000000..9f0d969 --- /dev/null +++ b/.jules/bolt.md @@ -0,0 +1,3 @@ +## 2025-05-15 - [Blogger Image Serving & FOUC Prevention] +**Learning:** Blogger's `resizeImage` operator is essential for performance, but often ignored in themes. Serving original images and resizing with CSS is a massive bottleneck for LCP. Also, placing dark mode logic at the end of the `
` causes a distinct FOUC that impacts perceived performance. +**Action:** Always use `resizeImage` with `srcset` and `sizes` for Blogger templates. Move critical theme-switching logic to the `` to ensure correct rendering from the first frame. diff --git a/gridsense.xml b/gridsense.xml index c65a2f5..cab3ff1 100644 --- a/gridsense.xml +++ b/gridsense.xml @@ -12,6 +12,15 @@ -->