Properly make use of Cache-Control: private#1075
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
There was a problem hiding this comment.
1 issue found across 13 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
🤖 Augment PR SummarySummary: This PR updates registry responses to correctly use Changes:
Technical Notes: Public endpoints remain explicitly cacheable ( 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 87444b2 | Previous: 96d1822 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
399 ms |
402 ms |
0.99 |
Add one schema (100 existing) |
28 ms |
30 ms |
0.93 |
Add one schema (1000 existing) |
82 ms |
86 ms |
0.95 |
Add one schema (10000 existing) |
641 ms |
692 ms |
0.93 |
Update one schema (1 existing) |
21 ms |
22 ms |
0.95 |
Update one schema (101 existing) |
28 ms |
32 ms |
0.88 |
Update one schema (1001 existing) |
81 ms |
91 ms |
0.89 |
Update one schema (10001 existing) |
660 ms |
694 ms |
0.95 |
Cached rebuild (1 existing) |
6 ms |
6 ms |
1 |
Cached rebuild (101 existing) |
8 ms |
9 ms |
0.89 |
Cached rebuild (1001 existing) |
27 ms |
30 ms |
0.90 |
Cached rebuild (10001 existing) |
243 ms |
255 ms |
0.95 |
Index 100 schemas |
504 ms |
691 ms |
0.73 |
Index 1000 schemas |
1617 ms |
1572 ms |
1.03 |
Index 10000 schemas |
13452 ms |
13746 ms |
0.98 |
Index 10000 schemas (custom meta-schema) |
16438 ms |
16619 ms |
0.99 |
Index 10000 schemas ($ref fan-out) |
16427 ms |
16959 ms |
0.97 |
This comment was automatically generated by workflow using github-action-benchmark.
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 87444b2 | Previous: 96d1822 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
376 ms |
375 ms |
1.00 |
Add one schema (100 existing) |
32 ms |
35 ms |
0.91 |
Add one schema (1000 existing) |
86 ms |
86 ms |
1 |
Add one schema (10000 existing) |
683 ms |
666 ms |
1.03 |
Update one schema (1 existing) |
24 ms |
24 ms |
1 |
Update one schema (101 existing) |
31 ms |
31 ms |
1 |
Update one schema (1001 existing) |
87 ms |
87 ms |
1 |
Update one schema (10001 existing) |
696 ms |
679 ms |
1.03 |
Cached rebuild (1 existing) |
8 ms |
8 ms |
1 |
Cached rebuild (101 existing) |
10 ms |
10 ms |
1 |
Cached rebuild (1001 existing) |
34 ms |
33 ms |
1.03 |
Cached rebuild (10001 existing) |
278 ms |
276 ms |
1.01 |
Index 100 schemas |
471 ms |
616 ms |
0.76 |
Index 1000 schemas |
1519 ms |
1418 ms |
1.07 |
Index 10000 schemas |
13749 ms |
13243 ms |
1.04 |
Index 10000 schemas (custom meta-schema) |
16271 ms |
15837 ms |
1.03 |
Index 10000 schemas ($ref fan-out) |
16173 ms |
16306 ms |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com