Commit 726efff
committed
Avoid eager load
According to my testing, it did not provide a great benefit on
subsequent runs, but in my app it made the initial load go from about 4
seconds to 8.
Therefore better to avoid it in this use case I think.1 parent 3a9e08c commit 726efff
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments