fix: nginx gzip, code chunk optimization Refs: KER-588#1252
Merged
Conversation
26f4b53 to
500a578
Compare
There was a problem hiding this comment.
Pull request overview
Enables gzip compression in the production Nginx config and introduces Rollup chunk-splitting rules in Vite to reduce/optimize JS bundle download sizes.
Changes:
- Add
manualChunksrules to split common dependencies into dedicated bundles. - Enable gzip (and related) settings in
.prod/nginx.conffor compressed responses.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| vite.config.mjs | Adds Rollup manualChunks configuration to group dependencies into separate chunks. |
| .prod/nginx.conf | Enables gzip compression and related directives for production Nginx. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b8d4102 to
63b2df9
Compare
|
KERROKANTASI-UI branch is deployed to platta: https://kerrokantasi-pr1252-ui.dev.hel.ninja 🚀🚀🚀 |
e2e tests result is success for https://kerrokantasi-pr1252-ui.dev.hel.ninja 😆🎉🎉🎉 |
Riippi
approved these changes
Feb 23, 2026
63b2df9 to
fa8ca8b
Compare
|
|
KERROKANTASI-UI branch is deployed to platta: https://kerrokantasi-pr1252-ui.dev.hel.ninja 🚀🚀🚀 |
e2e tests result is success for https://kerrokantasi-pr1252-ui.dev.hel.ninja 😆🎉🎉🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



KER-588
KERROKANTASI-UI-4C