1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 04:43:16 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
alexandrev-tibco 1d8faf6b3e Perf: add nginx gzip compression and cache headers
- gzip level 6 for JS, CSS, JSON, SVG, fonts
- immutable cache (1yr) for hashed JS/CSS assets
- 7-day cache for static assets (SVG, fonts, images)
- no-store for env.js (runtime config must be fresh)
- no-cache for HTML (SPA index)

Reduces JS transfer from ~460KB to ~115KB gzip.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 12:23:46 +02:00
alexandrev 7093577cb7 +1 2025-07-04 12:20:16 +02:00
alexandrev 00ff26bfc6 +1 2025-07-04 12:18:04 +02:00
alexandrev df44573707 Clean up frontend logs and document backend URL logging 2025-07-04 12:05:18 +02:00
alexandrev 27077a05d9 minimal updates 2025-07-01 21:35:11 +02:00
alexandrev 45f734a444 feat: make backend URL configurable 2025-07-01 18:06:44 +02:00
alexandrev b56df065bf Add Dockerfile for frontend 2025-07-01 09:39:15 +02:00