Top "Lazy-loading" questions

object until the point at which it is needed.

would lazy-loading img src negatively impact SEO

I'm working on a shopping site. We display 40 images in our results. We're looking to reduce the onload time of …

seo lazy-loading pagespeed
CGImage/UIImage lazily loading on UI thread causes stutter

My program displays a horizontal scrolling surface tiled with UIImageViews from left to right. Code runs on the UI thread …

iphone uiimage lazy-loading exc-bad-access cgimage
UITableView reloadSection and reloadRowsAtIndexPaths causes weird animation

I am doing lazy loading for my UITableView so I am trying to reload individual rows as the images get …

objective-c uitableview animation lazy-loading
Angular 4.3 Interceptors for Lazy Loaded Modules

What is the best practice to use core module service in lazy loaded feature module and feature child modules. As …

angular routes lazy-loading angular-http-interceptors
What is the best way to lazy load doubleclick ads that use document.write?

Ads requested via doubleclick often get served from an ad provider network that returns javascript that in turn performs document.…

javascript iframe ads document.write lazy-loading
Lazyloading images in horizontal slider

I am lazyloading the images on this site with jquery lazyload and a treshold: https://bm-translations.de/#leistungen //Lazyload Images …

jquery lazy-loading jquery-lazyload
JPA Hibernate Lazy many-to-one fetch proxy

I'm using JPA 2.1 and Hibernate 4.3.7 I tried to tuned my app so I turn relationships to lazy and fetch only …

java hibernate jpa lazy-loading many-to-one
PHP Lazy loading objects and dependency injection

I have recently started reading about dependency injection and it has made me rethink some of my designs. The problem …

php dependency-injection lazy-loading data-access
Angular(5) - lazy loading and canActivate guard - StaticInjectorError

So, we have quite a big app and we started working on optimizations.... one of the optimizations were lazy loading …

angular lazy-loading router