mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #13841] [CLOSED] [Perf] Reopen: gzip compression & middleware #46355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13841
Author: @prene
Created: 5/13/2025
Status: ❌ Closed
Base:
main← Head:perf-gzip-compression-&-middleware📝 Commits (10+)
5b78e7dAdd vite compressionc950d9aAdd compression middleware1ed9885Add vite compressionc157758Add compression middleware0eaa900Merge branch 'perf-gzip-compression-&-middleware' of https://github.com/prene/open-webui into perf-gzip-compression-&-middlewaree3b1492Update to vite-plugin-compression2792beb0i18n: Bulgarian translationsb7ef9a0Update catalan translation.json0d8e243Merge pull request #13794 from Lutherwaves/devca34ba3Merge pull request #13801 from aleixdorca/dev📊 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.