-
I suspect that our bottleneck is that we are making a database request for each new request. We can cache the real data, then if a request is being made check if the oldest inspector is already invali…
-
On install, the image cache should be copied from the ephemeral installation media (e.g. ISO) to the disk.
Proposed flow:
* a user should define a user volume which will contain the image cache …
-
### Is your feature request related to a problem?
The autocomplete function gets called every single time they type a letter, so if you query the database every time, it'll get pretty slow.
### De…
-
We cache built assets by schematic ID, but for some assets (e.g. installer), some parts of the schematic don't apply (e.g. cmdline).
So if we improve, we can cut down number of assets built by usin…
-
Building a cache that keeps already computed table for the fonts to be reused later. This will speed up the operation, especially on low end systems.
-
For security reasons, image cache is enabled only if the machine config has `machine.features.imageCache`.
It is only enabled if the image cache volume was found.
The local registry service #961…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5…
-
Currently, we have one cache per tile layer. This has the following problems
- we will not kick out tiles of unused layers
- inflexible resources allocation among layers, e.g. you have 16k total, bu…
-
**Context:**
Bundle Analysis Caching is analagous to carryforwarding coverage reports, when bundle data is not uploaded we cache the old and carry it forward so we aren't showing data gaps where ther…
-
I want to have a Singleton which functions as a cache for a method call.
I want the field `file_content` in my container be initialized one time by calling a given method (`reader.read`). From then…