NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Gzip / Cache Lifetime
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
Currently, there is no way to configure gzip compression directly through the UI. Instead, users have to manually define it in the “Advanced” section using custom configurations, which is less convenient and limits the purpose of having a simple, centralized management interface.
Additionally, when enabling asset caching, there is no option to define custom cache durations. Users are forced to use the default values or make manual adjustments as well, which is time-consuming and not very user-friendly.
Describe the solution you'd like
It would be helpful to have a built-in option in the UI to directly enable and configure gzip compression (e.g., on/off, compression level, file types) without needing to use the “Advanced” section.
For asset caching, it would be useful to have a simple way to manually define cache durations (e.g., 1 hour, 6 hours, 1 day, custom value) to improve flexibility and usability.
Describe alternatives you've considered
The current alternative is to manually define the configurations in the “Advanced” section. However, this is less convenient, error-prone, and goes against the idea of managing everything easily through the UI.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are identified in the issue. Start by locating the UI's Advanced configuration and asset-caching settings, then trace how those values are stored and applied; done means users can configure gzip and cache durations through the UI without manual Advanced-section edits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- backend, frontend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100