diff --git a/.Jules/palette.md b/.Jules/palette.md index b089144..51cdc93 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -48,3 +48,6 @@ ## 2026-03-27 - Replace generic link text with specific descriptive visible text **Learning:** When changing links for accessibility, instead of using 'Learn more' and fixing it via an `aria-label`, updating the visible text itself to be fully descriptive (e.g., 'View Eddy3D Outdoor Documentation') provides a better experience for all users and guarantees WCAG 2.5.3 compliance. **Action:** Always prefer to update visible text to be self-descriptive instead of relying on `aria-label` attributes to patch generic link text. +## 2026-04-12 - Lazy Loading Large Images +**Learning:** Large GIFs in documentation can cause significant page jank and slow initial load times, negatively impacting the reading experience. +**Action:** Use the MkDocs `attr_list` extension to append `{ loading=lazy }` to heavy media elements like animated GIFs. diff --git a/docs/outdoorplus/index.md b/docs/outdoorplus/index.md index fb6b332..bfc0343 100644 --- a/docs/outdoorplus/index.md +++ b/docs/outdoorplus/index.md @@ -3,7 +3,7 @@ !!! warning "Alpha Version" This module is currently in alpha testing. Features, inputs, and outputs are subject to change without notice. -![urbanMicroclimateFoam simulation preview](./images/outdoorplus/umcf.gif) +![urbanMicroclimateFoam simulation preview](./images/outdoorplus/umcf.gif){ loading=lazy } ### A Grasshopper plugin for microclimate simulations ___ @@ -23,9 +23,9 @@ ___ 🌳 **VEG** - Solves heat balance for urban trees - Handles green surfaces -![Analysis & Visualization showing wind patterns](images/outdoorplus/image38.gif) +![Analysis & Visualization showing wind patterns](images/outdoorplus/image38.gif){ loading=lazy } -![Analysis & Visualization showing temperature and humidity distributions](images/outdoorplus/image39.gif) +![Analysis & Visualization showing temperature and humidity distributions](images/outdoorplus/image39.gif){ loading=lazy } ### Acknowledgments