Commit e191a05
Enable lazy load for the Investigations part of the create page
Incident create shows Incident and Investigation sections so
both can be created at once. Set the lower Investigation section
to lazy load since it will always load below the fold. It will
then load the components only when the user scrolls down. This
reduces the burst of requests from the Incident create page by
half on the initial load.1 parent bdd445d commit e191a05
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments