-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
30edb6d
commit 8e64bb7
Showing
4 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'astro': patch | ||
--- | ||
|
||
Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters