-
We need a mechanism to lazy load parts of the page, e.g. images and maybe the comment section.
(also mentioned in #12)
maybe interesting:
https://www.npmjs.com/package/react-lazy-load-image-c…
-
JPA/Hibernate and Spring have some lazy loading incompatibilities. Solved this temporarily with FetchType eager.
Try to find/implement best solution
-
For larger applications, performance can be improved by lazily loading modules.
Initial thinking:
Consider the samples app. The 'Samples' class is the root component, and must be loaded to see a…
-
* copy `/books` routing rules to `books-routing.module`
* and set `path: 'books'` to `path: ''`
* In `app-routing.module` set `/books` to loadChildren
* Remove `BooksModule` from `AppModule` (comp…
-
This is a collection of all the lazy loading things. Lazy loading is split into several areas which may use different algorithms or approaches to solve a similar problem.
**Lazy loading: Members**
…
-
### Branch
master branch https://mmdetection.readthedocs.io/en/latest/
### 📚 The doc issue
Does MMDetection currently support lazy loading annotations when they don't all fit into memory (ex. load…
-
Check if image is above the fold before loading
-
Not sure if this would be an appropriate place to implement this, but having the images load until they are X pixels from the 'viewport', would be great for many projects!
-
-
Hello,
First, thanks for thumbsup, it really is something I have been looking for a long time. As a non professionnal in programming, it is the perfect. I just used the docker release in a Debian VM.…