Cache requests for blob and tree objects
We improve the performance of source browsing by caching requests to content-addressable blob and tree objects.
3 files changed
+34
-2
eb0013ef
→
7ba9429a
modified httpd-client/lib/project.ts
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -142,6 +143,13 @@ const diffResponseSchema = object({
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -221,7 +229,12 @@ export class Client {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -229,6 +242,8 @@ export class Client {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -237,7 +252,12 @@ export class Client {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -245,6 +265,8 @@ export class Client {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified package-lock.json
@@ -19,6 +19,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -3303,6 +3304,14 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified package.json
@@ -60,6 +60,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|