-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1396 from appwrite/webp-support-blog
Webp announcement blog and changelog
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/routes/blog/post/webp-support-for-safari/+page.markdoc
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,21 @@ | ||
--- | ||
layout: post | ||
title: "WebP support now available for Safari on all devices" | ||
description: With WebP now supported in Safari, Appwrite developers can use this format on any browser and device. | ||
date: 2024-10-02 | ||
cover: /images/blog/webp-support-for-safari/cover.png | ||
timeToRead: 3 | ||
author: eldad-fux | ||
category: product | ||
--- | ||
We’re happy to share that Appwrite Cloud users now have full WebP support across all versions of Safari browsers and devices. | ||
|
||
When we first introduced this feature in the early versions of Appwrite, Safari didn’t support WebP, which created challenges for developers using this format. To maintain application integrity, we automatically fell back to the PNG format, ensuring cross-browser compatibility but at the cost of larger file sizes and slower load times. | ||
|
||
However, as outlined on [Can I use WebP?](https://caniuse.com/webp), Safari has supported WebP for quite some time now. With this update, Appwrite has fully embraced WebP across all Safari browsers and devices, eliminating the need for fallback solutions. This update is now available to all Appwrite Cloud users, making image delivery more efficient across all platforms. | ||
|
||
# Why WebP matters | ||
|
||
WebP is a modern image format offering superior compression while maintaining high image quality. Compared to traditional formats like JPEG and PNG, WebP can reduce image sizes by up to 30%, resulting in faster page load times, lower bandwidth usage, and an overall better user experience. This is especially critical for developers looking to optimize their applications for performance and scalability. | ||
|
||
With WebP now fully supported in Safari, Appwrite developers can take full advantage of this format across all browsers and devices. This improvement will lead to reduced latency, less bandwidth consumption, and cost savings - particularly for Cloud accounts, where efficiency matters most. |
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,16 @@ | ||
--- | ||
layout: changelog | ||
title: "WebP support now available for Safari on all devices" | ||
date: 2024-10-02 | ||
cover: /images/changelog/2024-10-02.png | ||
--- | ||
|
||
We’re happy to share that Appwrite Cloud users now have full WebP support across all versions of Safari browsers and devices. | ||
|
||
WebP’s superior compression reduces image sizes by up to 30%, improving page load times, bandwidth usage, and overall performance. | ||
|
||
This update is now available to all Appwrite Cloud users and provides faster delivery and greater efficiency for developers across all platforms. | ||
|
||
{% arrow_link href="/blog/post/webp-support-for-safari" %} | ||
Read the announcement to learn more | ||
{% /arrow_link %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.