[PR #6508] [MERGED] 📜 Optimize docs images to save bandwidth #32500

Closed
opened 2026-04-18 08:31:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6508
Author: @MikesGlitch
Created: 12/29/2025
Status: Merged
Merged: 12/29/2025
Merged by: @MikesGlitch

Base: masterHead: optimize-docs-images


📝 Commits (1)

  • b1ede6e optimize docs images to save bbandwidth

📊 Changes

824 files changed (+343 additions, -334 deletions)

View changed files

📝 packages/docs/blog/2024-03-25-automate-twist.md (+5 -5)
📝 packages/docs/blog/2024-07-01-ynab_v_actual.md (+3 -3)
📝 packages/docs/docs/accounts/index.md (+6 -6)
📝 packages/docs/docs/accounts/reconciliation.md (+13 -13)
📝 packages/docs/docs/advanced/bank-sync.md (+1 -1)
📝 packages/docs/docs/advanced/bank-sync/gocardless.md (+18 -18)
📝 packages/docs/docs/advanced/bank-sync/simplefin.md (+12 -12)
📝 packages/docs/docs/advanced/restart.md (+1 -1)
📝 packages/docs/docs/backup-restore/backup.md (+2 -2)
📝 packages/docs/docs/backup-restore/restore.md (+6 -6)
📝 packages/docs/docs/budgeting/categories.md (+16 -16)
📝 packages/docs/docs/budgeting/credit-cards/carrying-debt.md (+14 -14)
📝 packages/docs/docs/budgeting/credit-cards/paying-in-full.md (+10 -10)
📝 packages/docs/docs/budgeting/index.md (+4 -4)
📝 packages/docs/docs/budgeting/joint-accounts.md (+5 -5)
📝 packages/docs/docs/budgeting/multi-currency.md (+9 -9)
📝 packages/docs/docs/budgeting/returns-and-reimbursements.md (+6 -6)
📝 packages/docs/docs/budgeting/rules/custom.md (+4 -4)
📝 packages/docs/docs/config/multi-user.md (+4 -4)
📝 packages/docs/docs/config/oauth-auth.md (+4 -4)

...and 80 more files

📄 Description

Reducing bandwidth consumption and improving performance on the docs site. Some of these images were over 500kb but were only around 600px wide.

I've converted the top offenders to webp. We don't have to be strict on webp - png is still fine and probably easier for most people. I think it makes sense for these images as it will improve performance and save us some bandwidth.

Image folder was previously 37.1MB, now it's 12.2MB (reduced by 24.9MB)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6508 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `optimize-docs-images` --- ### 📝 Commits (1) - [`b1ede6e`](https://github.com/actualbudget/actual/commit/b1ede6e3a5d8903af90e5f5071ae7f6e02eb5e10) optimize docs images to save bbandwidth ### 📊 Changes **824 files changed** (+343 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `packages/docs/blog/2024-03-25-automate-twist.md` (+5 -5) 📝 `packages/docs/blog/2024-07-01-ynab_v_actual.md` (+3 -3) 📝 `packages/docs/docs/accounts/index.md` (+6 -6) 📝 `packages/docs/docs/accounts/reconciliation.md` (+13 -13) 📝 `packages/docs/docs/advanced/bank-sync.md` (+1 -1) 📝 `packages/docs/docs/advanced/bank-sync/gocardless.md` (+18 -18) 📝 `packages/docs/docs/advanced/bank-sync/simplefin.md` (+12 -12) 📝 `packages/docs/docs/advanced/restart.md` (+1 -1) 📝 `packages/docs/docs/backup-restore/backup.md` (+2 -2) 📝 `packages/docs/docs/backup-restore/restore.md` (+6 -6) 📝 `packages/docs/docs/budgeting/categories.md` (+16 -16) 📝 `packages/docs/docs/budgeting/credit-cards/carrying-debt.md` (+14 -14) 📝 `packages/docs/docs/budgeting/credit-cards/paying-in-full.md` (+10 -10) 📝 `packages/docs/docs/budgeting/index.md` (+4 -4) 📝 `packages/docs/docs/budgeting/joint-accounts.md` (+5 -5) 📝 `packages/docs/docs/budgeting/multi-currency.md` (+9 -9) 📝 `packages/docs/docs/budgeting/returns-and-reimbursements.md` (+6 -6) 📝 `packages/docs/docs/budgeting/rules/custom.md` (+4 -4) 📝 `packages/docs/docs/config/multi-user.md` (+4 -4) 📝 `packages/docs/docs/config/oauth-auth.md` (+4 -4) _...and 80 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Reducing bandwidth consumption and improving performance on the docs site. Some of these images were over 500kb but were only around 600px wide. I've converted the top offenders to webp. We don't have to be strict on webp - png is still fine and probably easier for most people. I think it makes sense for these images as it will improve performance and save us some bandwidth. Image folder was previously 37.1MB, now it's 12.2MB (reduced by **24.9MB**) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 08:31:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#32500