[PR #13841] [CLOSED] [Perf] Reopen: gzip compression & middleware #62163

Closed
opened 2026-05-06 06:08:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13841
Author: @prene
Created: 5/13/2025
Status: Closed

Base: mainHead: perf-gzip-compression-&-middleware


📝 Commits (10+)

📊 Changes

9 files changed (+294 additions, -199 deletions)

View changed files

📝 backend/open_webui/main.py (+4 -18)
📝 backend/open_webui/routers/auths.py (+4 -4)
backend/open_webui/utils/gzip_middleware.py (+80 -0)
📝 package-lock.json (+22 -0)
📝 package.json (+1 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+97 -97)
📝 src/lib/i18n/locales/ca-ES/translation.json (+46 -46)
📝 src/lib/i18n/locales/es-ES/translation.json (+34 -34)
📝 vite.config.ts (+6 -0)

📄 Description

This reopens PR https://github.com/open-webui/open-webui/pull/13112

Addressed all issues, see conversation and comments there :)

@PeterDaveHello @tjbck


🔄 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/open-webui/open-webui/pull/13841 **Author:** [@prene](https://github.com/prene) **Created:** 5/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `perf-gzip-compression-&-middleware` --- ### 📝 Commits (10+) - [`5b78e7d`](https://github.com/open-webui/open-webui/commit/5b78e7dc14302208d294066942f1194e7ab9592f) Add vite compression - [`c950d9a`](https://github.com/open-webui/open-webui/commit/c950d9a9a74cd492bfa9c98b9a0dff6d2f13e39f) Add compression middleware - [`1ed9885`](https://github.com/open-webui/open-webui/commit/1ed9885e6bcb3afd3b005ab7270dc5cafaf3156a) Add vite compression - [`c157758`](https://github.com/open-webui/open-webui/commit/c15775876490eb65ac5c633cac572c6e5887b240) Add compression middleware - [`0eaa900`](https://github.com/open-webui/open-webui/commit/0eaa900bc4a22c531f3d6f69fd247ac58cae8ec6) Merge branch 'perf-gzip-compression-&-middleware' of https://github.com/prene/open-webui into perf-gzip-compression-&-middleware - [`e3b1492`](https://github.com/open-webui/open-webui/commit/e3b149289265480b87b1945d314a8e67eb879f51) Update to vite-plugin-compression2 - [`792beb0`](https://github.com/open-webui/open-webui/commit/792beb095e5b8b17bb3ce1b047274f3f1923a4a5) i18n: Bulgarian translations - [`b7ef9a0`](https://github.com/open-webui/open-webui/commit/b7ef9a03accf88aacea9f7ee44b5bcd1c0b71767) Update catalan translation.json - [`0d8e243`](https://github.com/open-webui/open-webui/commit/0d8e24320e185a508444de531fe288e8e9205225) Merge pull request #13794 from Lutherwaves/dev - [`ca34ba3`](https://github.com/open-webui/open-webui/commit/ca34ba318e6699ae2adcb4211650eded9284e819) Merge pull request #13801 from aleixdorca/dev ### 📊 Changes **9 files changed** (+294 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/main.py` (+4 -18) 📝 `backend/open_webui/routers/auths.py` (+4 -4) ➕ `backend/open_webui/utils/gzip_middleware.py` (+80 -0) 📝 `package-lock.json` (+22 -0) 📝 `package.json` (+1 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+97 -97) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+46 -46) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+34 -34) 📝 `vite.config.ts` (+6 -0) </details> ### 📄 Description This reopens PR https://github.com/open-webui/open-webui/pull/13112 Addressed all issues, see conversation and comments there :) @PeterDaveHello @tjbck --- <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-05-06 06:08:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#62163