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
main
perf-gzip-compression-&-middleware
5b78e7d
c950d9a
1ed9885
c157758
0eaa900
e3b1492
792beb0
b7ef9a0
0d8e243
ca34ba3
9 files changed (+294 additions, -199 deletions)
📝 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)
backend/open_webui/main.py
backend/open_webui/routers/auths.py
backend/open_webui/utils/gzip_middleware.py
package-lock.json
package.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/es-ES/translation.json
vite.config.ts
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.