perf: webp panorama q72 + effort 6 (giảm dung lượng tải)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1014 KiB After Width: | Height: | Size: 799 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 994 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 863 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 964 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 817 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 992 KiB |
|
Before Width: | Height: | Size: 650 KiB After Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 839 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 750 KiB After Width: | Height: | Size: 565 KiB |
|
Before Width: | Height: | Size: 806 KiB After Width: | Height: | Size: 623 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 892 KiB |
|
Before Width: | Height: | Size: 709 KiB After Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 789 KiB After Width: | Height: | Size: 599 KiB |
|
Before Width: | Height: | Size: 704 KiB After Width: | Height: | Size: 531 KiB |
@@ -11,7 +11,7 @@ const BACKUP_DIR = path.join(ROOT, "image-originals");
|
||||
const LQIP_OUT = path.join(ROOT, "src/app/tours/chua-thai-lac.lqip.ts");
|
||||
|
||||
const PANO_WIDTH = 4096;
|
||||
const PANO_WEBP_QUALITY = 78;
|
||||
const PANO_WEBP_QUALITY = 72;
|
||||
const PANO_QUALITY = 80;
|
||||
const LQIP_WIDTH = 32;
|
||||
const MODAL_FILES = ["modal-1.png", "modal-2.png"];
|
||||
@@ -53,7 +53,7 @@ async function optimizePanoramas() {
|
||||
const webpBuf = await sharp(src)
|
||||
.rotate()
|
||||
.resize({ width: PANO_WIDTH, withoutEnlargement: true })
|
||||
.webp({ quality: PANO_WEBP_QUALITY })
|
||||
.webp({ quality: PANO_WEBP_QUALITY, effort: 6 })
|
||||
.toBuffer();
|
||||
await fs.writeFile(webpDest, webpBuf);
|
||||
|
||||
|
||||