Closed joeyAghion closed 2 months ago
Nice - makes sense to me.
6093bab(current) vs 3903bc9 main#151(baseline)
[!WARNING] Bundle contains 45 duplicate packages – View duplicate packages
Bundle metrics
1 change
1 improvement
Current #152 |
Baseline #151 |
|
---|---|---|
Initial JS | 4.32MiB (~-0.01% ) |
4.32MiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 3.19% |
3.19% |
Chunks | 142 |
142 |
Assets | 145 |
145 |
Modules | 5551 |
5551 |
Duplicate Modules | 380 |
380 |
Duplicate Code | 4.78% |
4.78% |
Packages | 292 |
292 |
Duplicate Packages | 42 |
42 |
1 change
1 improvement
Bundle analysis report Branch joeyAghion/proxy Project dashboard
Generated by RelativeCI Documentation Report issue
We noticed while experimenting with edge-caching that already-loaded Force sessions begin erroring if the proxy is disabled server-side. That's because the endpoint targeted by existing clients starts to respond with 404s. Instead, let's continue to support the proxy route even if the proxy is disabled. Freshly loaded pages will target un-proxied Metaphysics, while existing pages should continue to operate.