0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/.changeset/light-buttons-compare.md
oliverlynch 8e64bb727f
feat(assets): Store remote cached images in binary format (#12926)
* feat(assets): Store remote cached images in binary format

* test(core-image-ssg): Update 'has cache entries' test to support new cache format

* refactor(assets): destructure JSONData instead of casting

* chore: Add changeset, remove unused code

* test(core-image-ssg): Add 'writes remote image cache metadata' test

* Fix typo and improve grammar in changeset

---------

Co-authored-by: Matt Kane <m@mk.gg>
2025-01-09 07:16:41 +00:00

138 B

astro
patch

Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file.