Files
Flash5/flash-extensions/flash-web-bundler/docs/performance.md
T
2026-04-17 08:18:11 +02:00

14 lines
381 B
Markdown

# Performance Notes
Current v1 optimizations:
- startup preloading of static assets
- precomputed ETags and MIME lookup
- compressed payload selection based on `Accept-Encoding`
- lockfile-hash install gate to avoid redundant installs
Future performance work:
- streaming/sliced file serving for large assets
- benchmark suite with p50/p95/p99 latency and allocation profiling