-
Code splitting minimizes bundle size, so I wanted it for my project. This is how I did it:
in router/index.js:
```
// import Page from '../components/Page/Page.vue'
const Page = () => import('…
rugor updated
5 years ago
-
How can the converted document be completely loaded at once?
It looks like pages are loaded and unloaded as you scroll through the document?
Is there a command line option to disable that?
-
### 🔖 Feature description
The current installation process for DocsGPT is taking too long, and we need to optimize it. The goal is to streamline dependency management, improve Dockerfile performance,…
pabik updated
2 weeks ago
-
### Did you check docs and existing issues?
- [X] I have read all the todo-comments.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searc…
-
Hey,
We deployed lazy loading into this course format in version v1.1.2 2020062404
Will you be intrested in deploying this code into the new version for moodle 4.1+?
Thank you
Michal
-
Loading all tumbnails can take a significant amount of time/bandwidth (c.f. Matplotlib galleries).
It would be great if the loading could be deferred to the point when the user actually scrolls to …
-
https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
This could help avoid loading a hundred images on a page with a table that doesn't ever get scrolled.
-
I have such file structure:
- store.ts
- view.tsx
- page.ts
- app.tsx
```ts
// page.ts
import { createRoute } from "atomic-router";
import { lazy } from "react";
cons…
-
### Description
In an effort to improve initial load times, we should lazy load Leaflet js. We want to be sure to do this in a way that does not degrade the UX of the initial application load.
###…
-
Right now the resizer script is essentially the same as ai2html, but I think we can make it work a little better
Also, what happens when the "include resizer script" option is turned off? can someo…