Closed mzikherman closed 2 months ago
1381368(current) vs 96ca453 main#178(baseline)
[!WARNING] Bundle contains 45 duplicate packages – View duplicate packages
Bundle metrics
2 changes
1 regression
Current #180 |
Baseline #178 |
|
---|---|---|
Initial JS | 4.32MiB (+0.03% ) |
4.32MiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 0.86% |
42.38% |
Chunks | 142 |
142 |
Assets | 145 |
145 |
Modules | 5552 |
5552 |
Duplicate Modules | 380 |
380 |
Duplicate Code | 4.78% |
4.78% |
Packages | 292 |
292 |
Duplicate Packages | 42 |
42 |
1 change
1 regression
Bundle analysis report Branch propagate-zero-ttl Project dashboard
Generated by RelativeCI Documentation Report issue
@joeyAghion - this behaves the same as before, with redis: with serverCacheTTL: 0
the desired behavior was indeed to apply to any query keyed by that route to not cache -- because we don't want things to cache on those routes! So this seems correct (or rather, correct in the sense of the original design).
Untested! But saw the conversation in Slack.