Top "Lazy-loading" questions

object until the point at which it is needed.

Angular : Error: Uncaught (in promise) at webpackAsyncContext (eval at ./src/$$_lazy_route_resource

I'm upgrading from Angular 4.0.0 to Angular 5.2.6 i'm facing some problem to get lazy module loading working. with angular 4.0.0 , it works …

javascript angular lazy-loading angular-routing angular-router
@Basic(fetch = FetchType.LAZY) does not work?

I use JPA (Hibernate) with Spring. When i want to lazy load a Stirng property i use this syntax: @Lob @…

java hibernate jpa orm lazy-loading
Lazy Loading in Flexslider

I am trying to get lazy loading working for Flexslider by using Lazy Loading jquery plugin and following the instructions …

jquery jquery-plugins lazy-loading flexslider
Angular 2\4 assets path files not found after prod build

I have an Angular app and I have placed an image and custom font under assets folder(src/assets/images/…

angular module lazy-loading router
In Spring with jpa/hibernate, how do I keep a session open to avoid lazy initialization exceptions?

I currently mark collections in entity beans as eager to avoid getting a lazy initialization exception when I try to …

hibernate spring jpa lazy-loading
lazy load iframe (delay src http call) with jquery

I am looking for something similar to jQuery image lazy load plugin, but for iframes.

javascript jquery http iframe lazy-loading
How to query Cloud Blobs on Windows Azure Storage

I am using Microsoft.WindowsAzure.StorageClient to manipulate blobs on Azure storage. I have come to the point where the …

.net linq lazy-loading azure-storage-blobs azure-sdk-.net
Hibernate count collection size without initializing

Is there a way I can count the size of an associated collection without initializing? e.g. Select count(p.…

java hibernate lazy-loading
How to apply lazy loading in flatlist in react native

What is the best possible way to apply lazy load in Flatlist in react native. Currently there is infinite scroll …

javascript reactjs react-native lazy-loading react-native-flatlist
Hibernate: @ManyToOne(fetch = FetchType.LAZY) does not work on non-primary key referenced column

I have 2 tables: Order [OrderId(PK), OrderShipmentCode, ...] and Shipment[ShipmentId(PK), ShipmentCode, ...]. In Order class, I declared shipment field as …

java hibernate jpa lazy-loading one-to-one