Commit e2ceb11
authored
fix(Lazy-loading dfp ads): Implement lazy-loading for dfp ads (#85)
* Pass index to eagerload collection images
* chore(release): 1.57.5-uday-perf.0
* Eargerload only first collection instead of first two
* chore(release): 1.57.5-uday-perf.1
* Pass predicate to EagerLoadImages
* chore(release): 1.57.5-uday-perf.2
* Lazy-load ads
Enable single request
* chore(release): 1.57.5-uday-perf.3
* Set singleLoad to false
* chore(release): 1.57.5-uday-perf.4
* Remove lazyLoading and enable singleLoad
* chore(release): 1.57.5-uday-perf.5
* Enable lazy-loading and disable single-request
* chore(release): 1.57.5-uday-perf.6
* Remove eager loading collection wrapper
* Update package-lock
* chore(release): 1.57.5-uday-perf.7
* chore(release): 1.57.5-uday-perf.8
* Pass lazyLoad and singleRequest as props
* Update Readme
* chore(release): 1.57.5-uday-perf.9
* chore(release): 1.57.5-uday-perf.101 parent e34fdd2 commit e2ceb11
2 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
0 commit comments