-
Are there any plans on implementing something similar to `UICollectionViewDataSourcePrefetching` so we can preload stuff like images before the cells containing them get visible?
It could be implem…
-
**Describe the bug**
I am seeing random errors when prefetching a model with ormar 0.20.1
Identified the bug in ```translate_list_to_dict``` using a dict as a default argument
**To Reproduce…
-
参考资料:
1. https://web.dev/articles/efficiently-load-third-party-javascript?hl=zh-cn
2. https://hacks.mozilla.org/2017/09/building-the-dom-faster-speculative-parsing-async-defer-and-preload/
3. https…
iolh updated
2 months ago
-
Some browsers [such as chromium](https://www.chromium.org/developers/design-documents/dns-prefetching#TOC-Omnibox) perform a DNS prefetch before you hit enter. The moment 'google.com' gets suggested/a…
-
Historically, `` would tell the browser to consider fetching `url`, and then if the browser needed `url` for anything it would be available. As browsers have changed how they fetch resources, however,…
-
We often use `flyTo`, but maplibre doesn't seem to be smart enough to prefetch tiles along the animation path.
The same is true for user mouse-movement (pan / zoom / rotate).
Ideally, the map woul…
ghost updated
2 months ago
-
I don't know how tricky this may be, but go-ipfs 0.4.18 has `--stream` flag for `ipfs name resolve` which makes it return names as they are discovered. It has some nice properties - names returned lat…
-
A larger issue: when for example `cat`'ing an UnixFs file the slowest possible way is the one we are currently doing:
1. fetch a block
2. yield file contents
3. inspect it's links
4. select next…
-
### Provide environment information
```bash
System:
OS: macOS 15.0.1
CPU: (8) arm64 Apple M2
Memory: 89.05 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.9.0 - …
-
## Overview
Right now, pages take a long time to load (e.g. 30-90 seconds in #473) because so much computation is taking place. We've made things better by doing some lazy loading and also having the…